Iteration 3 Plan - OmegaOoh/ku-tangtee GitHub Wiki

Iteration 3 Plan

Goal

  1. Every backend API endpoint uses Django Rest Framework.
  2. Initial implementation of the chat system on the backend.
  3. Edit is restricted to the activity host.
  4. Show the profile picture of the authenticated user.
  5. Show the name and profile picture of the activity participants.

Milestones

  1. Backend implemented the chat system.
  2. Show the name and profile picture of activity participants.
  3. The activity has a dedicated host.

Features

  1. Backend uses REST Framework.
  2. Show profile pictures of users.

Acceptance Criteria

  1. All backend views use Django Rest Framework.
  2. The chat system is correctly implemented on the backend.
  3. User profile is shown for authenticated users.
  4. The activity participants' user profiles are shown on the activities detail page.
  5. Activity editing is restricted to its host.

Iteration 3 Retrospective