SkyeYoung opened a new issue, #2636:
URL: https://github.com/apache/apisix-dashboard/issues/2636
# Feature request
## Please describe your feature
The back-end API interface of APISIX Dashboard V3 has changed a lot compared
to V2, so I think the front-end of Dashboard V3 should be adapted to the API
interface changes as soon as possible.
First of all, we can start by adapting the API interface of the route part.
## Describe the solution you'd like
1. All updates should be developed under the `next` branch to prevent damage
to the `master` branch.
2. First you need to get the V3 backend up and running to facilitate testing
of the APIs.
3. Then you need to understand the API definition of V3 and the difference
with V2 version.
1. Since the Dashboard project has not been well documented in the
past, you will need to look at the code yourself, or make a request to the
backend, to understand the differences between these APIs.
2. You can import the files in the following link into postman to see
the definition of the new route APIs. (Thx @bzp2010 )
[postman_collection.zip](https://github.com/apache/apisix-dashboard/files/9765201/Basic.resources.CRUD.postman_collection.zip)
4. Next you can start adapting the new APIs, Don't forget tests.
5. During this time, you can create Pull Requests for community members to
review and provide you with assistance as needed.
6. Finally, wait for the PR to merge and complete your first contribution to
the community (or the Nth. XD)
## Describe alternatives you've considered
nothing.
## Additional context
nothing.
cc @bzp2010 @guoqqqi
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]