[ALOY-192] Make sql_model test app behave like a true app
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-11-01T03:06:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 0.3.1, 2012 Sprint 22 |
Components | Samples & Templates |
Labels | notable |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-08-20T06:46:17.000+0000 |
Updated | 2018-03-07T22:25:46.000+0000 |
Description
Right now the [sql_model](https://github.com/appcelerator/alloy/tree/master/test/apps/sql_model) test app doesn't behave much like a normal app. It performs a few model/collection operations under the hood and exposing very little of that via the UI. Also, there is no interactivity in the app. There's a few options:Eliminate the existing sql_model test app after ALOY-191 is completed
Keep the existing sql_model test app, but make it behave like a true app. It would also need to exhibit sql-specific functionality to make it worth keeping. So it would need to use SQL queries to access models and collections from its persistent storage. Without the SQL-specific code, it may as well just be showcased by the app created in ALOY-191.
Comments
- Tony Lukasavage 2012-11-01 Can show either all, active, or done tasks. On iOS it's done with tabbedbar, on Android with menus.