ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

T&A: Refactor ilListOfQuestions according to data table component

Open lukas-heinrich opened this issue 1 year ago • 0 comments

Refactors ilListOfQuestionsTable by using the DataTable component instead of ilTable2GUI inheritance. Removes unnecessary code and adjusts the unit tests:

  • Creates a new Table class that implements the creation and formatting of columns and rows
  • Replaces getter and setter with queries to the test object
  • Removes legacy code that is always false
  • Removes the template of the table rows

lukas-heinrich avatar Oct 21 '24 13:10 lukas-heinrich