creecros / Group_assign

Kanboard Plugin to Assign Tasks to Groups and multiple users
MIT License
61 stars 23 forks source link

refactor: extend TaskProjectDuplicationModel through inheritance #79

Closed mundry closed 1 year ago

mundry commented 1 year ago

Hi,

this PR refactors the TaskProjectDuplicationModel to inherit the base functionality from Kanboard's version of the same class and adds the plugin-specific logic by overriding the duplicateToProject method.

This way code duplication is avoided and the plugin benefits from Kanboard's updates to that class.

Let me know any feedback you might have.

creecros commented 1 year ago

ill make a new release after i get around to changing the version detection code.