mmanning95 / ACME26WCV-Cpts421

Capstone project for Cpts 421 in conjunction with Whitman county's veteran service officer
0 stars 0 forks source link

As a user I need to be able to print out a document populated with events so that I can have a physical copy of local events #16

Open mmanning95 opened 1 week ago

mmanning95 commented 1 week ago

As a user I need to be able to print out a document populated with events So that I can have a physical copy of local events

Details and Assumptions

Acceptance Criteria

Scenario: Unfiltered event printout
Given I am a user
When I click the "Print events" button without applying any filters
Then I will be redirected to a page showing a print-friendly version of all events
And I can choose to print this page

Scenario: Filtered event printout
Given I am a user
And I have applied filters to the events list
When I click the "Print events" button
Then I will be redirected to a page showing a print-friendly version of the filtered events
And I can choose to print this page