Titanium JIRA Archive
Alloy (ALOY)

[ALOY-191] Alloy model verification app

GitHub Issuen/a
TypeStory
PriorityMedium
StatusResolved
ResolutionFixed
Resolution Date2013-01-07T13:36:04.000+0000
Affected Version/sn/a
Fix Version/sAlloy 0.3.5, 2013 Sprint 02
ComponentsSamples & Templates
LabelsGA-candidate, notable
ReporterTony Lukasavage
AssigneeUnknown
Created2012-08-20T06:43:13.000+0000
Updated2018-03-07T22:25:58.000+0000

Description

update

The "models/todo" test app will likely be used as the app by which sync adapters should be verified.

original ticket

Instead of having separate test apps for all of our model adapter: * sql * properties * localStorage we should probably have a single validation app that confirms that the adapter fundamentally works. A good candidate would be the app that currently validates the properties adapter, as it makes use of single models, models in collections, and user interactivity that creates, deletes, and modifies models and collections. That sample can be found here: https://github.com/appcelerator/alloy/tree/master/test/apps/properties_model This will allow us to assert that our existing adapters, and any future adapters, perform all of the core functionality that is necessary of all adapters. We can still have separate apps for each adapter if we feel it is necessary to show off adapter-specific functionality, like queries in SQL for example. Right now, though, none of our current adapter test apps show any adapter-specific functionality and are thus not necessary if all adapters run as the current properties_model app does.

Comments

  1. Tony Lukasavage 2012-12-17

    The "models/todo" test app already works with the sql and properties adapter, and is a common app-type for showcasing MVC. We just need to make the localStorage adapter works as the others and we'll be all set.
  2. Tony Lukasavage 2013-01-07

    The [todo app](https://github.com/appcelerator/alloy/tree/master/test/apps/models/todo) now works with all the currently supported adapters: sql, properties, and localStorage.

JSON Source