learningequality / kolibri

Kolibri Learning Platform: the offline app for universal education
https://learningequality.org/kolibri/
MIT License
773 stars 647 forks source link

Create a Single Page App Kolibri Module Subclass #2023

Closed rtibbles closed 6 years ago

rtibbles commented 7 years ago

Summary

The vast majority of frontend code in Kolibri is accessed via module that acts as the driving Single Page App for that particular URL endpoint.

These SPAs all define the following functionality:

As such, I propose we create a SinglePageApp subclass of the KolibriModule class that implements the following functionality:

indirectlylit commented 7 years ago

This seems like a good move to me. I think it might be best to wait until after Vuex upgrade/refactor, so that any changes or new patterns can be factored in first.

rtibbles commented 7 years ago

ideally, this would depend on #2022

I concur!