Roadmap
below is a rough roadmap of features and updates planned next
This roadmap is a work in progress. Below is a list of some of the planned in features and updates for Mockdoor. The timescales are unknown. Currently Mockdoor is feature complete for all planned features in the V1.0 release so only bug fixes are planned unless any vitial missing features are highlighted in preview.
Roadmap:
- Bug fixes and support before and official release of Mockdoor V1.0
- Simplified UI layout and quick simple mocking UI
- Import from swagger/openapi definition files
- import and postman collection files
- Add environment variables and substitution in endpoints, responses, headers etc
- Smarter query parameter handling/matching : Adding regex and pattern matching
- Ability to define default not found mock response
- FakerJS support for responses
- Regex support for defining endpoints (service requests) to match
- Live updates on all views to changes : such as request manager
- Time travel overview/manager
- request resiliency support (Polly)
- Azure table store proxy : tested and theoretically possible by has limitations so was not added to V1.0
- State management to persist user state while using UI
- Add method of tracking requests to enable a view showing graphs with requests counts over time etc : test graph in development that shows latency and requests over time with ability to click into any individual response and see what happened
- Options to auto populate fake delay based on real delay
- Add optional delays at a endpoint level
- Implement Time To Live feature : some code is done but plan to implement way to define how long requests should live before they are deleted automatically
- much more