Skip to content

feat(#168): implement notification search experience#336

Open
NanaKhadija1980j wants to merge 1 commit into
Core-Foundry:mainfrom
NanaKhadija1980j:feat/env-Implement-Notification
Open

feat(#168): implement notification search experience#336
NanaKhadija1980j wants to merge 1 commit into
Core-Foundry:mainfrom
NanaKhadija1980j:feat/env-Implement-Notification

Conversation

@NanaKhadija1980j

Copy link
Copy Markdown
  • Add NotificationSearchService with paginated DB search across scheduled_notifications and processed_events (partial matching on sender, eventId, txHash, contractAddress, type, payload)
  • Add GET /api/notifications/search endpoint to events-server
  • Add searchNotifications() + types to dashboard eventsApi service
  • Add NotificationSearchPage with search form, result cards, pagination, and empty-state messaging
  • Wire NotificationSearchPage into App.tsx as 'Notification Search' tab

Fix pre-existing CI failures:

  • EventExplorerCard/Table: merge duplicate exports, fix isPaused scope
  • wallet-integration.test: event.id -> event.eventId
  • eventStore.test: add missing EventFilters fields (status, dateFrom, dateTo)
  • timelineApi.ts: replace import.meta with declare to fix Jest parse error
  • schema.sql: move next_retry_at into CREATE TABLE, remove ALTER TABLE
    Closes [Frontend + Backend] Implement Notification Search Experience #168

- Add NotificationSearchService with paginated DB search across
  scheduled_notifications and processed_events (partial matching on
  sender, eventId, txHash, contractAddress, type, payload)
- Add GET /api/notifications/search endpoint to events-server
- Add searchNotifications() + types to dashboard eventsApi service
- Add NotificationSearchPage with search form, result cards,
  pagination, and empty-state messaging
- Wire NotificationSearchPage into App.tsx as 'Notification Search' tab

Fix pre-existing CI failures:
- EventExplorerCard/Table: merge duplicate exports, fix isPaused scope
- wallet-integration.test: event.id -> event.eventId
- eventStore.test: add missing EventFilters fields (status, dateFrom, dateTo)
- timelineApi.ts: replace import.meta with declare to fix Jest parse error
- schema.sql: move next_retry_at into CREATE TABLE, remove ALTER TABLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Frontend + Backend] Implement Notification Search Experience

1 participant