Skip to content

Consider restructuring the code to have methods and publish together with models #119

@mitar

Description

@mitar

Currently we have methods and publish in a separate package from models. But we could also go with model-centric approach where we would put methods and publish as part of class-level model methods. Maybe we could even put views along the model.

But what about features which require combination of multiple models? Where are methods for those? And views for those?

Maybe models should have their basic views (how to edit one document, create it, display it fully, in a list, etc.), but then other features of the app should be separate in their own package, away from models.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions