Roadmap
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
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
- Smarter query parameter handling/matching : Adding regex and pattern matching
- Ability to define default not found mock response
- Ability to define a default behaviour on learning new mocks : default to proxy, manual mock or auto mock etc
- 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
- 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