Logic-Legends / Decision-Making-Frmwk

Decision-Making Framework
https://starter-kit-snzl.onrender.com/
ISC License
1 stars 4 forks source link

Amount of Information #62

Open m-gurung11 opened 1 year ago

m-gurung11 commented 1 year ago

As a user I want to select the amount of information I have so the tool can suggest the most relevant voting method to me

Acceptance Criteria

Scenario 1 - Content GIVEN I am using the Decision Making Framework WHEN I am on the Amount of Information screen THEN I should see the title text 'Amount of Information' with an info icon AND I should see the question text below it as 'How much information will we have?'

Scenario 2 - Tooltip GIVEN I am on the Amount of Information screen WHEN I click on the tooltip THEN I should see a pop-up AND I should see content as 'Consider how much evidence, facts and data related to the decision you have gathered.' AND a close(X) icon on the top right

Scenario 2a - Close tooltip GIVEN the tooltip pop-up is open WHEN I click on close(X) THEN it should disappear

Scenario 3 - Options GIVEN I am using the Decision Making Framework WHEN I am on the Amount of Information screen THEN I should see 2 radio buttons below the question text AND I should the options as Option 1 Option 2 Option 3
High You have enough information to rank or assign values to all options Medium You have enough information to... Low You have enough information to say yes or no to each option

Scenario 4 - Select an option and Continue GIVEN I am on the Amount of Information screen WHEN I have selected a response AND I click Continue THEN I should be directed to the Recommended Voting Method screen

Scenario 5 - Back GIVEN I am on the Amount of Information screen WHEN I click on the Back button THEN I should be directed to the Type of Information screen AND the input I previously entered should be displayed

Scenario 6 - Error Messaging GIVEN I am on the Type of Information screen WHEN I have not selected either option AND I click Continue THEN I should see an error message, 'Please select a response'

Scenario 7 - URL GIVEN I am on the Decision Capacity screen WHEN I check the URL THEN it should be http://localhost:3000/amount-of-information

luan-murilo-de-oliveira-e-souza commented 1 year ago

The page is ready and following the criteria

leilafaez commented 1 year ago

@luan-murilo-de-oliveira-e-souza the page cover all acceptance ceriteria but for the title "Plan to gather information needed to make the decision Qusestion Mark" I cannot see in the user story that is on the screen now

leilafaez commented 1 year ago

All the AC is covered. thank you @luan-murilo-de-oliveira-e-souza