ida-arbeitszeit / arbeitszeitapp

A webapp for labour-time calculation.
https://arbeitszeitapp.readthedocs.io
GNU Affero General Public License v3.0
36 stars 4 forks source link

Refactor CreatePlanDraft Handling #1012

Closed seppeljordan closed 5 months ago

seppeljordan commented 5 months ago

This commit streamlines naming conventions and adjusts the CreatePlanDraft use case interface. Previously, we depended on the __call__ method for handling use case requests. Now, we've replaced this with a more explicit create_draft method within the use case object.