- version : 2.5
- Description : the last stable Flask app in a single file
- TODO :
* Clean architecture refactoring .
* Adding authentication and advanced settings .
* Performance and security improvements .
//############################################//
modified: templates/points.html
//############################################/
- version : 2.1
- description : I have applied the seperation in the backend code and
fixed some errors here and there ...like the typing error in routes/students.py
... I have replaced it with 'Any' type until I find A better solution
for that .
//############################################//
modified: app.py
new file: extentions.py
new file: routes/__init__.py
new file: routes/csv.py
new file: routes/points.py
new file: routes/students.py
//############################################//
- version : 1.8
- description : making the selection of students with checkboxes and
keeping the fuzzy search enabled .
//############################################//
modified: app.py
modified: templates/points.html
//############################################//
- version : 1.7
- description : moving the database file to databases/ dir and updating
init-db() function to use the databases/ dir as the default .
//############################################//
modified: .gitignore
modified: app.py
//############################################//
- version : 1.6
- description : making a dropdown for searching for a specific student
and add an option to add/remove points for every students .
//############################################//
modified: app.py
modified: templates/points.html
//############################################//