-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard backend basic API #19987
Labels
area/dashboard
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
sprint/current
Milestone
Comments
sleshchenko
added
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
area/dashboard
sprint/current
labels
Jun 16, 2021
@sleshchenko do we have an epic or issue that explains why we are introducing a Dashboard backend? |
@l0rd not yet. I'll create one |
The basic dashboard backend is already merged into new dev branch eclipse-che/che-dashboard#314 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/dashboard
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
sprint/current
Is your enhancement related to a problem? Please describe.
eclipse-che/che-dashboard#268 introduces static server that serves dashboard frontend resources. That is the first step to desired dashboard backend.
So, this issue is about moving to node server(https://github.com/fastify/fastify-static) that would serves static resources + provide API, the first step we need - K8s API proxy, but to simplify the stuff we may proceed with a limited APIs numbers (we have already https://github.com/JPinkney/dashboard-backend/blob/master/src/index.ts) and then migrate it to full proxy.
The text was updated successfully, but these errors were encountered: