Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alerts endpoint #119

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

alerts endpoint #119

wants to merge 1 commit into from

Conversation

jbolda
Copy link

@jbolda jbolda commented Mar 16, 2022

Motivation

This PR is an exploration into adding an endpoint for showing alerts. It has the possibility that we take it to feature complete in this PR, in separate stages, or scrap it even.

Progress

  • Currently we have the beginnings of a /alerts/* endpoint which handles all alerts (except for follows).
  • The alert content, semantic html, and css can all use some effort.
  • There are the beginnings of a workable queue system that I think is in a place where we can easily extend it.
  • The demo for onRaid() has been wired up. The other alerts still need to be wired up.

demo: https://deploy-preview-119--showmychat.netlify.app/alerts/jacobbolda?DEMO=true

For PR Completion

I would be interested in opinions on the viability of this, and any possible issues with the current architecture. I suspect we want to do the css separate for the alert html than the chat. Presuming this is the case, help or pointers with the html and css would be ❤️ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant