Skip to content

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

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

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

Conversation

@NanaKhadija1980j

Copy link
Copy Markdown
Contributor
  • 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

NanaKhadija1980j and others added 2 commits June 26, 2026 13:07
- 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
@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@NanaKhadija1980j Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

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

2 participants