mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
57 lines
1.3 KiB
Markdown
57 lines
1.3 KiB
Markdown
|
|
# 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
|