Skip to content

Latest commit

 

History

History
77 lines (63 loc) · 1.31 KB

File metadata and controls

77 lines (63 loc) · 1.31 KB

TODO

Functionality

  • Add path renaming
  • Add path sub-page for editing a specific route
  • 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
    • Create path prompt
    • Edit path prompt
    • Rename path prompt
    • Delete path confirm
  • Add extensions

  • Add integration test(s) to check functionality

UI/UX

  • Lightswitch
  • Theme switcher
  • Breadcrumbs
  • Document import/export