diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-23 16:23:54 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-23 16:23:54 +0100 |
commit | 92aef59c99cd4cb0ca067216016922aa6661a90a (patch) | |
tree | 4d2b567a87b142e0718bb1497ad042874b189e15 | |
parent | d029aa82039de320225e0bdd37a918cd313b8fd9 (diff) |
Adds new TASKS file
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TASKS.md | 31 |
2 files changed, 32 insertions, 1 deletions
@@ -1,3 +1,3 @@ ## DefNucSyR Engagement Database (DED) -bar +Go to [TASKS.md](TASKS.md). diff --git a/TASKS.md b/TASKS.md new file mode 100644 index 0000000..3831d51 --- /dev/null +++ b/TASKS.md @@ -0,0 +1,31 @@ +# Tasks + +## Instruments + +- [ ] finish the table of SOPs (`/instruments/sops`) +- [ ] SOP detail page +- [ ] Link "Regulatory Instruments" to new instruments list page +- [ ] Link SOP detail page to instruments list page + +## Dashboards +TBC + +## Engagement planning + +- [ ] Links for new Engagement types: + - [ ] Sampling + - [ ] Inspection + - [ ] Assessment (`AssessmentCreateForm`) + - [ ] SyRIF + - [ ] Meeting +- [ ] fix the year on `/engagements/plan/<org>` +- [ ] check use of "Your entities" on `/engagements/` +- [ ] new overall Engagement Plan list page for all inspectors + +## Engagement strategies + +- [ ] Get up to date with Engagement Strategy pages - I think there are tests? +- [ ] Engagement Strategy detail page +- [ ] Engagement Strategy list page +- [ ] Link all Engagement Plans with corresponding Engagement Strategy + |