Task Manager

This is a project I worked on as a contractor at Idiotech . I developed a single page web app (SPA) for managing lidar data annotation tasks. Managers can upload lidar data, create tasks and assign them to annotators. Annotators can then submit annotated data for review. Frontend was made using Vue.js framework and Vuetify component library. The backend is a RESTful API written using Flask web framework and SQLAlchemy ORM powered by PostgreSQL database engine behind the scene.

Task Manager screenshot

Tech stack

  • Python
  • Flask
  • Flask-RESTPlus
  • SQLAlchemy
  • PyTest
  • Nginx
  • Gunicorn
  • JavaScript
  • Vue.js
  • Vuetify
  • Vue Test Utils
  • CSS
  • HTML
  • Docker
  • GitLab CI