mitlist/fe/src/pages
mohamad 821a26e681 feat: Add Recurrence Pattern and Update Expense Schema
- Introduced a new `RecurrencePattern` model to manage recurrence details for expenses, allowing for daily, weekly, monthly, and yearly patterns.
- Updated the `Expense` model to include fields for recurrence management, such as `is_recurring`, `recurrence_pattern_id`, and `next_occurrence`.
- Modified the database schema to reflect these changes, including alterations to existing columns and the removal of obsolete fields.
- Enhanced the expense creation logic to accommodate recurring expenses and updated related CRUD operations accordingly.
- Implemented necessary migrations to ensure database integrity and support for the new features.
2025-06-01 14:23:05 +02:00
..
__tests__ feat: Add comprehensive unit tests for Vue frontend 2025-05-21 19:07:34 +00:00
AccountPage.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
AuthCallbackPage.vue Enhance OAuth token handling in authentication flow; update frontend to support access and refresh tokens. Refactor auth store to manage refresh token state and improve token storage logic. 2025-05-16 22:08:56 +02:00
ChoresPage.vue feat: Add Recurrence Pattern and Update Expense Schema 2025-06-01 14:23:05 +02:00
ErrorNotFound.vue migrate to vue+vueuse+valerieui bc quasar customisation is sad 2025-05-13 19:23:15 +02:00
GroupDetailPage.vue feat: Add Recurrence Pattern and Update Expense Schema 2025-05-23 21:01:49 +02:00
GroupsPage.vue feat: Implement chore management feature with personal and group chores 2025-05-21 18:18:22 +02:00
IndexPage.vue migrate to vue+vueuse+valerieui bc quasar customisation is sad 2025-05-13 19:23:15 +02:00
ListDetailPage.vue feat: Update deployment workflow and enhance ListDetailPage functionality 2025-05-31 14:08:40 +02:00
ListsPage.vue feat: Update deployment workflow and enhance ListDetailPage functionality 2025-05-31 14:08:40 +02:00
LoginPage.vue Add conflict resolution for list creation and updates; implement offline action handling for list items. Enhance service worker with background sync capabilities and improve UI for offline states. 2025-05-16 02:07:41 +02:00
MyChoresPage.vue feat: Add comprehensive notes and tasks for project stabilization and enhancements 2025-05-24 21:36:57 +02:00
PersonalChoresPage.vue feat: Implement chore management feature with personal and group chores 2025-05-21 18:18:22 +02:00
SignupPage.vue Refactor input elements for consistency and readability; update styles for better alignment and spacing in SignupPage and ListDetailPage. 2025-05-13 22:46:40 +02:00