Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge branch 'branch-summary-bar' of https://github.com/joszx/tp into…
Browse files Browse the repository at this point in the history
… branch-summary-bar

# Conflicts:
#	src/main/java/seedu/address/model/Model.java
#	src/test/java/seedu/address/logic/commands/AddCommandTest.java
  • Loading branch information
joszx committed Mar 30, 2022
2 parents 90bf994 + 1d109b8 commit 7c24855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/seedu/address/model/Model.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,13 @@ public interface Model {
*/
void updateUpcomingApplicationList(Predicate<Application> predicate);

/** Sorts the list of applications */
void sortApplications(Comparator<Application> c, String orderBy);

/** Returns a modifiable view of the list of summary boxes */
ObservableList<SummaryBox> getSummaryBoxList();

/** Updates the list of summary boxes */
void updateSummaryBoxList();

}

0 comments on commit 7c24855

Please sign in to comment.