[O2B-1548] Migrate qc flag types overview model to use filtering model pattern by NarrowsProjects · Pull Request #2100 · AliceO2Group/Bookkeeping

I have a JIRA ticket

  • branch and/or PR name(s) include(s) JIRA ID
  • issue has "Fix version" assigned
  • issue "Status" is set to "In review"
  • PR labels are selected

Notable changes for users:

  • The 'bad' filter has been changed from multiple choice selection boxes to a collection of three radio buttons stating:
    • Bad
    • Not bad
    • Any

Notable changes for developers:

  • The qcFlagOverviewModel file now stores its filters in a FilteringModel instance.
  • The previous filters must now be accessed through the FilteringModel.get function

Changes made to the database:

  • N/A