Agile Problem Solving
--
MVP for fast Corona testing at a University
Motivation and Problem Statement
Fast testing is conducted in a dedicated location remote from the actual university building
How to make sure that the tested student is able to present the negative test results at the university checkpoint and share as least as possible of private information with as few people as people.
- Students arrive at the testing location
- Fast track test is done in location A (5 min duration)
- Results are given to the student
- If negative, student should receive the results
- On arrival at the university the student must present the test results
MVP Idea
Build a simple app for the medical stuff (tester) to send out an SMS to the student containing test results and additional non personal information.
Challenges
- How to make sure the data of the Student is not visible to anyone else.
- How to make sure that the confirmation SMS is not forwarded or used by other people
- How can the person that controls access to the university check whether the SMS is authentic and belongs to the student that is presenting it
MVP Outcome