Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PPP #307

Merged
merged 6 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions docs/team/mingyuanc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ layout: default.md
title: Ching Ming Yuan's Project Portfolio Page
---

### Project: ProfBook
## Project: ProfBook

ProfBook is a desktop address book application used for easy management of tasks, group schedules, and notes for every
tutorial slot and group. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is tailor-made
to mimic the familiar terminal experience for our target users by introducing Linux-style commands, Dynamic commands and
a terminal like structure and interface. It is written in Java, and has about 10 kLoC.
ProfBook is a desktop application used for easy management of a variety of tasks, students and groups.
The user interacts with it using a CLI, and has a GUI created with JavaFX.

Given below are my contributions to the project.

Expand Down
23 changes: 18 additions & 5 deletions docs/team/nereuswb922.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ title: Nereus Ng Wei Bin's Project Portfolio Page

## ProfBook

ProfBook is a desktop address book application used for easy management of tasks, group schedules, and notes for every
tutorial slot and group. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in
Java, and has about 10 kLoC.
ProfBook is a desktop application used for easy management of a variety of tasks, students and groups.
The user interacts with it using a CLI, and has a GUI created with JavaFX.

Given below are my contributions to the project.

#### [Link to RepoSense Report :link:](https://nus-cs2103-ay2324s1.github.io/tp-dashboard/?search=nereuswb922&breakdown=false&sort=groupTitle%20dsc&sortWithin=title&since=2023-09-22&timeframe=commit&mergegroup=&groupSelect=groupByRepos)

Expand Down Expand Up @@ -46,11 +47,23 @@ Java, and has about 10 kLoC.

### User Guide Contributions

coming soon
- Non-Feature Aspects:
- Added the **ProfBook Folder Structure** section which explained the ProfBook structure.
- Updated the **Accepted values for each parameter** section.
- Feature Aspects:
- Explain `cd` command.
- Explain `ls` command.
- Explain `rmt` command.

### Developer Guide Contributions

coming soon
- Non-Feature Asepcts:
- Added the **Appendix: Effort** section.
- Updated the **UI Componenet** section.
- Feature Aspects:
- Explained the **Path package** of ProfBook.
- Created **activity diagrams** for create student, create deadline and edit group command.
- Created a **sequence diagram** for move student command.

### Team-Based Task Contributions

Expand Down
7 changes: 5 additions & 2 deletions docs/team/ngchunman.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ layout: default.md
title: Ng Chun Man's Project Portfolio Page
---

### Project: ProfBook
## Project: ProfBook

ProfBook is a desktop address book application used for easy management of tasks, group schedules, and notes for every tutorial slot and group. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.
ProfBook is a desktop application used for easy management of a variety of tasks, students and groups.
The user interacts with it using a CLI, and has a GUI created with JavaFX.

Given below are my contributions to the project.

### Code Contributions:

Expand Down
5 changes: 4 additions & 1 deletion docs/team/nid21cs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ layout: default.md
title: Nidhish Krishnan's Project Portfolio Page
---

### Project: ProfBook
## Project: ProfBook

ProfBook is a desktop application used for easy management of a variety of tasks, students and groups.
The user interacts with it using a CLI, and has a GUI created with JavaFX.

ProfBook is a desktop application used for easy management of a variety of tasks, students and groups.
The user interacts with it using a CLI, and has a GUI created with JavaFX. It is tailor-made to mimic the familiar terminal experience for our target users by introducing Linux-style commands, Dynamic commands and a terminal like structure and interface. It is written in Java, and has about 10 kLoC.
Expand Down
2 changes: 1 addition & 1 deletion docs/team/zannloo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default.md
title: Loo Mei Lin Zann's Project Portfolio Page
---

### Project: ProfBook
## Project: ProfBook

ProfBook is a desktop application used for easy management of a variety of tasks, students and groups.
The user interacts with it using a CLI, and has a GUI created with JavaFX.
Expand Down
Loading