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

Migrate Code from Sessions to Classrooms #76

Closed
6 tasks done
nionata opened this issue Jul 9, 2020 · 0 comments · Fixed by #81
Closed
6 tasks done

Migrate Code from Sessions to Classrooms #76

nionata opened this issue Jul 9, 2020 · 0 comments · Fixed by #81
Assignees
Labels
backend This involves working with the server enhancement New feature or request frontend This issue is related to the client folder
Milestone

Comments

@nionata
Copy link
Member

nionata commented Jul 9, 2020

We are moving away from sessions as a user facing entity. They will now just represent a group of students working together. All the existing logic for codes in sessions will be migrated to classrooms.

Frontend

  • Change the findByCode and join api calls to /classrooms instead of /sessions
  • Move join code to classroom

Backend

  • Move findByCode, create, join, and update to classroom
  • Strip down the session entity to just contain students and a classroom
  • On join, create a new session
  • Update DB dump
@nionata nionata added enhancement New feature or request frontend This issue is related to the client folder backend This involves working with the server labels Jul 9, 2020
@nionata nionata added this to the 0.4 milestone Jul 9, 2020
@nionata nionata self-assigned this Jul 9, 2020
@nionata nionata mentioned this issue Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This involves working with the server enhancement New feature or request frontend This issue is related to the client folder
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant