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

✨ Leave | Use Azure DevOps "Capacity" to determine if the user worked previous day #107

Open
jernejk opened this issue Oct 21, 2024 · 0 comments

Comments

@jernejk
Copy link
Member

jernejk commented Oct 21, 2024

Some teams use Azure DevOps "Capacity" to plan people's availability. We can leverage that to determine if a person was working on a specific day.

For instance, if we generate a daily scrum for Friday and the user had "Day off" on Thursday, "Yesterday" should changed to show the day or date and show work items for that day instead of Thursday.

Acceptance criteria

  1. When locking for previous day for a user, skip "Day off" days
  2. If the previous day would be in the previous Sprint
    1. Check what was the last work item they worked on.
      Fetch the last X items ordered by last changed and filter out work items that are not assigned to a Sprint
    2. Use the latest work item that the user changed within a Sprint
    3. Generate a day report for the day the work item was modified
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

No branches or pull requests

1 participant