Updates to the final task to move it to Swagger Editor#1919
Open
Updates to the final task to move it to Swagger Editor#1919
Conversation
SpaNb4
reviewed
Mar 10, 2026
|
|
||
| [**Postman**](https://www.postman.com/) is a rich platform for using (and building) APIs. However, you can use any REST client as a reference. | ||
| It should support method selection, URL, headers. | ||
| This application is built around **OpenAPI/Swagger specifications**. You can use the [OpenAPI Initiative](https://www.openapis.org/) as a reference, along with tools like [Swagger UI](https://swagger.io/tools/swagger-ui/) as inspiration. |
Collaborator
| ## Application Prototype | ||
|
|
||
| You can use existing solutions like [Thunder Client for VSCode](https://marketplace.visualstudio.com/items?itemName=rangav.vscode-thunder-client) as a source of inspiration. | ||
| You can use existing solutions like [Swagger Editor](https://editor.swagger.io/) as a source of inspiration. |
Collaborator
There was a problem hiding this comment.
| - [ ] Sticky header. - **10 points** | ||
| - [ ] Sticky header with animation. - **10 points** | ||
| - [ ] Errors are displayed in the user friendly format. - **10 points** | ||
| - [ ] Private routes properly protected (404 if not authenticated). - **5 points** |
| - [ ] In the upper right corner there are 2 buttons: Sign In and Sign Up. - **10 points** | ||
| - [ ] If the user is authorized, there should be a Main Page button instead of Sign In and Sign Up buttons in the upper right corner. - **10 points** | ||
| - [ ] In the upper right corner there are buttons: [Sign In] and [Sign Up] (for non-authenticated users). - **10 points** | ||
| - [ ] If the user is authorized, there should be [History] and [Sign Out] buttons in the upper right corner. - **10 points** |
Collaborator
There was a problem hiding this comment.
I'd rephrase it for consistensy:
- [ ] If the user is not authorized, there should be [Sign In] and [Sign Up] buttons in the upper right corner. - **10 points**
- [ ] If the user is authorized, there should be [History] and [Sign Out] buttons in the upper right corner. - **10 points**
| - Syntax highlighting with line numbers | ||
| - Error messages for invalid schemas | ||
| - Copy/paste friendly interface | ||
| - Responsive design for various screen sizes |
Collaborator
There was a problem hiding this comment.
Should we be more specific regarding the target resolutions?
| - Technologies used | ||
| - Links to relevant resources | ||
| - Clean, informative design consistent with the application aesthetics | ||
| - Responsive layout for various screen sizes |
Collaborator
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Title of Pull Request
🤔 This is a
Description
Additional Information
Checklist