First Commit
This commit is contained in:
9
OneNote/BMB/Leaflet Learning.md
Normal file
9
OneNote/BMB/Leaflet Learning.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Controls
|
||||
|
||||
- [https://leafletjs.com/examples/extending/extending-3-controls.html](https://leafletjs.com/examples/extending/extending-3-controls.html)
|
||||
- [https://gis.stackexchange.com/questions/337746/leaflet-infobox-plugin](https://gis.stackexchange.com/questions/337746/leaflet-infobox-plugin)
|
||||
|
||||
Choropleth Map
|
||||
|
||||
- [https://github.com/voluntadpear/vue-choropleth](https://github.com/voluntadpear/vue-choropleth)
|
||||
- Contains nice info control
|
||||
15
OneNote/BMB/TODO WebApp.md
Normal file
15
OneNote/BMB/TODO WebApp.md
Normal file
@@ -0,0 +1,15 @@
|
||||
- [ ] Profile Page for usersThey can see uploaded files, with dates and data structure.
|
||||
|
||||
- [ ] Have upload file form:checks if data is valid on upload.We could provide them with an excel where they can copy paste --> already good format.
|
||||
|
||||
- [ ] Add script entry for all new Django Models.
|
||||
|
||||
TODO Later for final App
|
||||
|
||||
- [ ] Enable users to delete their account
|
||||
|
||||
|
||||
|
||||
Installations:
|
||||
|
||||
- [ ] Install geodjango dependencies - [https://docs.djangoproject.com/en/2.2/ref/contrib/gis/install/geolibs/](https://docs.djangoproject.com/en/2.2/ref/contrib/gis/install/geolibs/)
|
||||
1
OneNote/BMB/Tutorial Webapp.md
Normal file
1
OneNote/BMB/Tutorial Webapp.md
Normal file
@@ -0,0 +1 @@
|
||||
[https://medium.com/data-decoded/developing-a-web-app-from-scratch-part-1-5492a8e1710e](https://medium.com/data-decoded/developing-a-web-app-from-scratch-part-1-5492a8e1710e)
|
||||
0
OneNote/BMB/Untitled.md
Normal file
0
OneNote/BMB/Untitled.md
Normal file
27
OneNote/BMB/Webapp Requirements.md
Normal file
27
OneNote/BMB/Webapp Requirements.md
Normal file
@@ -0,0 +1,27 @@
|
||||
## User friendly GUI
|
||||
|
||||
## User friendly GUI
|
||||
|
||||
- Expert mode (for advanced users) which is more cumbersome
|
||||
- Intuitive controls
|
||||
- Interactive Results Display
|
||||
- Possibility to export results in various data-formats
|
||||
|
||||
## Backend
|
||||
|
||||
## Backend
|
||||
|
||||
- User authentication (we would provide credentials)
|
||||
- Database with precalculated scenarios
|
||||
- System to make new model runs
|
||||
|
||||
## Longterm
|
||||
|
||||
- Goal: easily integrate new users by having them upload input data through form
|
||||
|
||||
- Needs to be in the correct format (maybe provide excel template that they can fill and upload.)
|
||||
|
||||
## Shortterm
|
||||
|
||||
- Precalculated dataset for one user.
|
||||
- Focus on visuals and working simplified calculations
|
||||
Reference in New Issue
Block a user