Add a link to the JIRA ticket that the changes in this PR describe.
Add a summary of the problem and any additional context that helps explain what the issue we're trying to solve is.
Add descriptions of what changes were made to address the problem and provide a solution.
Include any links to commits that introduce significant additions of code if they help explain the process of coming to the solution. e.g Addition of test database setup, addition of first test and production class, removal of buggy code, etc.
- Added end-to-end (i.e. integration) tests where necessary e.g to test complete functionality of a newly added feature
- Added tests to cover all new production code
- Added comments to the README or updated relevant documentation (add link to documentation), where necessary.
- Checked all code for possible refactoring
- Code pipeline builds correctly
Are there any next steps that need to addressed after merging this PR? Add them here.