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

Replace minified closure and revert frontend with a proper framework #6

Open
2 of 5 tasks
luigimannoni opened this issue Jan 22, 2023 · 1 comment
Open
2 of 5 tasks
Labels
feature New feature or request in progress Actively worked on

Comments

@luigimannoni
Copy link
Owner

luigimannoni commented Jan 22, 2023

All html is pretty much managed from goog.dom but it's heavily minified, so working with it is a pain.
Might be ideal to have another framework which is quick to use and maintain in case the flashing app needs new screens.

  • Vite/Rollup/Webpack?
  • React/Vue?
  • Convert all goog.dom elements into single reusable components
  • Rebuild the main page template with the new components
  • Test a full build/full flash afterwards

Might be dependent from #4

@luigimannoni luigimannoni added feature New feature or request help wanted Extra attention is needed labels Jan 22, 2023
@luigimannoni luigimannoni added in progress Actively worked on and removed help wanted Extra attention is needed labels Jan 24, 2023
@kwuite
Copy link
Contributor

kwuite commented Jan 24, 2023

Food for thought regarding the UI (to give you more exotic but lean options):

For the few screens you need I'd say the combination of Vue/React and webpack/vite seems a bit much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request in progress Actively worked on
Projects
None yet
Development

No branches or pull requests

2 participants