Reference no: EM132275470
You need to do the run test page only.
These are some comments about the run test page:
- configure page will pass me the JSON object
- What kind of test and object?
- what data is been flagged?
-add a flag data
- set all of them bad data to flag by report *remember "there are good data and bad data" bad data need to be flagged.
how to find out bad data if the configure page is not here yet
Check the requirement in the video attached.
- the runtest button, requests to backend.
no progress bar, redirect to review when done with QC test
- the main point of the run test page is that it will take a list of tests from the configure page, formulate a series of calls to the backend over them, and push the results (with associated flags) to the review
-From the configure, you should be receiving or already have access to the data in json form with a fourth attribute on each row that is flag true by default, and your deal is to save a new version of that data with the flags modded based on your tests
You can do the runtest without configure page
Just do your best
- The user should be kicked automatically to the review page as stated on the video.
You should trigger a post request when the "Run Test" button is clicked. On the server side, a route for the post request should be implemented. Example 42 can fit here. You do not need to implement the progress bar.
Attachment:- What is done.zip
Attachment:- Assignment requirement.rar