-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add task list to results page #785
Comments
@CharliePatterson are there any other passed checks you want me to add? from the description it looks like we just want
|
Good question @GeorgeGoodall-GovUk - I've updated the description to add more detail:
|
Integration tests need fixing, after that we should be good to go |
tests failing on cicd but not locally. this might take a lot of trial and error to fix |
fixed those tests, but now the acceptance tests are failing -_- |
Context:
Designs/Prototype:
Implementation detail:
quality_level
2 are considered 'blocking'.quality_level
3 are considered 'non-blocking'.quality_level
are excluded from the results, as these either haveresponsibility
set tointernal
orseverity
ofwarning
.Acceptance criteria:
1. All results:
quality_category
(ignoring theunknown entities
issues), and if no issues are flagged for the group/category, then we can display the following success messages:All rows have unique references
All rows have valid geometry
All rows have valid data
2. Blocking issues results:
quality_level
of 2 under the "Issues you must fix before submitting" section.3. Non-blocking issues:
quality_level
of 3 under the "Issues you can fix after submitting" section.Remaining ToDos:
The text was updated successfully, but these errors were encountered: