Skip to content

Latest commit

 

History

History
executable file
·
36 lines (22 loc) · 1.48 KB

README.md

File metadata and controls

executable file
·
36 lines (22 loc) · 1.48 KB

Anekrin

Scrutinizer Code Quality GitHub Issues License

Anekrin is an easy-to-use personal productivity tracker that helps you stay on top of your daily tasks and goals. With Anekrin, you can create a list of tasks and set rewards for each one, track your progress over the last seven days, and strive to keep your "average" productivity score at 100. Anekrin is the perfect companion for anyone looking to improve their daily routine and reach their goals. Try Anekrin today and see the difference it can make in your life!

Table Of Contents

Architecture

  • One instance handles requests from specific users, and one instance has its own task queue for each user. That is, requests from certain users are processed sequentially and on a certain instance.

  • At the current time, adding a DB for the cache does not make sense. The data can be kept in memory for now.

back to top


To Do

  • ✅ Implement PoC;
  • ⬜️ Write tests for basic functional.

back to top


License

Apache License 2.0