mirror of
https://github.com/LukeHagar/OpenAPI.gg.git
synced 2025-12-07 20:47:47 +00:00
Remove TODO
This commit is contained in:
77
TODO.md
77
TODO.md
@@ -1,77 +0,0 @@
|
|||||||
# TODO
|
|
||||||
|
|
||||||
## Functionality
|
|
||||||
|
|
||||||
- [x] Add path renaming
|
|
||||||
- [x] Add path sub-page for editing a specific route
|
|
||||||
- [x] Check that a path variable can only be included once
|
|
||||||
- [ ] Add schema editor component
|
|
||||||
- [ ] Add route-parameters
|
|
||||||
- [ ] path
|
|
||||||
- [ ] query
|
|
||||||
- [ ] headers
|
|
||||||
- [ ] cookies
|
|
||||||
- [ ] Add route operations
|
|
||||||
- [ ] request template
|
|
||||||
- [ ] response template
|
|
||||||
- [ ] get
|
|
||||||
- [ ] put
|
|
||||||
- [ ] post
|
|
||||||
- [ ] delete
|
|
||||||
- [ ] options
|
|
||||||
- [ ] head
|
|
||||||
- [ ] patch
|
|
||||||
- [ ] trace
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- [ ] Add Component Builder
|
|
||||||
- [ ] Strings
|
|
||||||
- [ ] Numbers
|
|
||||||
- [ ] Booleans
|
|
||||||
- [ ] Arrays
|
|
||||||
- [ ] Objects
|
|
||||||
- [ ] OneOf
|
|
||||||
- [ ] AllOf
|
|
||||||
- [ ] AnyOf
|
|
||||||
- [ ] Enums
|
|
||||||
- [ ] null (really easy :))
|
|
||||||
- [ ] Retrofit $ref components into the following:
|
|
||||||
- [ ] schema
|
|
||||||
- [ ] securitySchemas
|
|
||||||
- [ ] pathItems
|
|
||||||
- [ ] parameters
|
|
||||||
- [ ] requestBodies
|
|
||||||
- [ ] responses
|
|
||||||
- [ ] headers
|
|
||||||
- [ ] examples
|
|
||||||
- [ ] callbacks
|
|
||||||
- [ ] links
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- [ ] Add Support for webhooks
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- [ ] Add external documentation field
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- [ ] Replace prompt, alert and confirms with skeleton-modals
|
|
||||||
- [x] Create path prompt
|
|
||||||
- [x] Edit path prompt
|
|
||||||
- [x] Rename path prompt
|
|
||||||
- [x] Delete path confirm
|
|
||||||
- [ ] Add extensions
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- [ ] Add integration test(s) to check functionality
|
|
||||||
|
|
||||||
## UI/UX
|
|
||||||
|
|
||||||
- [x] Lightswitch
|
|
||||||
- [ ] Theme switcher
|
|
||||||
- [ ] Breadcrumbs
|
|
||||||
- [ ] Document import/export
|
|
||||||
Reference in New Issue
Block a user