Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a sorceror, I want to be able to create an artifact material #53

Open
stevebrownlee opened this issue Dec 19, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@stevebrownlee
Copy link

Given that a sorceror has authenticated and wants to manage materials for artifacts
When the sorceror clicks on the Artifacts nav item
Then a list of built artifacts, if any, should be displayed
And a button should appear above the list labeled "Manage Materials"

Given that a sorceror is viewing the list of artifacts
When the sorceror clicks on the "Manage Materials" button
Then a list of all avaiilable materials should be displayed
And a button should appear above the list labeled "Collect Material"

Given that a sorceror is viewing their list of artifact materials
When the sorceror clicks on the "Collect Material" button
Then a material form should be displayed with the following fields
And a button should appear below the form labeled "Collect"

Fields

  • Material (text field)
  • Potentcy (number field)
  • Type (dropdown displaying all types)

Given that a sorceror has filled out the artifact material form
When the sorceror clicks on the "Collect" button
Then the list of materials should be displayed and should contain the new material

@stevebrownlee stevebrownlee added the enhancement New feature or request label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant