We need to standardize the way we refer to parts of the code and abstraction of the app. Here are some suggestions (up to discussion).
_Backend:_ the main.js process which is not attached to a window
_Frontend:_ the js attached to a window, namely app.js if no component is specified
_Component:_ Name for a specific set of related views (example newCard, card, and cardManager)
_View:_ the name of a specific route of the app: the html, css, and js that work together to fulfill a task (example would be newCard)
We need to standardize the way we refer to parts of the code and abstraction of the app. Here are some suggestions (up to discussion).
_Backend:_ the main.js process which is not attached to a window
_Frontend:_ the js attached to a window, namely app.js if no component is specified
_Component:_ Name for a specific set of related views (example newCard, card, and cardManager)
_View:_ the name of a specific route of the app: the html, css, and js that work together to fulfill a task (example would be newCard)