yaconsult has asked for the wisdom of the Perl Monks concerning the following question:
1) user logs in and is presented with a table of data extracted from the database for them.
2) user prioritizes this list somehow.
3) priority information saved somewhere - probably added to database.
The database stuff is working. The data changes frequently, so the table will probably just be regenerated instead of updated.
Which modules should I be looking at for the UI part? CGI, or is there something better.
Not sure how to allow the user to prioritize the list... Up and down arrows that they could click? Boxes where they enter a number for sorting purposes? Suggestions welcome!
Thank you for the replies so far! Let me add a few more details...
There will be multiple users having responsibility for different areas. The database rows related to their area are extracted from the database and need to be presented to them. They will then want to reorder the rows to indicate the priority/importance/ordering. The ordering that they impose on these rows is the information I need to capture and convey to the people that will be acting on the tasks represented by the rows.
I will check out the suggestions already made today.
Thanks!
|
---|