enketo / enketo-legacy

The OLD app that started the Enketo revolution. An offline-capable web survey application that is compatible with OpenRosa XForm-derived format and compliant servers.
https://enketo.org
Apache License 2.0
21 stars 26 forks source link

Local Records Management #232

Closed MartijnR closed 10 years ago

MartijnR commented 10 years ago

see https://github.com/SEL-Columbia/enketo/issues/416

MartijnR commented 10 years ago

bring back viewing and loading local records without messing up the GUI too much. Records could be shown like this: http://www.berriart.com/sidr/

Issue affecting GUI:

need to re-introduce draft/final flag for a record need to perhaps re-introduce separate validate button (currently 'submitting' (= saving) is only possible if record is valid).

MartijnR commented 10 years ago

https://github.com/SEL-Columbia/enketo/issues/4

MartijnR commented 10 years ago

default button text: "submit"

tickbox "this record is a draft" -> button text "save draft"

final -> same as current behaviour (validate, save, submit when possible)

draft -> alert dialog Would you like to give it a name to easily find it? (This name will not be submitted with the record) default name is like current "name of form" + xxxx

MartijnR commented 10 years ago
MartijnR commented 10 years ago
MartijnR commented 10 years ago

should draft status of loaded record be set to true?

MartijnR commented 10 years ago

yes.

All done!