Academy-Sept-22 / CoduraWise

0 stars 1 forks source link

resources list with pagination #15

Open Matt-Warnock opened 1 year ago

Matt-Warnock commented 1 year ago

In order to browse a large amount of resources As a Software Craftsperson I would like to see the resources list with pagination

Scenario: SC sees pagination Given: there are more the 12 resources available When: The Resources list is displayed Then: Only 12 resources are displayed on page and: a button to see the next 12 resources is displayed

Scenario: no pagination displayed Given: there are 12 or less resources available When: The Resources list is displayed Then: 12 or less resources are displayed on page and: there is no button to see next 12 resources