hbarton2 / cscd350-f24-UnhandledExceptions

0 stars 0 forks source link

[Task] Add/Delete/Rename class #38

Closed coreybasden closed 2 weeks ago

coreybasden commented 2 weeks ago

Task: The method to add a new classItem to the map of classItems in main should be fully functioning and ready to be called by the user. Location: main class? Current progress:

Task: The method to delete a classItem from the map of classItems in main should be fully functioning and ready to be called by the user. Location: main class? Current progress:

Task: The method to rename a specific classItem should be fully functioning and ready to be called by the user. Location: classItem class or the main class? Current progress:

Lantzer commented 2 weeks ago

All 3 are added to Main.java and a fully functioning option in the switch case.