Skip to content

Release v71.0.3

Choose a tag to compare

@clingen-sthlm clingen-sthlm released this 09 Jun 08:31

Change inheritance model of store (#4428)

Description

Closes Clinical-Genomics/Team-Trocadero#12

Changed

  • Make the Delete, Create and Update handlers inherit from the ReadHandler instead of BaseHandler
  • Remove ReadHandler from Store constructor
  • Rename all Hanlder classes adding the Mixin suffix
  • Move session methods from Store class to BaseHandler
  • Remove the instantiation of the Handlers in the init of the Store
  • Removes the __init__ from all handlers, all of them will use the constructor of the parent class (BaseHandler)