AY1920S2-CS2103T-F10-2 / main

Github page for My Internship Diary
https://ay1920s2-cs2103t-f10-2.github.io/main/
MIT License
0 stars 5 forks source link

Create new UI classes for InternshipApplication #52

Closed FeliciaTay closed 4 years ago

FeliciaTay commented 4 years ago

The following shows the list of changes that I made:

view: (OLD) PersonListCard.fxml --> (NEW) InternshipApplicationListCard.fxml (OLD) PersonListPanel.fxml --> (REFACTORED) InternshipApplicationListPanel.fxml

MainWindow: Added some code for InternshipDiary which will in the future replace those of AddressBook

ui: (OLD) PersonCard.java --> (NEW) InternshipApplicationCard.java (OLD) PersonListPanel.java --> (NEW) InternshipApplicationListPanel.java

I have left the (OLD) files in the code base for now, until we have verified that it is safe/wise to delete them.