I think this either for a tree view or for a list view. Not sure yet.

Mar 31 2008 8:49 AM
Hi all.

I actually don't know where I should start with this. I don't know where to begin with this.
Let me explain my situation.


I have a list of FAQ's which I load from the database. Each FAQ is in a different department. When the user approaches the screen, they select the department from the drop down list.

this is will then load all the FAQ's in that department. There is also a sort order on the table, which then defines which FAQ comes first. this is done so that we can put the more common ones first. That I can do with ease. However, it now comes down to the point where I have to allow the web Admin to change the sort order around and the departments and Order. clicking on edit and being able to change the department is easy. However, for the Order of the documents, it has been decided (for me, not so much by me) that I need to build a drag and drop interface. whereby the admin can drag the FAQ into new departments and also into different orders.

I dont know if I need to use a tree view. Maybe so that I can set each department as a node or something. and make it drag and drop. Or if I need to use a list view. I don't know if you can even do it that way. I am clue less as to where I need to start.

Any ideas please.
Thanks
Ricardo