# Project 56: Replay First Steps ### Debrief: #### What made you smile? - The Collections tab looks clean and gives a good user experience #### What did you find confusing? - There is no indication if user is logged in. - Nothing happens on api click after importing. - After dragging-and-dropping an yaml file onto the window, there is no way to fix broken screen. - Clicking outside input field cancels step creation. - "Save changes" is jarring - you have to remember it for each change in the step, whereas making changes in the Collections, you can save by hitting Return/Enter - Somehow step data persisted when we deleted it and created step with same step id. - Replay crashes when you import arazzo file as an api. - Bug with cursor jumping between start and end in inputs or always returning to the start. - Deleted collection accidentally by pressing backspace - add confirm screen. - Click on **Run workflow** didn't run it the second time. - There is a noticeable delay in step outputs completion. - Empty space before arazzo expression in input breaks highlight and execution. #### Did you manage to recreate the file from Project 48 using just Replay? Yes #### Was creating the Arazzo file easier in Replay compared to writing YAML directly? Yes, otherwise I would need to know the specification #### How does the file created by Replay compare to the one created in Project 48? I added unnecessary outputs to the last step and did not include a bug workaround, but otherwise the files are the same.