Challenge Overview
Challenge Overview
We are building an internal web application for a client. This application is divided into frontend and backend. This will be a series of challenges to build both applications.
Goal of the challenge
The goal of this challenge is to integrate the UI prototype built with the backend.
Technology and Framework details
- Angular 8.x (Frontend)
- NestJs (Backend)
- Typescript
Browser Compatibility
- Latest Chrome
- Latest IE (11)
- Latest Edge
General Requirements
- Integrated the UI prototype provided in the forum with the backend code. The source code for frontend and backend will be provided in the forum.
- API mapping will be provided in the forum.
- The reports popup should be changed as follows:
- Detail Report
- Aging Report
- Error Report
- Medical Record Request Received Report (show To/From Date)
- Total MA Requests By Type Report (show To/From Date)
- Total MA Request By Status Report
- Number Of Days To Complete MA Request Report (show To/From Date)
- A new field was added to the request details "Host Plan ID for Host Plan Associated with Provider". Please add it to the frontend and integrate it to the backend as well. The field in backend to be used for that is "renderingProviderHostPlanIdentifier" (backend will need to be updated).
- There has also been a small verbiage correction on the same screen in the provider section - the field beginning with “Taxonomy code" changed to "Taxonomy code for rendering provider associated with gap closure".
- Code should pass Lint and npm audit
- Services should be created for making calls to the API. Avoid code duplication.
Final Submission Guidelines
Zip file with:- Updated frontend
- Updated backend
- Validation Guide