Skip to content

List of core application logic implemented only on GUI side #116

Open
@oktal3700

Description

@oktal3700

A lot of the core application logic is implemented only in the GUI code, violating MVC design principles. This makes it impossible to rewrite the GUI without also rewriting lots of core logic. Such logic must be moved to the core side, as a prerequisite to rewriting the GUI.

This issue is a place to collect a list of all parts of the application logic that fall into this category:

  • Auto-logoff timer (CLoginComponent triggers an uncommanded disconnect under certain conditions)

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededinvestigationFurther information is requestedrefactorChange code structure without affecting behaviorsimplifyReduce application complexity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions