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

API for Timetable #58

Open
DesignrKnight opened this issue Dec 30, 2020 · 4 comments · May be fixed by #66
Open

API for Timetable #58

DesignrKnight opened this issue Dec 30, 2020 · 4 comments · May be fixed by #66
Assignees

Comments

@DesignrKnight
Copy link
Member

Reference Issue: #52

@DesignrKnight DesignrKnight self-assigned this Dec 30, 2020
@DesignrKnight
Copy link
Member Author

Possible Operations

  • Show list of possible timetable to fetch
  • Fetch Timetable by RollNumber/Name and own one
  • Upload Courses
  • Upload Timetable
  • Modify/Update own timetable

@DesignrKnight DesignrKnight linked a pull request Jan 14, 2021 that will close this issue
7 tasks
@DesignrKnight DesignrKnight linked a pull request Jan 14, 2021 that will close this issue
7 tasks
@DesignrKnight
Copy link
Member Author

Proposal for updated slotInfo

slotInfo[
 {
    name: String
    course: Course._id
    day: [Number]
 }
]

Needs finalisation

@DesignrKnight
Copy link
Member Author

{
    name: TA
    course: 12131(_id of Maths)
    day: [1,2] // Rep for Mon, Tuesday
 }
 {
    name: TG
    course: 12131(_id of Maths)
    day: [4] // Rep for, Thurs
 }

@DesignrKnight
Copy link
Member Author

slotInfo[
 {
    name: String
    course: Course._id
    startTime: UTC Time Format
    duration: Number (units min)
 }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant