Product Vision Statement » Historie » Verze 42
Alex Konig, 2021-05-06 08:08
1 | 31 | Alex Konig | h1. Product Vision Statement |
---|---|---|---|
2 | 1 | Roman Kalivoda | |
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 | 35 | Alex Konig | * Date (or system date) - dd:mm:yyyy + Time - hh |
16 | ** Start and end dateTime for prediction of rush level over a timespan, or just start dateTime for prediction at one specific time |
||
17 | * Weather |
||
18 | ** automatic prediction from official weather server prediction |
||
19 | ** possibility to manually input custom values - temperature, wind, rain probability, weather conditions (sunny/cloudy/overcast/dark) |
||
20 | * classroom prefix (-> will be interpreted as building the classroom is in) |
||
21 | 1 | Roman Kalivoda | |
22 | 6 | Alex Konig | h3. Output |
23 | 8 | Alex Konig | |
24 | 36 | Alex Konig | * Rush level (very calm, calm, average, busy, very busy) |
25 | ** Visualization as a "heatmap" showing rush across the campus |
||
26 | ** If user put end date an animation of changes in rush level |
||
27 | 25 | Alex Konig | |
28 | 37 | Alex Konig | Rush level is relative to the building it is related to. 50% on FAV does not have to mean the same predicted value of activity as 50% on FST, it depends on usual amount of activity read from data for each specific building |
29 | |||
30 | 1 | Roman Kalivoda | h3. Happy Day use-case |
31 | 25 | Alex Konig | |
32 | 32 | Alex Konig | 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 user has to option to input custom weather manually. The output of the app will be a text field and a heatmap saying the rush level the model predicts (e.g. very high and a brightly lit up building). |
33 | 25 | Alex Konig | |
34 | 14 | Zuzana Káčereková | h3. Key factors to judge application quality |
35 | 1 | Roman Kalivoda | |
36 | 14 | Zuzana Káčereková | * Application response time |
37 | 32 | Alex Konig | * UI design appeals to the customer |
38 | 14 | Zuzana Káčereková | * Maintainability (as a measure of effort required to update the model with new data) |
39 | 10 | Alex Konig | |
40 | 39 | Alex Konig | 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 ZČU. |
41 | 1 | Roman Kalivoda | |
42 | 25 | Alex Konig | h3. Key product features |
43 | 17 | Zuzana Káčereková | |
44 | 42 | Alex Konig | Prediction is made on the level of buildings, potentially groups of buildings in the city centre, as divided in [[Data sources]] |
45 | 41 | Alex Konig | |
46 | 1 | Roman Kalivoda | h4. Server (backend) part |
47 | 17 | Zuzana Káčereková | |
48 | 1 | Roman Kalivoda | There will be a server application which: |
49 | 34 | Alex Konig | * Runs on linux |
50 | * Capable of updating data at admin request |
||
51 | * Capable of retraining prediction model on admin request |
||
52 | ** Capable of rollback |
||
53 | * Will run predictions based on client app requests and send the response once it is ready. |
||
54 | * Software designed to support smooth model transition |
||
55 | ** Modular application, easy to swap parts (for ex. spap for different data parser or data loader or possibly in the future for different data) |
||
56 | 16 | Zuzana Káčereková | |
57 | 5 | Roman Kalivoda | We decided that the backend will be developed in C# and .NET platform. |
58 | |||
59 | 34 | Alex Konig | h4. Frontend app |
60 | 5 | Roman Kalivoda | |
61 | 34 | Alex Konig | * Able to specify input parameters |
62 | ** user will be able to specify an arbitrary classroom prefix at ZCU, |
||
63 | ** User will be able to specify arbitrary weather conditions (e.g. temperature, precipitation) or use an automatic weather forecast, |
||
64 | ** These input data will be made into a web request and sent to the server, |
||
65 | * Able to access and visualize prediction using the earlier specified input parameters |
||
66 | ** Heat map type visualisation |
||
67 | ** Able to easily browse prediction across a greater range of time |
||
68 | * Has a web interface (webGL) and/or mobile interface (Android) |
||
69 | 5 | Roman Kalivoda | |
70 | 18 | Zuzana Káčereková | The app will be written in C# and Unity framework. |
71 | 1 | Roman Kalivoda | |
72 | h2. Project Plan |
||
73 | |||
74 | 33 | Alex Konig | See Redmine tab Roadmap. |
75 | |||
76 | 1 | Roman Kalivoda | |
77 | h2. Stakeholders |
||
78 | |||
79 | * Development Team |
||
80 | * Project Sponsor |
||
81 | 24 | Alex Konig | * Project Mentor |
82 | * Users: lecturers teaching classes at ZČU |
||
83 | 1 | Roman Kalivoda | * Users: students attending classes at ZČU |
84 | |||
85 | h2. Risks |
||
86 | 22 | Zuzana Káčereková | |
87 | 4 | Roman Kalivoda | h3. Available data is too crude |
88 | 23 | Zuzana Káčereková | |
89 | 4 | Roman Kalivoda | Chances are that the data is not specific enough to make proper predictions for some buildings, much less single classrooms. Hopefully, the model could be improved gradually when there is more data available. In the meantime, the granularity will be selected based on the model quality we achieve. |
90 | 21 | Zuzana Káčereková | |
91 | 4 | Roman Kalivoda | h3. Our effort estimation may be grossly underestimated |
92 | |||
93 | We should define/negotiate a minimum viable product and prioritize individual features. |
||
94 | |||
95 | h3. We proposed an unsuitable technological stack |
||
96 | 21 | Zuzana Káčereková | |
97 | 1 | Roman Kalivoda | Due to our unfamiliarity with web programming we've chosen to use technologies closer to our previous experience. These limit us in that the web application will not be easily compatible with mobile platforms. However, in turn, we can easily implement more complex UI and visualizations, and with some extra effort produce both a web and a mobile application using the same components. |
98 | 26 | Alex Konig | |
99 | h2. Solution |
||
100 | |||
101 | 27 | Alex Konig | [[Minimum viable product]] |
102 | 29 | Alex Konig | |
103 | h2. Details |
||
104 | |||
105 | 30 | Alex Konig | For more details about implementation and processed data consult [[Project details]] |