apisix-dashboard
apisix-dashboard copied to clipboard
refactor: framework
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
- [ ] Bugfix
- [x] New feature provided
- [ ] Improve performance
- [ ] Backport patches
What changes will this PR take into?
Modify the overall framework of the Dashboard to make it layer by layer, hiding the details in order to decouple between modules (e.g. server, storage, etc.).
Related issues
fix/resolve #0001
Checklist:
- [x] Did you explain what problem does this PR solve? Or what new features have been added?
- [x] Have you added corresponding test cases?
- [ ] Have you modified the corresponding document?
- [x] Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first