AS a developer, I want a helper class added to help with creating paginated discord embeds #78

Closed
opened 2023-11-12 15:10:45 +00:00 by Vylpes · 0 comments
Owner

Epic: #6
Story Points: 0


AS a developer, I want a helper class added to help with creating paginated discord embeds
SO THAT I can easily created paginated discord embeds with reusable code

Acceptance Criteria

AS a developer
GIVEN I want to be able to create a discord embed using pagination
WHEN I create a command which inherits the pagination helper
THEN the replied embed will contain next and previous navigation buttons
AND the footer will show what page I am on

AS a user
GIVEN I have used a command which inherits the pagination helper
WHEN I click the next or previous navigation button
THEN the embed should update with the next or last page specified in the command

Subtasks

No subtasks

Notes

  • The pagination helper should be inherited so we can enforce having the page parameters in it
  • The pages should be dynamically determined at runtime, so we can have a different amount of pages depending on the context of the command

Blocked by

Blocks

Epic: #6 Story Points: 0 --- AS a developer, I want a helper class added to help with creating paginated discord embeds SO THAT I can easily created paginated discord embeds with reusable code ## Acceptance Criteria AS a developer GIVEN I want to be able to create a discord embed using pagination WHEN I create a command which inherits the pagination helper THEN the replied embed will contain next and previous navigation buttons AND the footer will show what page I am on AS a user GIVEN I have used a command which inherits the pagination helper WHEN I click the next or previous navigation button THEN the embed should update with the next or last page specified in the command ## Subtasks *No subtasks* ## Notes - The pagination helper should be inherited so we can enforce having the page parameters in it - The pages should be dynamically determined at runtime, so we can have a different amount of pages depending on the context of the command ## Blocked by - [ ] #77 ## Blocks - #97
Vylpes added the
type
story
label 2023-11-12 15:10:51 +00:00
Vylpes added this to the 0.3.0 milestone 2023-11-13 11:40:26 +00:00
Vylpes removed this from the 0.3.0 milestone 2023-12-03 15:05:56 +00:00
Vylpes changed title from Create paginated embed helper to AS a developer, I want a helper class added to help with creating paginated discord embeds 2023-12-10 15:20:33 +00:00
Vylpes added the
blocked
label 2023-12-10 15:25:58 +00:00
Vylpes added this to the 0.4.0 milestone 2023-12-13 17:39:38 +00:00
Vylpes removed the
blocked
label 2023-12-24 15:23:03 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: External/card-drop#78
No description provided.