-
Notifications
You must be signed in to change notification settings - Fork 7
Tech Session Agenda
This page is for capturing topics to discuss at the next Tech Session
- Discuss outcomes of recent spike work and way forward.
- Piping improvements
- Routing based on number/date
We discussed upcoming routing requirements for number and checkbox. We explored a general routing schema and what that might look like in terms of modelling conditions, rules and groups (required for more advanced routing scenarios).
Sam G to continue with some of the design work and document on wiki for future team discussion. See routing mk2
- Duplicating Questionnaires
There is a spike task to investigate how we should approach this. We could do things the "hard way" and maintain a map of original ID references to new ID references, or we could look to refactor to using Id values scoped to the questionnaire. The latter approach would make copying easier but we'd lose referential integrity of FK relationships? Or is there some way of keeping them and having the best of both worlds?
- Author validations
Discussion with Kalun to go through the screens and Spike to identify all the permutations of questionnaire configuration that can break and should be validated against.