We're moving on to the Frontend development. Since last time, the following features have been implemented:
TG Bot for moderating new cards;
Fixed bugs with adding and displaying comments;
Rewritten MongoWorker for asynchronous motor + connection pool;
Fixed a number of Race Condition related bugs;
Added Rate limiting and penetration checking functionality by FastAPI-guard;
Added global logging;
Authentication via Telegram initData.
We're moving on to the Frontend development. Since last time, the following features have been implemented:
- TG Bot for moderating new cards;
- Fixed bugs with adding and displaying comments;
- Rewritten MongoWorker for asynchronous [motor](https://github.com/mongodb/motor) + connection pool;
- Fixed a number of Race Condition related bugs;
- Added Rate limiting and penetration checking functionality by [FastAPI-guard](https://github.com/rennf93/fastapi-guard);
- Added global logging;
- Authentication via Telegram initData.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
We're moving on to the Frontend development. Since last time, the following features have been implemented: