mitlist/be
mohamad 66daa19cd5
Some checks failed
Deploy to Production, build images and push to Gitea Registry / build_and_push (pull_request) Failing after 1m17s
feat: Implement WebSocket enhancements and introduce new components for settlements
This commit includes several key updates and new features:

- Enhanced WebSocket functionality across various components, improving real-time communication and user experience.
- Introduced new components for managing settlements, including `SettlementCard.vue`, `SettlementForm.vue`, and `SuggestedSettlementsCard.vue`, to streamline financial interactions.
- Updated existing components and services to support the new settlement features, ensuring consistency and improved performance.
- Added advanced performance optimizations to enhance loading times and responsiveness throughout the application.

These changes aim to provide a more robust and user-friendly experience in managing financial settlements and real-time interactions.
2025-06-30 01:07:10 +02:00
..
alembic feat: Introduce activity tracking and management features 2025-06-28 19:14:51 +02:00
app feat: Implement WebSocket enhancements and introduce new components for settlements 2025-06-30 01:07:10 +02:00
tests feat: Enhance chore management with new update endpoint and structured logging 2025-06-21 15:00:13 +02:00
.dockerignore refactor: Revise .dockerignore and Dockerfile for enhanced build efficiency and organization 2025-06-01 16:14:55 +02:00
.gitignore weeee💃 2025-03-30 16:02:49 +02:00
alembic.ini weeee💃 2025-03-30 16:02:49 +02:00
Dockerfile Fix(docker): Run Alembic migrations on container startup 2025-06-01 17:10:40 +00:00
Dockerfile.prod fix: Add Alembic directory and configuration file to production Dockerfile for migration support 2025-06-01 17:16:26 +02:00
entrypoint.sh Fix(docker): Run Alembic migrations on container startup 2025-06-01 17:10:40 +00:00
pytest.ini Implement test fixtures for async database sessions and enhance test coverage for CRUD operations. Introduce mock settings for financial endpoints and improve error handling in user and settlement tests. Refactor existing tests to utilize async mocks for better reliability and clarity. 2025-05-20 01:18:31 +02:00
requirements.txt feat: Implement soft delete functionality and remove cascading deletes 2025-06-25 20:16:28 +02:00
todo.md feat: Implement soft delete functionality and remove cascading deletes 2025-06-25 20:16:28 +02:00