Skip to content

Form for direct feedback from users on the app. #2

Description

@bontusss

There should be a model that can store a user feedback.
Model UserFeedback: { userID, // the id of the user giving the feedback feedBackID, // the id of the feedback given feedBack content // the feedback content }
Then an api endpoint which should look like the sample below
http://baseurl/api/v1/feedback
with a GET method.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions