Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 488 Bytes

File metadata and controls

24 lines (19 loc) · 488 Bytes

Focus Tracker (Task Manager TG Bot)

A Spring Boot Application with Telegrambots Longpolling integration, "helping" to manage tasks and deadlines.

Available Commands:

  • /add title | yyyy-MM-ddTHH:mm:ss
  • /list
  • /done {taskId}
  • /cancel {taskId}
  • /stats
  • /help

Example:

TODO

  • Unit Tests.
  • Switch to other DB (PostgreSQL).
  • Better UI. Add Task description.
  • Task Deletion. Editing Tasks.
  • Periodic Tasks.
  • Reminder System.
  • More Stats options.