Hi,
First I apologize for my english.
I am using MySQL and PHP.
I have a list of Tasks in a table.
Each Task has a status (started/completed/in progress/pending)
Each Task can be associated to a list of Parent Task.
Therefore, a task can start only if all its parent tasks have been
completed.
I would like to dynamically (the task order can change) and graphically show
this process in a web page.
Each task should be displayed in a box (or a circle) with its name and a
different color according to its status.
They should be displayed from top to bottom to know which one will start
first, and which one will start after etc etc until the last one.
Do you know a way to do it using a FREE component (java applet, flash...)?
Thanks you very much.
Rodolphe
First I apologize for my english.
I am using MySQL and PHP.
I have a list of Tasks in a table.
Each Task has a status (started/completed/in progress/pending)
Each Task can be associated to a list of Parent Task.
Therefore, a task can start only if all its parent tasks have been
completed.
I would like to dynamically (the task order can change) and graphically show
this process in a web page.
Each task should be displayed in a box (or a circle) with its name and a
different color according to its status.
They should be displayed from top to bottom to know which one will start
first, and which one will start after etc etc until the last one.
Do you know a way to do it using a FREE component (java applet, flash...)?
Thanks you very much.
Rodolphe
Comment