Custom Query (2152 matches)
Results (1591 - 1593 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1537 | fixed | Package create form wizard | icmurray | icmurray |
Description |
Create the form wizard for the package-new form. Each section of the form will be a separate page as this was decided to be simpler than the alternative of making AJAX calls for validation at each stage. (*)
(*) - although the javascript alternative will probably provide better UX (each step would require a page-load in the wizard approach), it was decided that:
|
|||
#1538 | wontfix | Store partially-filled in package form data as a draft. | icmurray | icmurray |
Description |
Allow a user to save a partially-complete and probably invalid package-create form in order to come back to it later. We decided on blob storage over a state field on the package:
|
|||
#1539 | wontfix | Package forms auto-save | icmurray | icmurray |
Description |
Using the saved-draft feature, we enable auto-save for the package-new and package-edit forms. An AJAX call is made every N seconds, and the auto-saved blob is updated. note - we don't want to overwrite a previously save draft, but we will want to overwrite the last autosave. |