Marcamillian / ClassRecorder

Web App for recording feedback and conversations from lessons [ IndexedDB | SCSS | MediaStreamAPI ]
https://mv-class-recorder.herokuapp.com/
0 stars 0 forks source link

Local Class Creation #5

Closed Marcamillian closed 5 years ago

Marcamillian commented 6 years ago

Aim

Allow users to add their own classes/lessons/students locally and mix them with network defined classes/lessons/students.

Considerations

As

Lists of classes etc. should include both network and locally defined resources

Initially the focus is to provide purely offline functionality BUT with a mind to the fact that eventually data will be a mixture of data from the server (with server defined class/lesson/student Ids) and local data (with locally defined class/lesson/student Ids).

Deliverables