Projekt

Obecné

Profil

Product Vision Statement » Historie » Verze 6

Alex Konig, 2021-04-03 18:45

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