Skip to content

Commit

Permalink
Update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Oct 18, 2024
1 parent 69640e0 commit c133733
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ If you have any feedback or suggestions, please open a new discussion on GitHub.

## The Roadmap

- Keymaps (work in progress, coming soon).
- Pre-request and post-response scripts and assertions. These can be embedded in the YAML or relative paths to files shared alongside the collection (relative to the collection root).
- Keymaps. ✅
- Pre-request and post-response scripts. ✅
- Parse cURL commands.
- Watching environment files for changes & updating the UI. ✅
- Editing key/value editor rows without having to delete/re-add them.
Expand All @@ -31,21 +31,19 @@ If you have any feedback or suggestions, please open a new discussion on GitHub.
- Delete request from the tree. ✅
- Add rotating logging
- Inserting into the collection tree in sorted order, not at the bottom ✅
- <s>Improved distribution (move beyond pipx, e.g. `brew`)</s> Cancelled
- Adding test framework.
- More user friendly errors.
- I could host themes as YAML files online and offer a `posting themes install foo` which would download and move the file to the users theme directory, which would then be loaded on startup. The app could potentially even have a builtin theme "browser" which lets people preview themes (download the YAML from GitHub into memory to preview it in your app).
- Add contributing guide.
- External documentation. ✅
- Uploading files.
- Making it clear which HTTP headers are set automatically.
- Enabling and disabling rows in tables.
- Highlighting variables in tables to show if they've resolved or not.
- (Maybe) File watchers so that if the request changes on disk then the UI updates to reflect it.
- File watcher so that if the request changes on disk then the UI updates to reflect it.
- Custom themes, loaded from theme directory. ✅
- Cookie editor.
- Dynamic in-app help system ✅
- Specify certificate path via config or CLI ✅
- Import from Insomnia and Postman.
- Import from Insomnia and Postman (Postman import PR is open, needs further work).
- Improving OpenAPI import feature.
- General UX polish and removing footguns: validation, unsurprising navigation, warning when switching request when there are unsaved changes.

0 comments on commit c133733

Please sign in to comment.