Skip to content

Change directory structure. #13

Description

@adriaanwm

Currently the app structure is layered (view layer, model layer, etc.)
The issue with this is that if we want to add some specific functionality (like Forgot Password) we need to jump around the codebase a lot. Instead I think something like this would be easier to manage in terms of adding/removing functionality.

@geekforbrains @staydecent

libs/
    forgot_password/
        model.py
        views.py
        __init__.py
        ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions