You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: