Skip to content

Seperating I/O communication with Tauri from the responsibility of the homepage component. #240

Description

@diostoup1522

Sub-issue related to #239.

The Task

Instead of having the homepage component communicate with the backend itself for file I/O,
all the work should be handeled by a component(s)/module(s) that will be able to do the file I/O itself/themselves.
All functionality and logic should be handeled by the component(s)/module(s)
and get linked back to the homepage component to communicate with the rest of the application.
The goal of this change is moving away logic and reducing the responsibilities
and cognitive complexity of the homepage component.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions