Skip to content

Separate models + introduce sub-module inits #217

@mrapacz

Description

@mrapacz

Type

Refactor

Current behaviour
We have some chaos happening in our General/Models.elm file right now. What we would really want is make our main model like

{panelData: PanelData
,authData: AuthData
}
``` etc.

We would also refrain from initializing the models manually in the main Model file. Instead we would just say 

authData = Auth.Models.initialData


Should be way clearer!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions