CS3219-AY2324S1 / ay2324s1-course-assessment-g11

ay2324s1-course-assessment-g11 created by GitHub Classroom
MIT License
3 stars 2 forks source link

Collaboration Service - Implement a save feature to review past sessions. #76

Closed ong6 closed 11 months ago

ong6 commented 11 months ago

Save past sessions in DB after the session is completed

gycgabriel commented 11 months ago

Do we need snapshots at certain points in time or is the final code enough?

If we need snapshots like google docs, when should we determine to save it?

ong6 commented 11 months ago

No need for snapshots - just the final code version before a user leaves. -> we should also save these as sessions with the list of users which joined the session

But we have to autosave periodically or have a final session save in case all the users leave abruptly.