Skip to content

Add repository pattern #73

Description

@SjorsScholten

Problem
The frontend does not work without a connection to the backend. There is no way to develop or test the frontend as a standalone app.

Goal
Make the frontend more maintainable and testable.

Solution
Implement a repository pattern so we can easily switch between different context environments (i.e. local, remote, development, production, testing)

Tasks

  • LocalRepositories
    • Packages
    • Locations
    • Employees
  • RemoteRepositories
    • Packages
    • Locations
    • Employees

Activity

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

Metadata

Metadata

Assignees

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