projecto
projecto copied to clipboard
[DEPRECATED] Projecto is a minimalistic open source project management system built using Flask and AngularJS.
Grunt prod runs ci-karma test, which looks for static files under `prod_static/` as opposed to where specified...
Grunt needs to concatenate vendor files together (in the right order)
How do we handle file writes concurrently? We need to move to gunicorn to serve things so multiple server process will write at the same time.
- [x] grunt - [ ] docker
Certain libraries needs to be upgraded: - [ ] AngularJS - [x] Flask, Werkzeug, Jinja 2 - [ ] Foundation - [ ] **(STRETCH)** Python 3 Py3 will be an...
3 settings are confusing, let's reconcile them. Also, see if we can run test under production mode...
`todolist_for_template` is not tested. A bug had to be fixed relating to pagination. Fix it.
Think we should remove `totalTodos` from `TodosController`. All this variable does is store the length of the `todos` array. Although storing as a variable could offer a performance gain, this...