-
Notifications
You must be signed in to change notification settings - Fork 0
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
Download CSV of report #129
Comments
not mvp |
One of our admin assistants asked for this again. |
Would it help to be able to also download calendar as csv to be able to export/share? |
Questions to ask:
|
How advanced would we need the downloaded CSV to be? Should we be able to filter the results, then download the file? Or is it just one file that will be downloadable with all requests? @kevinreiss |
Here is a quick way to generate a downloadable CSV file (via VSCode): spec > features > download_csv_script.rb Here are some examples of the generated data:
|
The use case I understand here is a departmental administrator who wants to download all approved requests for a given time period. If leveraging the filters we have in the report screen seems more that we want to get into I think the options to get given sets of time (last three months, last six months, year, all requests). |
Fields desired are Staff member First/Last Name, trip ID number, Event Name, Event start date/end date. |
This ticket will focus on the UI portion of this feature - this will generate the same report as the one generated in #829, and should accept a start and end date. |
Hey team! Please add your planning poker estimate with Zenhub @leefaisonr @regineheberlein @rladdusaw @sandbergja |
@kevinreiss I have a permissions question on this one. It don’t think all staff users should be able to download a complete list of approved requests. I thought of two possible behaviors:
|
The latter scenario is in line with how the current /reports feature works. You only see the staff you report to. |
As an AA I need a downloadable CSV of a report so I can edit / reference it when transferring data to an external system
The text was updated successfully, but these errors were encountered: