Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add repository pattern #73

Open
8 tasks done
SjorsScholten opened this issue Jun 2, 2022 · 0 comments
Open
8 tasks done

Add repository pattern #73

SjorsScholten opened this issue Jun 2, 2022 · 0 comments
Assignees

Comments

@SjorsScholten
Copy link
Contributor

SjorsScholten commented Jun 2, 2022

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
@SjorsScholten SjorsScholten self-assigned this Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant