-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/243 calculate sponsored percentage #255
Feature/243 calculate sponsored percentage #255
Conversation
…to feature/243-calculate-sponsored-percentage
Let's merge #257 first for testing purposes Also remember to link your PR and issue together. You can either use the "Development" menu on the left, or use a "closing keyword" in your description https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword (I created a new PR template to help us remember: #258) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Samuel T. <[email protected]>
Co-authored-by: Samuel T. <[email protected]>
Co-authored-by: Samuel T. <[email protected]>
for more information, see https://pre-commit.ci
…github.com/BesLogic/releaf-canopeum into feature/243-calculate-sponsored-percentage
--------- Co-authored-by: Nicolas Dontigny <[email protected]> Co-authored-by: Samuel T. <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
--------- Co-authored-by: Nicolas Dontigny <[email protected]> Co-authored-by: Samuel T. <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Implemented the calculations for the sponsored progress of a site.
I had to update models, serializers, and so I squashed the migrations to one initial script again.
Sponsor progress is now calculated dynamically according to the number of species of a site and of its batches, it is not a field that should be stored in the model/DB