Skip to content

Commit

Permalink
Design doc: new notification system (#10890)
Browse files Browse the repository at this point in the history
* Design doc: new notification system

Initial design document to discuss the implementation of a new notification system.

* Update Sphinx titles

* Don't consider email/webhook notifications

* Clarify non-goal

* Add some queryset filters to the API

* Add `db_index`

* Add note about notification create endpoint

* Sphinx style

* Add `Message.icon_style` (solid, duotone)

* Use `news` instead of `bell`

* Remove `color` field since it's based on `type`

* Use `message_id` instead of `slug`

* Use `CANCELLED` for `state` when auto-removed

* Expand backward compatibility
  • Loading branch information
humitos authored Nov 22, 2023
1 parent 719486d commit 05263b8
Showing 1 changed file with 456 additions and 0 deletions.
Loading

0 comments on commit 05263b8

Please sign in to comment.