Skip to content

Commit

Permalink
Merge branch 'AY2324S1-CS2103T-W12-4:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lululwtv authored Nov 13, 2023
2 parents b60af0b + b63116d commit b2c9304
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 127 deletions.
Binary file modified bin/test/seedu/address/logic/parser/AddCommandParserTest.class
Binary file not shown.
190 changes: 67 additions & 123 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1009,11 +1009,11 @@ Command parameter inputs have constraints to ensure their use is streamlined.

--------------------------------------------------------------------------------------------------------------------

## 5. Saving the data
## **5. Saving the data**

TimetaBRO data are saved in the hard disk automatically after any command that changes the data. There is no need to save manually.

## 6. Editing the data file
## **6. Editing the data file**

TimetaBRO data are saved automatically as a JSON file `[JAR file location]/data/addressbook.json`. Advanced users are welcome to update data directly by editing that data file.

Expand Down
2 changes: 1 addition & 1 deletion docs/_sass/minima/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ table {
text-align: center;
}
.site-header:before {
content: "AB-3";
content: "TimetaBRO";
font-size: 32px;
}
}
Expand Down
12 changes: 12 additions & 0 deletions docs/diagrams/ClickToViewActivityDiagram.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@startuml

start
: onMouseClicked event triggered when a cell of the friend list is clicked on;
: PersonListPanel.PersonListViewCell#updateItem() fires new ListCellSelectedEvent with the selected Person;
: MainWindow#fillInnerParts() retrieves selected Person object with ListCellSelectedEvent#getSelectedPerson();
: Create new SelectedFriendCard with the Person;
: Store the SelectedFriendCard in friendProfile;
: Replace contents of SelectedFriendPlaceHolder with friendProfile;
stop

@enduml
Binary file added docs/images/ClickToViewActivityDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/Reminder-window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion docs/team/teozhengyang.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Teo Zheng Yang's Project Portfolio Page
---
layout: page
title: Teo Zheng Yang's Project Portfolio Page
---

## Project: TimetaBRO

Expand Down

0 comments on commit b2c9304

Please sign in to comment.