You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: