Titanium JIRA Archive
Alloy (ALOY)

[ALOY-192] Make sql_model test app behave like a true app

GitHub Issuen/a
TypeImprovement
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2012-11-01T03:06:09.000+0000
Affected Version/sn/a
Fix Version/sAlloy 0.3.1, 2012 Sprint 22
ComponentsSamples & Templates
Labelsnotable
ReporterTony Lukasavage
AssigneeUnknown
Created2012-08-20T06:46:17.000+0000
Updated2018-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

  1. Tony Lukasavage 2012-11-01

    Can show either all, active, or done tasks. On iOS it's done with tabbedbar, on Android with menus.

JSON Source