Add repository pattern
Open
- Dominant language
- Vue
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**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**
- [x] LocalRepositories
- [x] Packages
- [x] Locations
- [x] Employees
- [x] RemoteRepositories
- [x] Packages
- [x] Locations
- [x] Employees
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.