cgwire / zou

Zou is the Kitsu API. It allows you to store and manage your production data
https://zou.cg-wire.com
GNU Affero General Public License v3.0
170 stars 104 forks source link

Add setting to use hours instead of days for durations and estimations #862

Closed MaximeGrosmaire closed 1 month ago

MaximeGrosmaire commented 2 months ago

Problem We have a mix of artist that can work more or less daily on a project so it's important for us to be able to estimate in hours.

Solution I've added an organization-wide setting to toggle duration and estimates in hours.

This change is required for these kitsu changes to work: https://github.com/cgwire/kitsu/pull/1535

Should I also be committing the migration file as part of this pr?

frankrousseau commented 2 months ago

Thank you for the PR. It requires some data migration. We will handle it a little bit later to ensure nothing is breaking.