Update readme roadmap.

master
josiah 3 years ago
parent f6027d58c3
commit fac70e716a

@ -16,16 +16,20 @@ Matrix Orgmode ListenER.
- [ ] Use all the same packages i'm floating for developer standards at work:
## Misc Project Thoughts
- My bot will have to be able to talk over HTTP, I guess.
- My bot will have to be able to talk over HTTP, I guess.
- It'd be good if I could use pantalaimon for encryption, so messages can be sent E2E, then decrypted wherever the bot is to get added to the refile.
- Probably worth also writing some elisp that auto saves/closes the mobile-refile file if you haven't looked at it in a minute or two. Prevents weird overwrites.
# TODOs
- [ ] setup all of this stuff
- [ ] Precommit (for all your commithook needs)
- On initial setup you likely want to run a new config against all files: `pre-commit run --all-files`
- [ ] Black + commithooks; feel free to tweak line settings
- [ ] Mypy + commithooks
- [ ] Pylint / Flake8; feel free to tweak line settings
- [ ] Pipenv (bluh. I guess this is what work is using, so, fine.)
- [X] Pipenv (bluh. I guess this is what work is using, so, fine.)
- append installs with `-d` to add them as a dev dependency
- [ ] Pytest + unittest.
- [X] Python versions with pyenv
- This is pretty easy, though its a very stupid curl | bash. Fuckers.