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

Timetable Share Rooms API #27

Open
13 tasks
Tracked by #1
arafaysaleem opened this issue Aug 24, 2021 · 0 comments
Open
13 tasks
Tracked by #1

Timetable Share Rooms API #27

arafaysaleem opened this issue Aug 24, 2021 · 0 comments
Labels
epic Theme of work that contains several sub-tasks or Issues

Comments

@arafaysaleem
Copy link
Collaborator

arafaysaleem commented Aug 24, 2021

Description

This epic is a sub goal of the epic for Complete REST API and provides functionality surrounding sharing timetables. This epic requires multiple endpoints to be setup and tested along with their detailed documentation.

Initiative / goal

This API impacts our timetable management module as without it we can't share timetables with other students and find out overlaps. We want to allow students create multiple timetable sharing rooms, each with a fixed timetable to be matched against. We want to allow students to add other students in that room. We want to allow members of a room to share their own timetables. We want to show all the members of a room. We should work on this immediately after setting up Timetables API.

Hypothesis

We must have Students and Timetables API setup prior to this. The following is true by the end of this API

  • We can query/manage timetable share rooms (TSR)
  • We can query/manage possible members of a TSR

Acceptance criteria and must have scope

In the end we need to have a collection of following endpoints:

  • GET All Timetable Share Rooms (Temp - Testing Only)
  • GET A Single Timetable Share Room
  • GET A Single Timetable Share Room's Members
  • POST A New Timetable Share Room
  • POST A New Timetable Share Room Member
  • PATCH A Timetable Share Room
  • PATCH A Timetable Share Room Member
  • DELETE A Timetable Share Room
  • DELETE A Timetable Share Room Member
  • Documentation For Each Endpoint
  • Tests For Each Endpoint

Note: Should load all classes for each TSR timetable

Stakeholders

None

Timeline

3 weeks are needed to setup all the foundation, along with testing and documentation. No blockers expected.

@arafaysaleem arafaysaleem added the epic Theme of work that contains several sub-tasks or Issues label Aug 24, 2021
This was referenced Aug 24, 2021
@arafaysaleem arafaysaleem changed the title [EPIC] Timetable Share Rooms API Timetable Share Rooms API Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Theme of work that contains several sub-tasks or Issues
Projects
None yet
Development

No branches or pull requests

1 participant