Instructions need to be updated as focus changes in CardDetailsPanel. These instructions should be different depending on when CardDetailsPanel is used in AddCardsPanel or EditCardsPanel.
Last edit: Code Guru 2012-09-02
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When user clicked "Add Cards" button in AddCardsPanel, the Instructions should say "Card added. Enter brand name for another card." This appears briefly but is almost immediately replaced by "Enter card brand name."
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Focus changes in CardDetailsPanel works correctly for AddCardsPanel. Need to change instructions when using CardDetailsPanel in EditCardsPanel and when "Add" button is clicked in AddCardsPanel.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Most of this has been implemented in the most recent push to Git. Needs to be tested to find any lapses.
Instructions need to be updated as focus changes in CardDetailsPanel. These instructions should be different depending on when CardDetailsPanel is used in AddCardsPanel or EditCardsPanel.
Last edit: Code Guru 2012-09-02
When user clicked "Add Cards" button in AddCardsPanel, the Instructions should say "Card added. Enter brand name for another card." This appears briefly but is almost immediately replaced by "Enter card brand name."
Focus changes in CardDetailsPanel works correctly for AddCardsPanel. Need to change instructions when using CardDetailsPanel in EditCardsPanel and when "Add" button is clicked in AddCardsPanel.
This is working correctly except immediately after the user adds a card.
Need to implement tests for this ticket. If tests verify that it is finished, then the ticket can be closed.