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] Actual vs Expected Hours | Export Actual vs Expected Hours Report #3273

Open
ariefgp opened this issue Nov 9, 2024 · 0 comments
Open

Comments

@ariefgp
Copy link

ariefgp commented Nov 9, 2024

[DON'T WORK ON THIS YET UNTIL FURTHER INSTRUCTION]

Related document:

Related User Stories


As a team member, I want to export the actual vs expected working hour report in CSV or PDF format, so that I can analyze the data offline, share it with others, or keep records for personal use.

Detailed Flow

  1. User navigates to the "Actual vs Expected Hours" report page
  2. User sets desired parameters (date range, team members, projects, etc.)
  3. System generates the report based on selected parameters
  4. User clicks on an "Export" button
  5. User chooses between CSV or PDF format
  6. User initiates the export
  7. System generates the file and provides a download link
  8. User downloads the file to their local system

Acceptance Criteria

  • An "Export" option is clearly visible on the report page
  • User can choose between CSV and PDF formats
  • CSV export includes all raw data shown in the web interface
  • PDF export includes formatted tables and visual charts
  • Exported files have logical names (e.g., "ActualVsExpected_Sep2023.csv")
  • The system handles large datasets efficiently, providing progress updates for long exports
  • Exported data matches exactly what is displayed in the web interface
  • PDF exports are well-formatted and easily printable
  • CSV exports are compatible with common spreadsheet software
  • The system notifies the user if the export fails and provides error details
  • Exports only include data that the user is authorized to access

Wireframe

image
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