-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Feature request
We would like to add the ability for registered users to post their success stories. This will likely involve
- adding a new database table via a
SuccessStorymodel insrc/api/models.py- contains at least the fields for
created_by(User),created_at,text,is_approved, others?
- contains at least the fields for
- a serializer for the model in
src/api/serializers.py - a view in
src/api/views.py- only authenticated users should be able to CREATE a new success story
- anyone should be able to read success stories (@kylemh is this correct?)
- for the initial implementation all other interactions should be disabled (no updating, deleting, etc)
Metadata
Metadata
Assignees
Labels
No labels