issues
search
HydroSysPotsdam
/
Forester
Interactive and web-based visualization of decision trees.
GNU General Public License v3.0
4
stars
0
forks
source link
Server Development Plan
#22
Open
david-strahl
opened
2 years ago
david-strahl
commented
2 years ago
[ ] Startup of Forester using command line interface using click (like jupyter)
[x] Clean setup of Flask server
[x] Flask must connect to a database storing the project info
[ ] Option to set directory for locally stored files upon startup of server, otherwise "instance"
[ ] Option to directly start the editor from the command line
[x] Create a "projects" folder for each user (initially just local)
[x] Examples need to be loaded into the "projects" database
[x] API provides a list of project files
[x] API provides a project file upon request
[ ] API accepts a project file for saving
[ ] DOCUMENTATION!