Originally, I thought to make it in go, but since I need it asap, I decided to make it in node.
- Bunch of CLI commands which goes like:
manul *name of the command*
- Telegram integration for useful stuff (for example, reminders)
Create telegram script which sends wiki potd every morning- Start test coverage.
Make cli work with typescriptWrite script for tracking pressure in google sheets TODO: Maybe, get rid of google sheets and use local instead. Their api is horrible. Just store the table on serverside- Create db structure
- Migrate all jobs and tasks to db and automate everything that can be automated
- id: number
- name: string
- tg_id: number
- user_id: number
- code: string
- name: string
- caption: string
- description: string
- cronjob: string
- once: boolean
- stopped: boolean