AdamVig / goco-student

Gordon College Student app
https://gocostudent.adamvig.com
1 stars 0 forks source link

Enable adding of new modules without version change #43

Closed AdamVig closed 9 years ago

AdamVig commented 9 years ago

For development only - for users, new modules will only ever be introduced when the version changes.

In HomeController, use ModuleService.updateModules(defaultModules, selectedModules) to add changes in to the user's saved copy of the modules.

AdamVig commented 9 years ago

This was a bad idea because it would require a difficult-to-test algorithm and it really is not necessary.

My solution is to simply uninstall the app on my phone before installing a test build.