You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
So that I can provide detailed reports on auctions run, and so that I can get more information on how to iterate on the insights page, I should be able to download a .csv of auction data so that I don't have to ask a dev for a custom data export
Scenario: Admin downloads csv of auction data
Given I am a guest user
And I'm visiting the micropurchase site
When I'm on the insights page
Then I should see a way for me to download all auction data
And for each auction I should see
Auction Title
Start Date
End Date
Delivery Deadline
Start Price
End Price
Winning Vendor (Name or github name) if there is one
Successful Delivery - Y/N
C2 URL - if there is one
Paid - Y/N
Date marked as paid
And the auctions should be ordered from most recent to oldest (based on end date)
Notes
Document a route to a .csv file and have a link that downloads the .csv
The text was updated successfully, but these errors were encountered:
So that I can provide detailed reports on auctions run, and so that I can get more information on how to iterate on the insights page, I should be able to download a .csv of auction data so that I don't have to ask a dev for a custom data export
Notes
Document a route to a .csv file and have a link that downloads the .csv
The text was updated successfully, but these errors were encountered: