Skip to content

Entries from different years are grouped into the same week #70

Description

@mmcknett

If the week number is the same, but the years are different, the numbers get added together.

Repro steps:

  1. Add a log for 6/16/2024 with a non-zero time period
  2. Add a log for 6/16/2023 with a non-zero time period

Expected:

  • The two logs should be grouped into different weeks (because they have different years)

Actual:

  • The two logs are grouped into the same week and their time statistics are aggregated into that week

Likely cause:

  • Week grouping is done purely by week number, and does not include the year when grouping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions