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

Clean app.js #43

Open
xavierfav opened this issue Mar 5, 2018 · 0 comments
Open

Clean app.js #43

xavierfav opened this issue Mar 5, 2018 · 0 comments
Milestone

Comments

@xavierfav
Copy link
Member

In static/javascripts/app.js, interaction functionalities and sequencer scheduling are mixed together.
It would be nice, for clarity, to split these two different logics in different files.

For instance:

  • app.js could only launch the initialization functions.
  • sequencer.js could take care of the sequencer scheduling.
  • controller.js could take care of the controls and user interactions.
@xavierfav xavierfav added this to the WAC deadline milestone Mar 5, 2018
@xavierfav xavierfav reopened this Jan 9, 2020
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

No branches or pull requests

1 participant