Task16Start - Make requests sort- and orderable
See TasksExplained? for more infos about tasks. This task is based on the template at TaskTemplateStart
Status : closed
Category : gui
Date opened : 2007-01-25
Description : Make the records of the request display sortable and orderable.
Referenced in stories/tasks :
WebStatistics
Story6Start
Testsuite : test/functional/main_controller_test.rb
Commited revision : 78
Remarks : Use buttons and possibly ajax drag and drop for ordering.
Changelog
2007-02-01 - List orderable
The ordered list is not sent to server so far, however.
Ajax works like a breeze. This is really simple.
2007-02-01 - done
The lists are orderable, the request is sent to the server.
The sort action goes under the name of
rearrange_requests in the code.
Tests done too.