Skip to content
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

[APM] Move style variables to commons #26089

Closed
wants to merge 1 commit into from

Conversation

sorenlouv
Copy link
Member

If we want to access variables like colors from the backend, variables.ts needs to be moved to common so it's accessible from both backend and frontend.

Case in point
After refactoring the backend into "fetchers" and "transfomers" I think it makes sense to break up this huge file that does transformations to the chart data, and move it to the backend. We already have a bunch of transformations going on in the backend, and the process is currently overly complicated because we do it both backend and frontend.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@sorenlouv
Copy link
Member Author

Took a different direction and not needed anymore

@sorenlouv sorenlouv closed this Nov 23, 2018
@sorenlouv sorenlouv deleted the move-variables-to-common branch November 23, 2018 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants