v2 of the EmployeePages. No more SharePoint, idea is to prove the implementation for Rules v2
This is a Gatsby generated site pulling data from:
- SSW Profiles GitHub Repository
- Dynamics CRM
- Install nodejs via https://nodejs.org/en/ (required versions: ^8.10.0 or ^10.13.0 or >=11.10.1)
- Install yarn via https://yarnpkg.com/lang/en/docs/install/ (Optional)
- Clone the repo from https://github.com/SSWConsulting/SSW.People
- Run yarn (or npm install) to install packages
- Create environment files (.env.development and .env.production) and fill out the values for the following keys:
SOPHIE_API_URL=
SOPHIE_AUTHORIZATION=
SOPHIE_TENANT=
YOUTUBE_API_KEY=
VERSION_DEPLOYED=
- Branch off main for your PBI
- Run yarn build (or npm run-script build) (.env.production is required for this step)
- Do your work
- Run the site in development mode by yarn develop (or npm run-script develop) (.env.development is required for this step)
- Commit code and push
- Raise a PR
- Get it merged!
- 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.People.Profiles (i.e. profile changes) trigger builds that deploy:
- main to the staging site: https://staging.ssw.com.au/people/
- latest release/xx to the production site: https://www.ssw.com.au/people
-
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/people
Note: people.ssw.com.au redirects to https://www.ssw.com.au/people
People profiles repository lives here: https://github.com/SSWConsulting/SSW.People.Profiles
- Sample Profile:
Merging changes to main on this repo will trigger:
- a build/release of the main branch in Staging (https://staging.ssw.com.au/people/)
- a build/release of the release branch Production (https://www.ssw.com.au/people)