Notes - nosarthur/cloud-harness GitHub Wiki

Jul 4, 2017

So far the authentication is a bit of a mess. Two approaches are implemented: token (JWT) based authentication via API access and session based login via flask-login.

Another part that I don't like is the front-end. Right now it is a mixture of Vue.js and jinja2 templates. Later I should let Vue.js do all the work.

Also more tests are needed, especially the user authentication related database access.

Jul 14, 2017

There was some issue with SQLite with alembic, thus I used Postgres. But flask-migrate keeps failing. Maybe I should just use alembic directly.