diff --git a/issues.md b/issues.md new file mode 100644 index 0000000..df71984 --- /dev/null +++ b/issues.md @@ -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 \ No newline at end of file