hbarton2 / cscd350-f24-UnhandledExceptions

0 stars 0 forks source link

[Field/Methods] Rename Field #10

Closed coreybasden closed 2 weeks ago

coreybasden commented 3 weeks ago

As a user, I want to be able to rename fields, So that I can update the class structure without deleting and re-adding them.

zDmarkley commented 3 weeks ago

1) RENAMING FIELD Given that I am the field management screen of the program, I have a field named shrek when I request "rename field shrek to donkey" I will see the following message: "field shrek has been successfully renamed to donkey" UML list updates to contains the updated field "donkey"

zDmarkley commented 3 weeks ago
  1. INVALID FIELD ENTERED Given that I am the field management screen of the program, I have 1 field named shrekTwo when I request "rename field shrek to donkey" UML list does not contain "shrek" and I will see the following message: "Request FAILED: please enter a valid field name"