Reviewers should review and confirm each of these items before approvalIf there are multiple reviewers, this section should be duplicated for each reviewer
[x] Code meets acceptance criteria from issue
[x] Unit tests are written and all pass
[x] User Test Scripts (if required) are written and have been run through
[x] Project's coding standards are met
No deprecated methods are used
No magic strings/numbers - all strings are in constants or messages files
ES queries are wrapped in a Query object rather than inlined in the code
Where possible our common library functions have been used (e.g. dates manipulated via dates)
Cleaned up commented out code, etc
Urls are constructed with url_for not hard-coded
[x] Code documentation and related non-code documentation has all been updated
Add On Hold filter to dashboard
On Hold items are separated from regular applications in the dashboard, and can be filtered separately.
This PR...
Developer Checklist
Developers should review and confirm each of these items before requesting review
constants
ormessages
filesdates
)url_for
not hard-codeddevelop
Reviewer Checklist
Reviewers should review and confirm each of these items before approval If there are multiple reviewers, this section should be duplicated for each reviewer
constants
ormessages
filesdates
)url_for
not hard-codeddevelop
Testing
List user test scripts that need to be run
Main feature test:
Regression testing to ensure no side-effects:
Deployment
N/A