mitlist/fe/src
Mohamad 29e42b8d80 feat: Enhance cost management features with new endpoints and services
This commit introduces significant updates to the cost management functionality, including:

- New endpoints for retrieving cost summaries and generating expenses from lists, improving user interaction with financial data.
- Implementation of a service layer for cost-related logic, encapsulating the core business rules for calculating cost summaries and managing expenses.
- Introduction of a financial activity endpoint to consolidate user expenses and settlements, enhancing the user experience by providing a comprehensive view of financial activities.
- Refactoring of existing code to improve maintainability and clarity, including the addition of new exception handling for financial conflicts.

These changes aim to streamline cost management processes and enhance the overall functionality of the application.
2025-06-21 00:53:03 +02:00
..
assets feat: Add group members endpoint and enhance UI translations 2025-06-08 12:29:09 +02:00
components feat: Implement comprehensive roadmap for feature updates and enhancements 2025-06-10 08:16:55 +02:00
composables feat: Implement recurring expenses feature with scheduling and management 2025-05-22 16:37:14 +02:00
config feat: Introduce FastAPI and Vue.js guidelines, enhance API structure, and add caching support 2025-06-09 21:02:51 +02:00
i18n feat: Implement comprehensive roadmap for feature updates and enhancements 2025-06-10 08:16:55 +02:00
layouts feat: Implement comprehensive roadmap for feature updates and enhancements 2025-06-10 08:16:55 +02:00
pages feat: Enhance cost management features with new endpoints and services 2025-06-21 00:53:03 +02:00
router feat: Implement comprehensive roadmap for feature updates and enhancements 2025-06-10 08:16:55 +02:00
services feat: Enhance cost management features with new endpoints and services 2025-06-21 00:53:03 +02:00
stores feat: Implement comprehensive roadmap for feature updates and enhancements 2025-06-10 08:16:55 +02:00
stories feat: Integrate Storybook for component development 2025-05-31 14:43:59 +02:00
types feat: Implement comprehensive roadmap for feature updates and enhancements 2025-06-10 08:16:55 +02:00
utils feat: Add new components for cost summary, expenses, and item management 2025-06-09 22:55:37 +02:00
App.vue Refactor frontend components and styles for improved UI consistency and responsiveness. Update HTML structure in index.html, enhance SCSS variables in valerie-ui.scss, and implement new layout styles across various pages. Adjust component props and event emissions for better data handling in CreateListModal and ConflictResolutionDialog. Add Material Icons for better visual representation in navigation. Ensure all changes align with the overall design system for a cohesive user experience. 2025-05-20 01:19:52 +02:00
main.ts feat: Enhance OCR processing and UI components 2025-06-09 14:04:30 +02:00
sw.ts Refactor logging and clean up unused console statements across multiple files 2025-06-07 17:02:19 +02:00