edgi-govdata-archiving / web-monitoring-ui

UI to enable analysts to quickly assess changes to monitored government websites
GNU General Public License v3.0
37 stars 38 forks source link

Make UI publicly accessible for viewing #1025

Closed Mr0grog closed 1 year ago

Mr0grog commented 1 year ago

I’m working on making public read access to the API a thing (https://github.com/edgi-govdata-archiving/web-monitoring-db/issues/1069), and once that’s done, the UI needs to be able to take advantage of it by not requiring people to log in to view things. It should still be possible to optionally sign in, but not required.

There are some write-focused parts of the UI, and those still need to require login. At the moment, they are all turned off anyway. It might make sense to remove them entirely; otherwise we should add additional code gating their visibility on someone's logged-in status.