Open lukpueh opened 7 years ago
Sounds good to me, I can pick it up. As I have to go through the code it'll be a good issue to start with. WDYT @lukpueh
Sure! How would you go about?
I was thinking to refactor the code in a such a way that all the cmd line tasks are done first by the user and then we move to the web console.
I fear it is not a pure coding but first of all a UX task. There is a reason for the current workflow. Some of the CLI activities require information from the web UI and vice versa. So before we start refactoring the code, we should probably jot down the improved workflow.
It was noted that the current flow requires a lot of switching between the web interface and the user's terminal.
in-toto-mock
snippetin-toto-mock
snippetIt was suggested that we should reduce the amount of times the user has to go back and forth, by re-ordering tasks (e.g. create all keys at once) and/or re-locating tasks (e.g. move the layout creation to the client side)