Create a new response with some usability issues.
See original GitHub issueThis is a great tool and thanks for your work. And I got some usability issue, if anything misunderstand, please correct me. Thanks!
After create a new operation with default value, then create a new response. There are some issues:
- the layout for operation is too wide and without scroll bar to see the full part the html gui. Can you add a scroll bar to scroll from left to right.
 - the default response has no schema edit action support. It only show “status code” and “Description”. User cannot create a new media type. It’s better to provide a default media type.
 - the duplicate button for response does not work. It will show error on js console
 
Uncaught ReferenceError: duplicateResponse is not defined
    at click (eval at Tn (vue.min.js:6), <anonymous>:3:14340)
    at e (vue.min.js:6)
    at HTMLAnchorElement.t._withTask.t._withTask (vue.min.js:6)
- for existing media type of the response. I don’t find any way to change the schema.
 
All these issues can reproduce on online editor https://mermade.github.io/openapi-gui/#
Issue Analytics
- State:
 - Created 5 years ago
 - Comments:8 (6 by maintainers)
 
Top Results From Across the Web
30 Usability Issues To Be Aware Of - Smashing Magazine
8 Usability Check-Points You Should Be Aware Of # · You don't use pop-ups. · You don't change users' window size. · You...
Read more >Usability: A part of the User Experience | IxDF
It's important to analyze the users' performance and concerns with a web design as early as possible.
Read more >Response Time Limits: Article by Jakob Nielsen
How users react to delays in a user interface, whether website or application. The 3 main response time limits are determined by human...
Read more >Heuristic Analysis for UX: How to Run a Usability Evaluation
A heuristic analysis is used to identify a product's common usability issues so that the problems can be resolved, consequently improving the user's ......
Read more >Usability Issue - an overview | ScienceDirect Topics
A less common way to identify usability issues is through some automated techniques such as an online study or by observing a video...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ability to create media-type objects has been added.
The missing
duplicateResponsefunction has been added.