Skip to content
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

Open
wants to merge 4 commits into
base: 16.0
Choose a base branch
from

Conversation

antoniodavid
Copy link

@antoniodavid antoniodavid commented Sep 26, 2024

No description provided.


def has_working_hours(start_dt, end_dt):
"""
Returns `True` if there are any working days between `start_dt` and `end_dt`.
Copy link
Member

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

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the tips!!!

@antoniodavid antoniodavid requested a review from rvalyi September 27, 2024 12:29
Copy link
Member

@victor-champonnois victor-champonnois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thank you for the work!
I did a small functional exploration on the interface.

  • maybe a small doc on how to use the module would be nice
  • I went on a project and clicked on "assign planning", there is a confirmation popup, and then nothing. What is this supposed to be doing ?
    image

@FernandoRomera
Copy link

FernandoRomera commented Oct 10, 2024

@antoniodavid
Can you split this PR in two:
hr_planning_oca, only with menu app.
hr_planning_resources, all other.

@antoniodavid
Copy link
Author

@antoniodavid Can you split this PR in two: hr_planning_oca, only with menu app. hr_planning_resources, all other.

Hi, could you explain the purpose of this feature?

@antoniodavid
Copy link
Author

@antoniodavid Can you split this PR in two: hr_planning_oca, only with menu app. hr_planning_resources, all other.

Thanks for the advice!!!

@rrebollo
Copy link

rrebollo commented Jan 7, 2025

@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
@Christian-RB
Copy link

I also don't think it's necessary to split it since the scope of the module is clear

@antoniodavid antoniodavid marked this pull request as draft January 28, 2025 13:59
@antoniodavid antoniodavid marked this pull request as ready for review January 28, 2025 20:47
@rrebollo
Copy link

Depends on:

I think you can edit and mention this is not really needed anymore.

@antoniodavid
Copy link
Author

Depends on:

I think you can edit and mention this is not really needed anymore.

Fixed!!!!

Copy link

@jelenapoblet jelenapoblet left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants