Create a website that has the following: 1. Landing page that displays a list of machines (name, description) 2. Each machine has a link to show its details. (Use Asp.Net MVC).
Display machine details and let the user enable or disable it (Use Asp.Net Web API).
Next to the machine details, show a list of "measurements" for the machine by polling the server every 3 seconds and append the measured information which is returned from the server (random number) to the list. (Use JavaScript + Web API).
I have completed the first 2 points in 3rd points in screen shot it is showing Enable disable buttons instead of checkboxs ,also I need to use WEB API to do the edit ,not the normal edit that comes with the scafolding so on clicking enable it set the bool to true in database and on clicking disable it should set the bool to false in database, and it should happen with WEB API so I am stuck here,
In fourth point it asks to poll the server every three seconds using WEB API and update UI using Javascript I am stuck on this Any help please