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
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