Angular Frontend page for listing summary data based on a backend response

Job ID: 36422102

Budget: €100 – €250 EUR

I am looking for someone who can do the following modifications in an existing Angular project:

Create a new inline frontend page what should show up when clicking to the view result button (top right corner) of a Strategy test job.

To the header of the page allocate enough space to show the job title, job description, and a clickable button for showing the full job parameters in a table.

The remaining part of the page, should include:

- A custom colored table, marking profitable parts with green and losing parts with red color
- Each row should include the specific settings of the strategy test iteration, what you will get from backend
- The rows should be sortable by any of the column values
- Add filters for specific values, i.e. show only rows with a specific column having higher than / lower than the given value
- Allow adding multiple of such filters
- When clicking to a row open the strategy test job inline view page, what you already created

https://i.imgur.com/Ac8MBtS.png

All the displayable data will come from backend from /jobs/<jobId> endpoint.

Example backend response:
https://pastebin.com/z8bXrFmH