-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[16.0][ADD] hr_planning_resources #1
base: 16.0
Are you sure you want to change the base?
Conversation
|
||
def has_working_hours(start_dt, end_dt): | ||
""" | ||
Returns `True` if there are any working days between `start_dt` and `end_dt`. |
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.
Should be imperative style https://stackoverflow.com/a/54868794
Same in previous docstring
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.
Thanks for the tips!!!
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.
@antoniodavid |
Hi, could you explain the purpose of this feature? |
Thanks for the advice!!! |
@antoniodavid @FernandoRomera why the split? I don't get it. |
[16.0][ADD] hr_planning_resources [REF][16.0] hr_planning_resources: Refactoring app [16.0][ADD] hr_planning_resources: Add readme [16.0][ADD] hr_planning_resources: Add test-requirements Revert "[16.0][ADD] hr_planning_resources: Add readme" This reverts commit 4073ee9. [16.0][IMP] hr_planning_resources: Refactoring app
I also don't think it's necessary to split it since the scope of the module is clear |
I think you can edit and mention this is not really needed anymore. |
Fixed!!!! |
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.
On functional review, everything looks good, i was able to plan task, tickets and projects from the gantt view and viceversa.
No description provided.