Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inab/dac-portal-frontend
Data Access Committee (DAC) Portal: Component of the iPC Data Access framework
https://github.com/inab/dac-portal-frontend
ipc-project
Last synced: 5 days ago
JSON representation
Data Access Committee (DAC) Portal: Component of the iPC Data Access framework
- Host: GitHub
- URL: https://github.com/inab/dac-portal-frontend
- Owner: inab
- License: mit
- Created: 2021-11-14T15:55:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T12:46:44.000Z (over 1 year ago)
- Last Synced: 2024-04-15T09:20:59.516Z (7 months ago)
- Topics: ipc-project
- Language: SCSS
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Access Committee (DAC) Portal frontend
## Summary
This repository contains the user interface of the DAC-Portal, built with React (Hooks) and Light Bootstrap theme 4.
## Architecture
- Domain: DTOs and Ports (Interfaces)
- Application: Use cases. An HTTP repository is injected in a functional way following the dependency inversion principle.
- Infrastructure: Concrete implementations for the Adapters (HTTP, State Mgt - Store), ...
## Testing:
- Unit tests: Jest and React Testing Library
- Integration/e2e tests: Cypress (real-world testing scenario based on user stories)