Projekt

Obecné

Profil

Product Vision Statement » Historie » Verze 11

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

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