/TaskManager

Site with task manager and task board

Primary LanguagePythonMIT LicenseMIT

Task_Manager

Site with task manager and task board

Task:

Using Python 3 create a back-end and API for the task board application.

Required features:

  • Adding/editing users
  • Adding/editing tasks
  • Assigning tasks to users
  • Changing task status (TO DO, IN PROGRESS, ON REVIEW, DONE)
  • Storing the data

Optional (nice to have) features:

  • Additional task board settings (one can think of)

Two users type, Api performs many queries in one request, for example: add_users

  • Task implementation time tracking (based on user actions "start" and "pause")

DONE is pause, other statuses are start

  • Deleting tasks and users

  • Tests

  • Simple web interface working with the API