-
Notifications
You must be signed in to change notification settings - Fork 25
Todo and roadmap
leob edited this page Nov 8, 2016
·
8 revisions
The starter app as it is now is only a beginning. This section has some ideas.
- the required libraries (under lib/) are now hard-coded in the gulp.js file; it would be better to externalize them into a separate .json file
- add other commonly used features: local caching/synchronization, maps/geolocation, local notifications etc.
- come up with some kind of 'plugin' mechanism so that these integrations can be plugged in (or taken out) easily - right now, adding or removing a Parse integration or a Firebase integration requires manually changing the code in a number of places
- on the UI (visual) side, use SASS to develop some example visual themes (styles); maybe add a set of 'kitchen sink' pages to demo all of the Ionic components