Skip to content

timelytasks/timelyapi

Repository files navigation

Maintainability Test Coverage

branch status
master Build Status
develop Build Status

timelyapi

A to do list API with timer (WIP) and calendar (WIP) integration (something like gantt)

Project setup

Via docker

docker-compose up

Via pip

pip install -r requirements.txt

Run development

invoke run

Lints and tests

invoke t

Planning

Project

  • Title
  • List of tasks - [Task, Task, ...]
  • Assignees
  • Date created
  • Due date

Task

https://docs.python.org/3/library/datetime.html https://docs.python.org/3/library/time.html

User

  • name
  • username
  • email
  • Password

Timer

  • task
  • time
  • countdown
  • distractions

Interesting reads

https://stackoverflow.com/questions/49482453/generics-vs-viewset-in-django-rest-framework-how-to-prefer-which-one-to-use

https://stackoverflow.com/questions/46125398/how-to-display-only-values-in-django-serializers

https://www.peterbe.com/plog/efficient-m2m-django-rest-framework

https://stackoverflow.com/questions/46125398/how-to-display-only-values-in-django-serializers

https://hakibenita.com/django-rest-framework-slow

About

timelytasks API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published