Iteration 3 Plan - OmegaOoh/ku-tangtee GitHub Wiki
Iteration 3 Plan
Goal
- Every backend API endpoint uses Django Rest Framework.
- Initial implementation of the chat system on the backend.
- Edit is restricted to the activity host.
- Show the profile picture of the authenticated user.
- Show the name and profile picture of the activity participants.
Milestones
- Backend implemented the chat system.
- Show the name and profile picture of activity participants.
- The activity has a dedicated host.
Features
- Backend uses REST Framework.
- Show profile pictures of users.
Acceptance Criteria
- All backend views use Django Rest Framework.
- The chat system is correctly implemented on the backend.
- User profile is shown for authenticated users.
- The activity participants' user profiles are shown on the activities detail page.
- Activity editing is restricted to its host.