#14345 closed enhancement (fixed)
Provide a contacts application
Reported by: | cjolif | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | high | Milestone: | 1.9.2 |
Component: | DojoX MVC | Version: | 1.7.0 |
Keywords: | 1.9 | Cc: | |
Blocked By: | Blocking: |
Description
The application should demonstrate dojox.mobile, dojox.app and dojox.mvc capabilities.
A description of such application was done in MVC 1.7 specification:
Change History (7)
comment:1 Changed 9 years ago by
Summary: | Provide a Developpers a contacts application with Dojo → Provide a contacts application |
---|
comment:2 Changed 9 years ago by
Milestone: | 1.8 → 1.9 |
---|
comment:3 Changed 9 years ago by
Milestone: | 1.9 → 2.0 |
---|
comment:4 Changed 9 years ago by
Keywords: | 1.9 added |
---|
comment:5 Changed 8 years ago by
Hi,
I updated gform (http://github.com/stemey/dojo-generate-form) to support json schema v0.3. Checkout example/contacts/index.html to view the form for the schema in your google doc.
Json schema is converted to gform schema and then the form is generated. The conversion still needs some work - especially the validation properties.
The gform form can currently not switch between edit/readonly modes. A mobile binding is currently not available but implementation is straight forward. Gform is extensible and can be easily adapted to new widgets and datatypes.
Gform is based on dojox/mvc. Nevertheless it does not make use of getStateful and getPlainValue and has its own model with extra meta information for old values, validation state. So gform might not be what you had envisioned for the contacts application.
I would be glad to contribute to your application and am looking forward to a discussion.
Best, Stefan
comment:6 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
we have for now see dojox/app tutorial a contacts app (https://github.com/cjolif/dojo-contacts-app) with dojox.mobile & dojox.app. No MVC integration for now but closing that one even if in 2.0 we might want to re-open it to extend that app to deal with MVC as well (thanks sterney for your proposal please keep an eye on what's happening in 2.0 and we might re-discuss that).
comment:7 Changed 8 years ago by
Milestone: | 2.0 → 1.9.2 |
---|
Current plan is that we are going from 1.8 to 2.0, so bulk reassigning and removing the 1.9 milestone so nobody tries to use it.