mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Move TODO to external page in docs
This commit is contained in:
parent
fcb8a414e9
commit
5daf3b2162
3 changed files with 60 additions and 38 deletions
56
docs/todo.md
Normal file
56
docs/todo.md
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
# TODO
|
||||
|
||||
!!! warning
|
||||
|
||||
Here is lister not all tasks
|
||||
|
||||
- [ ] Telegram API features
|
||||
- [x] Rewrite Telegram types using **pydantic**
|
||||
- [x] Rewrite Telegram methods using **pydantic**
|
||||
- [x] Rewrite bot class
|
||||
- [ ] Contextual aliases for methods in types
|
||||
- [ ] ...
|
||||
- [ ] Dispatcher features
|
||||
- [x] Blueprints/Routers
|
||||
- [ ] Refactor FSM
|
||||
- [ ] Engine
|
||||
- [ ] Builtin storage's
|
||||
- [ ] ...
|
||||
- [ ] Refactor filters
|
||||
- [ ] Engine
|
||||
- [ ] Builtin filters
|
||||
- [x] Command
|
||||
- [x] ContentTypes
|
||||
- [x] Text
|
||||
- [ ] ...
|
||||
- [ ] Middlewares
|
||||
- [ ] Engine
|
||||
- [ ] Builtin middlewares
|
||||
- [ ] ...
|
||||
- [ ] Webhook
|
||||
- [ ] Executor
|
||||
- [ ] i18n
|
||||
- [ ] ...
|
||||
- [ ] Tests
|
||||
- [x] API
|
||||
- [x] Sessions
|
||||
- [x] Types
|
||||
- [x] Methods
|
||||
- [x] Client
|
||||
- [ ] Dispatcher
|
||||
- [x] Dispatcher
|
||||
- [x] Router
|
||||
- [x] Observers
|
||||
- [ ] Filters
|
||||
- [ ] Utils
|
||||
- [x] Helper
|
||||
- [x] Markdown/HTML
|
||||
- [ ] ...
|
||||
- [ ] CI/CD
|
||||
- [ ] Publish to PyPi on tag
|
||||
- [x] Build docs on push
|
||||
- [x] Code style
|
||||
- [x] Test with coverage on pull-request
|
||||
- [x] Test with coverage on push
|
||||
- [x] mypy on pull-request
|
||||
- [x] Flake8 on pull-request
|
||||
Loading…
Add table
Add a link
Reference in a new issue