Skip to main content

Posts

Showing posts from July, 2023

Creativity of ChatGPT in putting my wrong prompt into story

Today I am a little bit lazy due to the climate. In that laziness, I wrongly prompted the ChatGPT instead convert requirement into userstory and asked about my requirement for the story. My mistake turned into a beautiful story that I can explain to my team while grooming those stories in future sprints.  Prompt : convert the requirement into story Requirement:  "Show" options: Display number of records onscreen based on selection.  Options are 50 (default), 100, 150, and 250.  Pagination should adjust based on the number of records being displayed.  Disable options that are not relevant - example: if the table only has 40 records, disable the remaining options (100 150 and 250) Selection should be sticky by user within and across sessions.  Display the number of records the user has selected when they navigate away from the page and return (if they were showing 100 records when they left; show 100 records when they return) Pagination is always visible and ...