From 2471a7040104c8531f4eb2501e53047b3149d0b4 Mon Sep 17 00:00:00 2001 From: Sam Stuckey Date: Wed, 13 Nov 2024 13:02:23 -0700 Subject: [PATCH] Update 0781_paper_sync_plannig.md --- .../526ez/engineering_research/0781_paper_sync_plannig.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/products/disability/526ez/engineering_research/0781_paper_sync_plannig.md b/products/disability/526ez/engineering_research/0781_paper_sync_plannig.md index fa27c28eb8d..32bdc8e9a15 100644 --- a/products/disability/526ez/engineering_research/0781_paper_sync_plannig.md +++ b/products/disability/526ez/engineering_research/0781_paper_sync_plannig.md @@ -46,11 +46,9 @@ These chunks start very small and modular, then get larger as we go. There are t ### Note on ticket order -Tickets are numbered, e.g. `[0781 PS] (1) ...` and `[0781 PS] (2) ...`. This is to preserve my suggested working order in case they get moved around. They sometimes indicate a blocker / blocked relationship, but not always. For that information look inside the ticket. Blockers will be noted at the top. +Tickets are numbered, e.g. `[0781 PS] (1) ...` and `[0781 PS] (2) ...`. This is to preserve my suggested working order in case they get moved around. They sometimes indicate a blocker / blocked relationship, but not always. For that information look inside the ticket where blockers will be called out. There are multiple of most numbers; these tickets can be thought of as a 'layer' of work that can be done in parallel. -The tickets are arranged from top (first) to bottom (last) in the order I feel we should work on them. They are also arranged in a manner that will unblock click through testing as quickly as possible. I strongly suggest we work them in the order they are in when possible, including finishing batches of 'skeleton' tickets before rolling back to do 'content' tickets. - -If there are blockers for any chunk of work, they are noted in the blocked ticket. E.g. we need the JSON schema before we can implement the FE / BE Form boilerplate to save data _into_ that schema, and we need the FE / BE boilerplate to unblock almost all of the form components that interact with the DB. Therefor the ticket for the FE / BE boiler plate will have a big section at the top about this blocker. +They are also arranged in a manner that will unblock click through testing as quickly as possible. I strongly suggest we work them in the order they are in when possible, including finishing batches of 'skeleton' tickets before rolling back to do 'content' tickets. ### Note on 'Skeleton' vs 'Content' tickets