ji-devs / ji-cloud

Other
12 stars 17 forks source link

Change list<>card flow #1125

Open dakom opened 3 years ago

dakom commented 3 years ago

Discussed on Zoom

Currently, the card-based modules have the following flow:

Instead we want the following:

The reason we need for them to explicitly hit update instead of just live-editing in the direction of List->Cards is that cells easily become blank in the process of editing, not intentionally to delete, and for Words and Images this would be especially problematic as they'd accidentally lose the images they assigned.

chayaml commented 3 years ago

Hi @corinnewo I just want to double-check that Jigzi has the updated flow correctly.

Current version: • Add your words/ edit list on left • hit "done" • The list creates the cards and isn't visible on the left • User can edit the words on the cards themselves • User can go back to the list by clicking the undo arrow on top right (a bit unclear?)

note #1297

corinnewo commented 3 years ago

@chayaml You have mostly the correct flow except that once you have clicked DONE, you have to edit the words on the cards themselves. You cannot hit BACK to go back to the list. THe 'Create new list' is exactly that - you erase the current list, and start with a new list. We do have a ticket to add a dialog 'Are you sure you want to start a new list', but it has not been implemented yet.