akash-network / akash-network/console
API for Providers to create notifications
Open
@iamdevalpatel is already working on this.
Since Sep 15, 2025.
- Dominant language
- TypeScript
- Stars
- 264
- Forks
- 94
- Avg merge
- 18h 49m
- Merged PRs (30d)
- 297
Description
The provider-console will use this API to facilitate and provide a way for providers to create notifications directly from the provider-console UI.
This endpoint enables providers to send maintenance notifications that can later be displayed, or forwarded by console notification system.
Goals
- Add POST
/v1/notificationsendpoint for provider-scoped creation of notifications. - Store notifications in MongoDB with validation and audit metadata.
- Enforce provider authentication and authorization.
- Support idempotency to avoid duplicate notifications on retries.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.