Skip to content

Web app modularization #10

@lhelwerd

Description

@lhelwerd

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.

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    app:cssapp:jscleanupCode that needs to be improved for maintainability and usability

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions