Notifications, subscriptions and feeds
Open
Nobody has claimed this yet.
plugin
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 82
- Avg merge
- 10h 34m
- Merged PRs (30d)
- 205
Description
See https://github.com/ontola/atomic-data-docs/issues/28 for spec discussion.
WebHooks
One potential solution for dealing with notifications is to add WebHook support.
- Send notifications to chat apps like Discord / Slack
There is https://www.standardwebhooks.com/ which could be used as a standard. Not sure if this means these webhooks can instantly be used in Chat apps.
Naive implementation idea
- A collection has a
webhooksproperty. Each item in that array represents a webhook URL. - When an items is added or removed from that array, we send a request to each of these webhooks
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.
Research direction
Start by reading the linked atomic-data-docs issue 28 and the WebHooks discussion in this issue. The issue does not identify files, tests, an entry point, or acceptance criteria, so the scope and definition of done still need to be established.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100