mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-22 20:16:57 +00:00
0eddf04678
* 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
30 lines
619 B
Plaintext
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.
|