hbarton2 / cscd350-f24-UnhandledExceptions

0 stars 0 forks source link

[Class] Rename a class #3

Closed coreybasden closed 2 weeks ago

coreybasden commented 3 weeks ago

As a user, I want to rename a selected class, So that I don’t have to delete and re-add a class if I don’t like the name.

Lantzer commented 2 weeks ago

Scenario: Rename a class

[1] class to rename exists, new name is valid From the home screen, when I input the class I want to rename I input the new, valid name, I want to give it The program accurately updates the class name and output “class has been renamed to ‘inputName”

[2] class to rename exists, new name is invalid From the home screen, when input the class I want to rename I input the new name I want to give it, but the new name is invalid The program will not rename the class and instead display “new name is invalid”

[3] class to rename does not exist From the home screen, when I input the class I want to rename If the class is not in the classList already, the program will display “class to rename does not exist”

Lantzer commented 2 weeks ago

Pushed code to Feature-rename-class branch Tasks left to do: -Tests -toString formatting