- Added endpoints for creating, updating, retrieving, and deleting cards.
- Implemented validation for card creation and updates using Zod.
- Introduced caching mechanisms for card and category retrieval.
- Created endpoints for managing categories with validation and caching.
- Developed tag management endpoints with validation and caching.
- Added tools management endpoints for CRUD operations.
- Enhanced error handling for unique constraint violations in the error logger.
- Implemented utility functions for validation and error formatting.
feat: implement new authentication guard middleware for API and frontend page access control
refactor: replace old static file handling middleware with a new plugin-based approach
feat: add request timing logging for static file requests
feat: implement well-known ignore plugin for Chrome DevTools
feat: add error logging plugin for unhandled exceptions and request errors
feat: introduce a scheduler plugin for task management and log cleanup