Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# Issue #217

Description

Organizations should be able to schedule notifications for future delivery rather than sending them immediately.

Tasks
Design scheduling schema.
Create scheduling APIs.
Implement background processing.
Handle timezone conversions.
Add automated tests.

Acceptance Criteria
Scheduled notifications are delivered at the correct time.
Timezones are handled correctly.
Failed schedules are logged.
Tests cover edge cases.

Contributor Guidelines
git checkout -b feature/notification-scheduling-service

---

# Issue #223

Description

Ensure NotifyChain contracts behave consistently across all supported blockchain networks.

Tasks
Create network-specific test configurations.
Run deployment tests.
Validate event emissions.
Compare contract behavior.

Acceptance Criteria
Tests pass on supported networks.
Event outputs remain consistent.
Reports are generated automatically.

Contributor Guidelines
git checkout -b test/cross-network-compatibility




---

# Issue #168

Description

Users with large notification histories need an efficient way to locate specific notifications.

Introduce a search experience supporting metadata, sender names, transaction hashes, and notification identifiers.

Tasks
Create backend search endpoints.
Add indexed database queries.
Build frontend search interface.
Support partial matching.
Add pagination.
Display empty-state messaging.

Acceptance Criteria
Search returns relevant results.
Response times remain performant.
Pagination functions correctly.
Search works across supported notification metadata.

Contributor Guidelines
git checkout -b feature/notification-search
Loading