pkp / pkp-lib

The library used by PKP's applications OJS, OMP and OPS, open source software for scholarly publishing.
https://pkp.sfu.ca
GNU General Public License v3.0
297 stars 442 forks source link

Convert the SectionService to the new Repository/DAO/Map pattern #7128

Closed NateWr closed 1 year ago

NateWr commented 3 years ago

The section entity needs to be converted to use the new pattern for DAOs, Maps and Repositories introduced in #5328. This requires the following:

PRs:

Further PRs:

bozana commented 1 year ago

@NateWr, could you please review the PRs above?

NateWr commented 1 year ago

Looks good @bozana! I've left a few comments with possible bugs, but it's mostly stylistic suggestions. Go ahead and merge once you're happy with it. :+1:

bozana commented 1 year ago

Thanks a lot @NateWr!