0.0.2 • Published 1 year ago

@pepfar-react-lib/erb-agency-view v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Repo Owner: Timothy Harding @hardingt

ERB-Processor

Code for the Expenditure Reporting / Work Plan Budget Processor

Development

git clone <this repo> 
npm i
npm start

The web-server hosting DHIS2 instance has to have the following settings in nginx.conf:

location / {
    proxy_cookie_path / "/; secure; HttpOnly; SameSite=None";
}

Configuration

src/config/*.json

Testing

npm test             # Jest-based tests (unit/integration)
npm run test:cy     # Cypress-based tests (e2e)

Deployment

  • Manually via App Management module of DHIS2
  • Via appRepars script from DATIM Global repo

Technology Stack

  • REACT
  • create-react-app
  • TypeScript
  • Cypress
  • Jest
  • MaterialUI