Projekt

Obecné

Profil

Product Vision Statement » Historie » Verze 14

Zuzana Káčereková, 2021-04-04 21:25

1 1 Roman Kalivoda
h1. Product Vision Statement (WIP)
2
3
h2. Project Goals
4
5 11 Zuzana Káčereková
Creating an application that will based on weather input, predict the attendance in class. User will be able to input their own weather information or choose a prediction based on current weather information or prediction for future days.
6 5 Roman Kalivoda
7 10 Alex Konig
h3. Customers and benefits
8
9 11 Zuzana Káčereková
Can be useful for teachers when planning for activities that require higher attendance. For example, if the teacher wants to give their students a pop quiz about their current knowledge from lectures, to get a better idea of the class's general understanding it would be good to have as many answers as possible. This app would enable to predict the attendance for a class, and therefore to decide if it is worth it to plan a 30min window in the lecture for a quiz or to rather plan something else.
10 6 Alex Konig
11 11 Zuzana Káčereková
It could also be useful for students to decide how early to get to class to get the best seats. Many classrooms only have a limited number of plugs, and since a lot of students write notes on their laptops, the seats near these plugs are highly valuable. This app would enable the students to look how at how populated the building will be and decide if coming early to the lecture will be necessary to get those good seats.
12 6 Alex Konig
13 12 Zuzana Káčereková
h3. User input
14 1 Roman Kalivoda
15 12 Zuzana Káčereková
- Date (or system date)
16
- Weather (or official weather server prediction)
17
- Building or classroom number (however, classroom number retrieves building data due to spacial granularity)
18
- Time? (TBD based on the achieved model accuracy)
19 6 Alex Konig
20 13 Zuzana Káčereková
h3. Output
21 8 Alex Konig
22 13 Zuzana Káčereková
- Rush level (very calm, calm, average, busy, very busy)
23
- Based on achieved model quality, visualization may be extended to a "heatmap" showing rush across the campus (TBD later in the process)
24 10 Alex Konig
25 14 Zuzana Káčereková
h3. Key factors to judge application quality
26 1 Roman Kalivoda
27 14 Zuzana Káčereková
* Application response time
28
* UI design appeal to the customer
29
* Maintainability (as a measure of effort required to update the model with new data)
30 10 Alex Konig
31 14 Zuzana Káčereková
Prediction quality is not guaranteed at this stage as data quality is out of our control and hugely impacts the output. Quality should also improve over time as more data is collected by UWB.
32 10 Alex Konig
33
h3. Crucial product factors (TBD)
34
35
* able to download new data on user demand from and re-train model
36
* able  to be modified in the future to learn from its results - or do we want it to be possible right away?
37
* extensible to accomodify more data in the future
38 6 Alex Konig
39
40 5 Roman Kalivoda
h3. System parts & technologies
41
42
h4. Server (backend) part
43
44
There will be a server application which:
45
* will retrain prediction model when new data are available (or a new model is defined by admin),
46
* will run predictions based on client app requests and send the response once it is ready.
47
48
We decided that the backend will be developed in C# and .NET platform.
49
50
h4. Web frontend app
51
52
There will be a WebGL application:
53
* user will be able to specify arbitrary weather conditions (e.g. temperature, precipitation) or use an automatic weather forecast,
54
* user will be able to specify an arbitrary classroom at UWB,
55
* these input data will be made into a web request and sent to the server,
56
* The prediction result will be shown to the user when the response is received.
57
58
The app will be written in C# and Unity framework.
59
60
h4. Android app
61
62
There might be an android app with functionality similar to the web frontend. The app will also be developed with C# and Unity.
63 1 Roman Kalivoda
64 3 Eliška Mourycová
h3. Happy Day use-case
65
66
The user will specify a date and classroom (e.g. UC-336) for which they wish to get the prediction of attendance. It will be possible to choose to have the weather forecast data for the given day downloaded automatically or input manually. The output of the app will be a text field saying how high the attendance the model predicts (e.g. very high).
67
68 1 Roman Kalivoda
h2. Project Plan
69
70
71
h2. Stakeholders
72
73
* Development Team
74
* Project Sponsor
75
* Project Mentor
76
* Users: lecturers
77
* Users: students
78
79
h2. Risks
80
81
h3. Available data are too crude
82 4 Roman Kalivoda
83
Chances are that the data are not specific enough to make proper predictions for single classrooms. Hopefully, the model could be improved gradually when there is more data available. In the meantime, we could modify the app to show just the prediction for a whole building.
84
85
h3. Our effort estimation is grossly underestimated
86
87
We should define/negotiate a minimum viable product and prioritize individual features.
88
89
h3. We proposed an unsuitable technological stack
90
91
_(TBD)_