-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Feature request
Admins need to have the ability to approve/disapprove SuccessStories.
Additionally, the SuccessStories
ViewSet should allow requesting stories filtered by their approval state - potentially only returning approved stories by default/for anonymous or standard users. Needs discussion.
The basic functionality can likely be achieved by simply registering the model with Django Admin in src/api/admin.py
. Additional functionality could be added to support filtering the results in Django Admin by approval state, reverting approval state if an edit to the story is made, sending a notification to a user if their story is approved, etc.
blocked by #318