Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement post request for creating a forum post #15

Closed
R055A opened this issue Mar 14, 2022 · 0 comments · Fixed by #41
Closed

Implement post request for creating a forum post #15

R055A opened this issue Mar 14, 2022 · 0 comments · Fixed by #41
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@R055A
Copy link
Contributor

R055A commented Mar 14, 2022

Implement adding a new forum post to the database by API request and returning a status code for success or failure

The new forum post HTTP POST request body being sent from the client:

{
  userID: string,
  title: string,
  communityID: string,
  text: string,
  images: [string]
}
@R055A R055A added the enhancement New feature or request label Mar 14, 2022
@R055A R055A added this to the Assignment 1 milestone Mar 14, 2022
@R055A R055A added this to To do in Team 5 - Assignment 1 - Backend via automation Mar 14, 2022
@R055A R055A moved this from To do to In progress in Team 5 - Assignment 1 - Backend Mar 15, 2022
@R055A R055A self-assigned this Mar 15, 2022
@R055A R055A linked a pull request Mar 16, 2022 that will close this issue
14 tasks
@R055A R055A moved this from In progress to Review in progress in Team 5 - Assignment 1 - Backend Mar 16, 2022
@R055A R055A closed this as completed in #41 Mar 17, 2022
Team 5 - Assignment 1 - Backend automation moved this from Review in progress to Done Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant