v2 of the Rules.
This is a Gatsby generated site pulling data from:
- Install nodejs via https://nodejs.org/en/ (required versions: ^8.10.0 or ^10.13.0 or >=11.10.1)
- Install yarn via https://classic.yarnpkg.com/en/
- Clone the repo from https://github.com/SSWConsulting/SSW.Rules
- Run yarn install to install packages
- Create environment files (.env.development and .env.production) and ask a member of the SSW.Rules team (@pierssinclairssw, @bradystroud) for the values of the following keys:
GA_MEASUREMENT_ID=#{GA_MEASUREMENT_ID}
GOOGLE_ANALYTICS=#{GOOGLE_ANALYTICS}
RECAPTCHA_KEY=#{RECAPTCHA_KEY}
CONTACT_API=#{CONTACT_API}
VERSION_DEPLOYED=#{VERSION_DEPLOYED}
APPINSIGHTS_INSTRUMENTATIONKEY=#{APPINSIGHTS_INSTRUMENTATIONKEY}
RULESWIDGET_APPINSIGHTS_INSTRUMENTATIONKEY=#{APPINSIGHTS_INSTRUMENTATIONKEY}
CONTENT_BRANCH=#{CONTENT_BRANCH}
API_BASE_URL=#{API_BASE_URL}
AUTH0_DOMAIN=#{AUTH0_DOMAIN}
AUTH0_CLIENT_ID=#{AUTH0_CLIENT_ID}
AUTH0_REDIRECT_URI=#{AUTH0_REDIRECT_URI}
DISQUS_FORUM=#{DISQUS_FORUM}
GITHUB_API_PAT=#{GITHUB_API_PAT}
DISQUS_API_KEY=#{DISQUS_API_KEY}
Note
If you don't work at SSW or can't get on to the SSW.Rules team you can just add values to GITHUB_API_PAT and CONTENT_BRANCH
ForGITHUB_API_PAT
, create a PAT on GitHub (remove angle brackets <>)
SetCONTENT_BRANCH
tosample-content-with-guid
(its a smaller version of the main content branch which will build much quicker 🙂) Sometimes you might want to usemain
or create your own branch if you are testing something.
- Branch off main for your PBI
- Install the recommended extensions if using VS Code
- Do your work
- Run the site in development mode by yarn develop (.env.development is required for this step)
- Commit code and push
- Raise a PR
- Get it merged!
Figure: VS Code recommended extensions notification
- Code Compiles
- Check the Acceptance Criteria.
- Code is squash-merged to main via a pull request that was approved by a 2nd developer.
- Another team member agrees it’s ready for Production.
- Pushed to Production.
- Use @Mention (OR Send email) to notify Product Owner/PBI stakeholder that PBI is done (be sure to include screenshots/done video as proof)
<As per rule: Done - Do you go beyond 'Done' and follow a 'Definition of Done'?>
- Branching strategy is based off Release Flow
- Main is the main 'dev' branch
- Release/xx is the 'production' one (where xx is the Sprint number)
- Always create a new branch for your PBIs
- Always delete your branch once your PR has been merged
-
Changes made to http://github.com/SSWConsulting/SSW.Rules.Content (i.e. rule changes) trigger builds that deploy:
- main to the staging site: https://staging.ssw.com.au/rules/
- latest release/xx to the production site: https://www.ssw.com.au/rules
-
Branching off main to release/xx, or making changes to release/xx will build and deploy to the production site: https://www.ssw.com.au/rules
Rules repository lives here: https://github.com/SSWConsulting/SSW.Rules.Content
Merging changes to main on this repo will trigger:
- a build/release of the main branch in Staging (https://staging.ssw.com.au/rules/).
- a build/release of the release branch Production (https://www.ssw.com.au/rules)