Files
plantid-discord-bot/TODO
T
owenrees 0eddf04678 Projects and Diseases placeholder application commands (#17)
* fix module name in backup

* save projects to persistent_term

* retrieve projects on bot startup

* remove commented out code

* register project autocomplete

* placeholder text for project

* placeholder disease command
2025-12-08 08:53:48 +01:00

30 lines
619 B
Plaintext

# 📝 Project TODOs
## 🚀 High Priority
- [x] Update deps and run on Elixir 1.18 / otp 28
- [ ] Pull projects on a regular basis
- [ ] identify by project
- [ ] identify by country
- [ ] Run static analysis tools and fix code
- [ ] Increase test coverage
- [ ] Fix spec errors
## 📦 Medium Priority
- [ ] - add credo, dialyxir and test to GH actions
- [ ] - use Req instead of HTTPoison
## 🛠️ Low Priority
- [ ] add checks on branch push / PR creation
- [ ] add specs where missing
## 📚 Documentation
- [ ]
---
✅ Keep this file updated as tasks are completed. Use `git diff` to track progress.