Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-sulyak/anekrin
Anekrin is a simple task manager for evaluating personal performance.
https://github.com/michael-sulyak/anekrin
Last synced: 5 days ago
JSON representation
Anekrin is a simple task manager for evaluating personal performance.
- Host: GitHub
- URL: https://github.com/michael-sulyak/anekrin
- Owner: michael-sulyak
- License: apache-2.0
- Created: 2022-04-20T18:08:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T10:35:48.000Z (2 months ago)
- Last Synced: 2024-12-13T11:29:05.717Z (2 months ago)
- Language: Python
- Homepage:
- Size: 397 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anekrin
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/expert-m/anekrin.svg?style=flat)](https://scrutinizer-ci.com/g/expert-m/anekrin/?branch=master)
[![GitHub Issues](https://img.shields.io/github/issues/expert-m/anekrin.svg?style=flat)](https://github.com/expert-m/anekrin/issues)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://choosealicense.com/licenses/apache-2.0/)> 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
- **[Introduction](#Introduction)**
- **[To Do](#to-do)**
- [License](#license)## 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](#table-of-contents)
---
## To Do
* ✅ Implement PoC;
* ⬜️ Write tests for basic functional.[back to top](#table-of-contents)
---
## License
Apache License 2.0