NOTE: To install application use a website: https://todo-tasks-manager.herokuapp.com/ or this link: https://drive.google.com/drive/folders/184y6W8_cxUSUFzpPoo6Xf8ma3YvnsIE2?usp=sharing
Hi, this is a TO-DO Task Manager, which will help you to manage your tasks.
There's also a Telegram Bot - @todotaskmanagerbot, which is written on Go. It can do everything, that you can do on desktop version (except registration).
Tasks will appear in the Inbox page when they haven't their date (their date is not specified). When you'll specify a date of a task in the Inbox page, it will be removed from the Inbox page and added to the Today page or Upcoming page. The inbox page is useful for tasks, dates of which you didn't come up with.
Tasks will appear on the Today page when their date values are equal to today's or previous dates.
Tasks will appear in the Upcoming page when their date values are bigger than today's. In the Upcoming page is a possibility to view tasks for the next 7 days and the next 5 months.
Tasks will appear in Logbook page when User will check them in any remaining pages mentioned above. Users can bring back tasks from this page to another, according to its date value by unchecking it.
You can create shared projects. In shared projects you and your team can add and complete tasks. To invite members you need to know their logins and after accepting the invitation they will join to your project. Also, you can create project, but not invite any users to it.
You can add tags to tasks. By tags you can search your tasks in search bar.
That's all. Thanks for reading.