diff --git a/TODO.md b/TODO.md deleted file mode 100644 index bce862c..0000000 --- a/TODO.md +++ /dev/null @@ -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