- Modified project definition to accomodate shape file colours. DESENG-743
- Modified project definition to accomodate project type multiselect. DESENG-745
- Modified project definition to accomodate custom collection notice. DESENG-747
- Add option for contact form on projects DESENG-373
- Add file sections DESENG-372
- Added option to add/remove Activities and Updates section from project description page. [DESENG-283](https://apps.itsm.gov.bc. ca/jira/browse/DESENG-283)
- Update CHES auth and API endpoints DESENG-237
- Banner image not loading on frontend DESENG-181
- Banner image not deleting DESENG-182
- Fix documents not loading DESENG-197
- Move from keycloak to Common Online SSO DESENG-179
- Remove unused nconf package DESENG-135
- Add ability to retrieve documents by documentSource DESENG-4
- Improve logging DESENG-64
- Fix email subscribe confirmation bug DESENG-96
- Add selective logging DESENG-64
- Tree-shake lodash dependencies
- Update "var" -> "const" in app.js
- Remove unused code
- Fix document text search bug DESENG-90
- Resolve "useFindAndModify" deprecation warning DESENG-65
- Added OpenShift templates for the API pipeline
- Added github workflow for linting and tests
- added nightly backup scripts (DESENG-68)
- Tree shaking lodash dependencies
- Remove unnecessary console.log calls
- Graceful error handling for some methods
- Add details and engagementLabel fields to projects.
- Add better comments
- Update some methods with ES6 syntax.
- Remove unused function params, libraries, variables, etc.
- Remove old, commented-out code.
- Add CODEOWNERS file to trigger automatic reviewer requests
- Add node engine requirements for local installs
- Add beginning of linting tools
- Only use JS that is compatible with node ^10.0.0
- Add support for project logos
- Add support for document alt tags
- Updating version in package.json
- security update Force validator 13.7.0 via resolution (LUP-251)
- adding nodeman for server restart when files change. npm run start-watch (LUP-249)