hi
I am writing a web application that uses php and javascript to interface with a database. I am trying to represent a number of different items of machinery that for many different reasons may or may not be functional during the course of a 12 hour day. I have all of the times and reasons for each machine stored in tables but I just want a graphical way to display the day to the user with colours representing working or not working, and it must be clickable on different sections to investigate deeper the reasons for the malfunction.
I began using an html form where a new column was created along one row for each 5 minute segment of time for 12 hours. (144 columns). I am sure (or hope) that there is a nicer and more better looking way to do this but am not sure at this stage.
If anyone has any ideas can you please let me know, thanks.
J
I am writing a web application that uses php and javascript to interface with a database. I am trying to represent a number of different items of machinery that for many different reasons may or may not be functional during the course of a 12 hour day. I have all of the times and reasons for each machine stored in tables but I just want a graphical way to display the day to the user with colours representing working or not working, and it must be clickable on different sections to investigate deeper the reasons for the malfunction.
I began using an html form where a new column was created along one row for each 5 minute segment of time for 12 hours. (144 columns). I am sure (or hope) that there is a nicer and more better looking way to do this but am not sure at this stage.
If anyone has any ideas can you please let me know, thanks.
J
Comment