Projekt

Obecné

Profil

Requirements » Historie » Verze 5

Alex Konig, 2021-05-05 19:51

1 1 Alex Konig
h1. Requirements
2
3
h2. Client requirements 
4
5 3 Alex Konig
* Web interface compatible with mainstream browsers (Chrome, Mozilla)
6 5 Alex Konig
* Intuitive UI
7 2 Alex Konig
* User input as specified in [[Product Vision Statement]]
8 1 Alex Konig
* Heatmap output as specified in [[Product Vision Statement]] 
9
* User able to easily browse prediction across a greater range of time
10
11
h2. Server requirements
12
13 3 Alex Konig
* Runs on linux
14
* Can answer requests from more than one client at a time
15 4 Alex Konig
* Capable of retraining model at admin request
16 1 Alex Konig
* Capable of donwloading new data at admin request
17
* Capable of rollback after unsatisfactory retraining
18
* Capable of potential changes in the future (such as using different source data, without re-writing the whole application)
19
* Capable to configure parts of the server such as local data folder, open data source without changing code