Skip to content

We need to refactor application logic out of views #2

@timlinux

Description

@timlinux

Problem

Views should not contain anything than the smallest possible amount of code

Proposed solution

  • Move logic for creating database, generating json etc into separate module
  • Create tests for all application logic
  • Let views reference logic from module

Expected outcome

Views should be really slim and modules should have robust, tested and clearly separated logic.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions