WashDems-Public / Data

For shared public data
8 stars 9 forks source link

Multi-user: Users can CRUD their own events #72

Open betsy-nird opened 7 years ago

betsy-nird commented 7 years ago

Admins can CRUD all events. Users can CRUD their own events. All events are viewable by all users.

RobDolin commented 7 years ago

CRUD = Create, Read, Update, and Delete

Admins can CRUD all events.

Admins (maintainers) can make any edit to the events.json file.

Users can CRUD their own events.

In v1, users can submit a pull request to add, edit, or delete any of their own events; but there will be some delay while an admin approves. Hopefully with admins "watching" the repo, this will be minimal.

Feature Request: for vNext, consider a way for non-maintainers to automatically edit (or delete) lines of events.json that they most recently edited.

All events are viewable by all users.

In v1, this functionality is provided at: https://washdems-public.github.io/Data/events.html