raneem-yad / wissen

0 stars 1 forks source link

API Development for User Interactions - rating #10

Closed raneem-yad closed 1 month ago

raneem-yad commented 2 months ago

User Story

Metadata Description
Theme Courses
Epic Course Interaction
User Story API Development for User Interactions - rating

Description

As a backend developer, I want to implement APIs for handling user interactions, So that users can provide ratings for various content on the platform, thereby facilitating feedback and enhancing user engagement.

Acceptance Criteria

  1. The API should include endpoints for users to add, retrieve, update, and delete ratings.
  2. Implement functionality to add ratings, including user identification and timestamp.
  3. Enable users to retrieve ratings for specific content ( courses ).
  4. Allow users to update or delete their own ratings.

Tasks