You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
It was noted that the current flow requires a lot of switching between the web interface and the user's terminal.
(web) start
(cli) install in-toto
(web) pick steps and inspections for vcs, building, qa and packaging
(web) tweak supply chain
(web) create functionaries
(cli) create functionary keys
(web) upload functionary keys
(web) authorize functionaries
(web) read about chaining and copy in-toto-mock snippet
(cli) run in-toto-mock snippet
(web) upload mock link files
(web) download layout
(cli) generate project owner key
(cli) sign layout
(web) read where to go from there
It 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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: