Projekt

Obecné

Profil

Product Vision Statement » Historie » Verze 9

Alex Konig, 2021-04-04 20:57

1 1 Roman Kalivoda
h1. Product Vision Statement (WIP)
2
3
h2. Project Goals
4
5 5 Roman Kalivoda
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
7 6 Alex Konig
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' 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.
8
9
It could also be useful for students to decide how early to get to class to get the best seats. Many classrooms only have limited number of plugs, and sice a lot of students write notes in their notebooks the steats 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.
10
11 9 Alex Konig
h3. User input (TBD)
12 7 Alex Konig
13 6 Alex Konig
Time + building (can be specified as classroom number, however the computation will be done only on building level)
14
15 9 Alex Konig
h3. Output (TBD)
16 8 Alex Konig
17 6 Alex Konig
Based on building
18
19
20 5 Roman Kalivoda
h3. System parts & technologies
21
22
h4. Server (backend) part
23
24
There will be a server application which:
25
* will retrain prediction model when new data are available (or a new model is defined by admin),
26
* will run predictions based on client app requests and send the response once it is ready.
27
28
We decided that the backend will be developed in C# and .NET platform.
29
30
h4. Web frontend app
31
32
There will be a WebGL application:
33
* user will be able to specify arbitrary weather conditions (e.g. temperature, precipitation) or use an automatic weather forecast,
34
* user will be able to specify an arbitrary classroom at UWB,
35
* these input data will be made into a web request and sent to the server,
36
* The prediction result will be shown to the user when the response is received.
37
38
The app will be written in C# and Unity framework.
39
40
h4. Android app
41
42
There might be an android app with functionality similar to the web frontend. The app will also be developed with C# and Unity.
43 1 Roman Kalivoda
44 3 Eliška Mourycová
h3. Happy Day use-case
45
46
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).
47
48 1 Roman Kalivoda
h2. Project Plan
49
50
51
h2. Stakeholders
52
53
* Development Team
54
* Project Sponsor
55
* Project Mentor
56
* Users: lecturers
57
* Users: students
58
59
h2. Risks
60
61
h3. Available data are too crude
62 4 Roman Kalivoda
63
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.
64
65
h3. Our effort estimation is grossly underestimated
66
67
We should define/negotiate a minimum viable product and prioritize individual features.
68
69
h3. We proposed an unsuitable technological stack
70
71
_(TBD)_