-
Notifications
You must be signed in to change notification settings - Fork 0
Open
0 / 10 of 1 issue completedLabels
app:cssapp:jscleanupCode that needs to be improved for maintainability and usabilityCode that needs to be improved for maintainability and usability
Description
Currently, the web application JavaScript is a big file with some separation of logic in functions, but still very complex and not modular. The CSS is similarly just one file for various purposes.
Primarily, the JavaScript should be more modularized to make it easier to reuse certain parts (such as the data) with proper scoping while also separating the logic in purpose, such as the various tabs, info subcells, scrolling behavior and so on.
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
app:cssapp:jscleanupCode that needs to be improved for maintainability and usabilityCode that needs to be improved for maintainability and usability