Skip to content

"Success Story" basic functionality #318

Description

@AllenAnthes

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 SuccessStory model in src/api/models.py
    • contains at least the fields for created_by (User), created_at, text, is_approved, others?
  • 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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions