Remove TODO

This commit is contained in:
Malte Teichert
2024-05-23 20:56:08 +02:00
parent 28cec8a824
commit a6314b2cf2

77
TODO.md
View File

@@ -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