StenPetrov / Wham

the WHale Assimilator Machine: json schema code generator with dotLiquid
0 stars 0 forks source link

Generator: UI pages to have Edit/View capability #20

Open StenPetrov opened 8 years ago

StenPetrov commented 8 years ago

The workflow should be: View mode --buttonEdit--> Edit Mode Edit Mode --buttonSave--> ViewModel.Save() Edit Mode --buttonCancel--> ViewModel.Load(ViewModel.Model)

CollectionPage should have [+] button in the toolbar which will show a new page in edit mode Swipe list actions to edit and delete

StenPetrov commented 8 years ago

Most are there now, except for ListView context actions (delete items from list)