-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathTestPest.json
More file actions
23 lines (23 loc) · 1.49 KB
/
TestPest.json
File metadata and controls
23 lines (23 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"title": "Test for Pest",
"description": [
"The department for disease control wants to offer a system to safely and securely handle test results nationwide.",
"Users: thousands of test operators, millions of customers to be tested, hundreds of government officials, thousands of doctors.",
"Requirements:",
" * Customers can schedule a test appointment with a local test operator.",
" * Test operators can verify the customers' appointments and personal data on the spot.",
" * Test operators can submit the test result.",
" * Customers can view their test result.",
" * The system can handle tests for different diseases.",
" * Local government officials can view the test statistics for their area of responsibility.",
" * Department for disease control can view local and nationwide statistics with different prediction models.",
" * Local government can contact customers if they submitted an email address or phone number.",
" * Doctors can view the customer's test history if customer enabled them.",
"Additional Context:",
" * The system must be able to react quickly on outbreaks of new diseases and therefore the availability of new test types.",
" * Tests are carried out workdays during office hours.",
" * The system will potentially be exported to other countries.",
" * You have a contract with the government so money is not important."
],
"credit": "Christoph Krueger"
}