projecto icon indicating copy to clipboard operation
projecto copied to clipboard

[DEPRECATED] Projecto is a minimalistic open source project management system built using Flask and AngularJS.

Results 51 projecto issues
Sort by recently updated
recently updated
newest added

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.

files
optimization
backend

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...

code-quality
backend

`todolist_for_template` is not tested. A bug had to be fixed relating to pagination. Fix it.

todos
code-quality
frontend

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...

todos
code-quality