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
Given that a sorceror has authenticated and wants to manage magical words for spells When the sorceror clicks on the Spells nav item Then a list of created spells, if any, should be displayed And a button should appear above the list labeled "Research Words"
Given that a sorceror is viewing the list of potions When the sorceror clicks on the "Research Words" button Then a list of all avaiilable magical words should be displayed And a button should appear above the list labeled "Inscribe Word" And a button should appear next to each word labeled "Destroy"
Given that a sorceror is viewing their list of magical spell words When the sorceror clicks on the "Inscribe Word" button Then a magical word form should be displayed with the following fields And a button should appear below the form labeled "Inscribe"
Fields
Word (text field)
Potentcy (number field)
Type (dropdown displaying all types)
Given that a sorceror has filled out the magical word form When the sorceror clicks on the "Inscribe" button Then the list of magical words should be displayed and should contain the new word
Learning Notes
Remember that if a word has already been used to create a spells, it should not be listed as an available word. Here is a sample prompt you can use to get some ideas from an LLM tool - "Below is the DBML for the relevant tables for this problem. I want a list of items from the Words table that are assigned to the current user, but haven't been assigned to a Spell yet.". Then include the relevent DMBL from your ERD.
The text was updated successfully, but these errors were encountered:
Given that a sorceror has authenticated and wants to manage magical words for spells
When the sorceror clicks on the Spells nav item
Then a list of created spells, if any, should be displayed
And a button should appear above the list labeled "Research Words"
Given that a sorceror is viewing the list of potions
When the sorceror clicks on the "Research Words" button
Then a list of all avaiilable magical words should be displayed
And a button should appear above the list labeled "Inscribe Word"
And a button should appear next to each word labeled "Destroy"
Given that a sorceror is viewing their list of magical spell words
When the sorceror clicks on the "Inscribe Word" button
Then a magical word form should be displayed with the following fields
And a button should appear below the form labeled "Inscribe"
Fields
Given that a sorceror has filled out the magical word form
When the sorceror clicks on the "Inscribe" button
Then the list of magical words should be displayed and should contain the new word
Learning Notes
Words
table that are assigned to the current user, but haven't been assigned to a Spell yet.". Then include the relevent DMBL from your ERD.The text was updated successfully, but these errors were encountered: