-
Notifications
You must be signed in to change notification settings - Fork 8
Editing Old Rule Pages in Archive
When the old SSW Website V1 was migrated to the new SSW Website, many of the old Rules pages were archived as static HTML at www.ssw.com.au/archive. Some of this content might still be relevant.
To keep track of which Rules are migrated from www.ssw.com.au/archive to www.ssw.com.au/rules, we should add a note with an emoji in the relevant Rule's HTML file.
The emojis - and corresponding text - that can be used are the following:
- ✅ Migrated to {{ LINK TO RULE }}
- 🗒️ Archived to {{ LINK TO RULE }}
- ⌛ Pending Review from {{ REVIEWER NAME }}
- ❌ Not Migrated because {{ REASON }}
Go to the repository where the archived rules are stored: SSW.Website-v1-Archive
Navigate to the specific Rule that needs editing.
💡 Tip: Use the page URL for easier navigation e.g. if the Rule is at
https://www.ssw.com.au/archive/standards/rules/rules-to-better-sql-reporting-services.html
then navigate to
SSW.Website-v1-Progress/archive/standards/rules/rules-to-better-sql-reporting-services.html
.
In the top-right corner, click "✏️ Edit this file".
Make your changes, including adding emojis ✅🗒️⌛❌ and relevant details.
In the top-right corner, click "Commit changes".
Write a commit message detailing your changes:
- For small changes, commit directly to the main branch.
- For larger changes, create a new branch, open a pull request, and have another developer review it.
Click "Squash and Merge."
Congratulations 🥳 Your changes should appear in a couple minutes.
Jeoffrey Fischer
Brady Stroud
Below is an example of updated rules with emojis to help with tracking.
Link: https://www.ssw.com.au/archive/standards/rules/rules-to-better-sql-reporting-services.html
Figure: Example of old rules stored as HTML under /archive
with added tracking notes