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

[Feature] Time Worked Report | Export Time Worked #3416

Open
ariefgp opened this issue Dec 10, 2024 · 0 comments
Open

[Feature] Time Worked Report | Export Time Worked #3416

ariefgp opened this issue Dec 10, 2024 · 0 comments

Comments

@ariefgp
Copy link

ariefgp commented Dec 10, 2024

Related document:

Related User Stories


Descriptions

Export Options:

  • Team members: Export includes only their personal data.
  • Managers: Export includes the entire team’s data or the filtered subset.

Users can export data

  • Formats: CSV, Excel, PDF
  • Export should include all columns and applied filters.
  • File naming convention: Time_and_Activities_Report_[DateRange]..

Design

image

Acceptance Criteria

  • Export Controls

    • Export button is prominently displayed
    • Format selection (CSV, Excel, PDF) is available in dropdown
    • Export respects current filters and grouping
    • Progress indicator shows during export generation
  • Export Security
    For Team Members:

    • Can only export their personal data
    • Export includes appropriate data disclaimers

    For Managers:

    • Can export full team data or filtered subset
    • Export includes data access timestamp
    • Large exports (>10000 rows) trigger warning message
  • Export Output

    • Files follow naming convention: Time_and_Activities_Report_[YYYY-MM-DD]to[YYYY-MM-DD].
    • CSV/Excel exports:
      • Include column headers
      • Maintain data formatting (dates, numbers, currencies)
      • Include filter criteria in metadata row
    • PDF exports:
      • Include organization branding
      • Show applied filters and date range
      • Include page numbers and generation date

Technical

Currently, we don't have API to export this report. We have to build/develop the API

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

No branches or pull requests

1 participant