Context
Matt presented the collated feedback from user and admin workshops to the Dev team. Dev team highlighted a lot of discussion required to tease out the Stories needed to achieve the Trainee UI proposed MVP - especially around infrastructure set up, security, separation, FED approach etc.
Below is a summary of things discussed in advance of a second Dev team discussion to make decisions such that the Stories can be written, the Trainee UI MVP can be estimated and the business given an indication of when (range of Sprints) it could be in place (depending on how much other work the business want the team to try to handle simultaneously, vs, the whole team working on Trainee UI).
Discussion
Items | Discussion | Action / decision |
---|---|---|
Front end approach | Some suggestion of the team deciding whether to use React, or Angular for this app:
Fear of throwing the Angular baby out with the bathwater. Question over maintain Angular, and using React to introduce flexible solutions to problems Angular would struggle to deal with. Risk, however, that React isn't as robust as Angular and does not require the coding discipline - therefore would need better documentation to be maintainable in the longer term. Feeling was that a strong argument would need to be made to fully swap out Angular for React, but adding React to Angular should be something we can just do. | TBC |
Web app vs native app | Discussion revolved around:
Also heard that from a testing perspective AWS offer an in-built testing solution using real devices, getting round the issues of testing for mobile using online emulators only. | TBC (Favouring webapp at the moment) |
Accessibility | The team discussed the merits of graceful degradation vs progressive enhancement. And erred on the side of progressive enhancement (i.e. choose a lowest common denominator, and then progressively add functions and features from there, rather than develop for current tech, and add code to try to make it work on older tech). Discussed the usefulness of the government service design standards. It was felt that these whilst somewhat simplistic, would be a good thing in terms of consistency with other government offerings, and would stop us doing anything too funky that might require prohibitively comprehensive testing, or that might take us away from a general governmental direction of travel. | TBC (Favouring progressive enhancement at the moment, and adopting the gov service design approach) |
Sequence of building | Team were very keen to build out the features, incrementally, in a logical sequence (e.g. a login page first, personal details, then the Form R - perhaps presented quite differently given the small screen viewport). | |
Degree of technical separation between Trainee UI and Admins UI | Then we got into the nitty gritty of infrastructural decisions needed:
John persuaded the group of the sense that separation makes when considering this challenge. So creating a queuing system (similar to the bi-directional ESR solution - RabbitMQ or AWS native), with triggers, real-time. However, current endpoints being exposed by TCS aren't fit for wider exposure - so extra work would be needed to re-purpose these, tweak them, or create new ones. | TBC (Favouring complete separation at D/B level, allied with a queuing service, with triggers, synchronising real-time across Admins UI and Trainee UI. This has the added advantage of separating out the threat of a DDOS attack on one app taking down both apps) |
Northern Ireland | There is a likelihood that once we develop Trainee UI, we will roll out to NI in the same way we are planning to roll out Admins UI. This has some implications:
From a business perspective, NI are being treated as another local office. However, as a separate country with a separate sister body to HEE (NIMDTA - Northern Ireland Medical and Dental Training Agency), there are legal implications to consider that mean they cannot technically be treated as another local office. Feeling was that separation for NI was also the sensible approach. So in the end there'd be a D/B for Admins UI (England), one for Trainee UI (England) and another for Admins UI (NI) and another for Trainee UI (NI). Rather than approaching separation via specific roles set up (as this was felt far less secure and risked human error in making English data available to NI administrators / trainees (and vice versa). Prime concern was to only surface NI data to NI administrators / trainees, and English data to English administrators / trainees. Need to consider also the likelihood that some trainees will move between England and NI (and vice versa). Consider hosting the NI data in a data centre closer to NI. And use a different domain (entirely) for NI. Finally, also need to consider how to absorb existing NI data into the app, and segregate it from English administrators / trainees. | TBC (Favouring complete separation at D/B level, allied with a queuing service, with triggers, synchronising real-time across Admins UI and Trainee UI) |
Add Comment