sckott / cchecksapi

CRAN checks API (DEFUNCT)
https://github.com/r-hub/cchecksbadges
MIT License
33 stars 1 forks source link

routes for notifications #55

Closed sckott closed 4 years ago

sckott commented 4 years ago

brainstorming.

/notifications would be landing page and user interface page for managing notifications

probably all below would be auth protected


[
  {"package": "foobar", "status": "error", "time": 3, "platforms": 2},
  {"package": "helloworld", "status": "warn", "platforms": "osx"},
  {"package": "bloop", "regex": "install failure"}
]