Skip to content
New issue

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

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

Already on GitHub? # to your account

[Backend] Implementing Posts (Forum) Related Endpoints #405

Closed
ohbahadiroglu opened this issue Nov 20, 2023 · 0 comments
Closed

[Backend] Implementing Posts (Forum) Related Endpoints #405

ohbahadiroglu opened this issue Nov 20, 2023 · 0 comments
Assignees
Labels
priority: high High priority task status: inprogress This task is currently being developed team: backend Backend team type: task
Milestone

Comments

@ohbahadiroglu
Copy link
Contributor

Problem

The Forum section of our application currently lacks a functional backend for handling "Post" related activities. This is a key feature for user interaction within the forum, allowing users to create, view, edit, and delete posts.

Solution

Solution:

  1. Endpoint Creation: Develop endpoints for creating, retrieving, updating, and deleting posts.
  2. Data Validation: Implement robust data validation to ensure the integrity of posts.
  3. Authentication and Authorization: Secure the endpoints with appropriate authentication and authorization checks to ensure that users can only perform actions they are permitted to do.
  4. Error Handling: Design and implement comprehensive error handling for these endpoints to provide clear feedback to the user and for ease of debugging.

Documentation

Related branch is attached.

Additional notes

No response

Reviewers

No response

Deadline

20.11.23 Monday:23.59

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
priority: high High priority task status: inprogress This task is currently being developed team: backend Backend team type: task
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant