-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
area: frontendVue.js UIVue.js UIenhancementNew feature or requestNew feature or requestpriority: mediumImportant but not urgentImportant but not urgentsprint-4Remaining frontend integrationRemaining frontend integration
Description
Context
Notification system is close to complete: 5 of 8 functions from notification.ts are used (63%). Three remaining functions need wiring to finish the feature.
API Functions to Wire Up
createRule- Create notification ruledeleteRule- Delete notification rulegetHistory- Get notification history
Affected Files
ui/src/api/notification.ts- API module (8 functions defined, 5 used)ui/src/stores/notifications.ts- Pinia storeui/src/pages/NotificationRulesPage.vueui/src/pages/NotificationHistoryPage.vue
Acceptance Criteria
- Notification rule creation form works end-to-end
- Rule deletion with confirmation dialog
- Notification history page displays real data
- Error handling for all operations
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: frontendVue.js UIVue.js UIenhancementNew feature or requestNew feature or requestpriority: mediumImportant but not urgentImportant but not urgentsprint-4Remaining frontend integrationRemaining frontend integration