Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
potaotototo committed Oct 24, 2024
1 parent f2c7e94 commit e8abc22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ This project is based on the AddressBook-Level3 project created by the [SE-EDU i
**Value Proposition:**

>Our app is designed to help tech-savvy full-time tuition teachers manage the schedules and contact details of a small to medium number of students.
>Our app is designed to help tech-savvy full-time tuition teachers manage the schedules and contact details of a small to medium number of students.
The app focuses on preventing scheduling conflicts by automatically checking for overlapping lesson times and organising students into groups for easier lesson planning.

2 changes: 1 addition & 1 deletion docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`
* Role: Developer
* Responsibilities: Documentation + IntelliJ expert

### Curtis Chang
### Curtis Chang

<img src="images/curtischang2510.png" width="200px">

Expand Down
10 changes: 5 additions & 5 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

| Priority | As a …​ | I want to …​ | So that I can…​ |
|---------|----------------------|-------------------------|-----------------------------------------------------------------------------------------------------------------|
| `* * *` | new user | add my students' contact details | easily access and communicate with them or their guardians
| `* * *` | new user | add my students' contact details | easily access and communicate with them or their guardians |
| `* * *` | new user | search for a student's name | find relevant student(s) easily |
| `* * *` | new user | delete students' entries | remove students that I am no longer teaching |
| `* * *` | new user | easily access my tutoring schedule with each student | stay organised and manage my records more effectively
| `* * *` | new user | easily access my tutoring schedule with each student | stay organised and manage my records more effectively |
| `* * *` | new user | be automatically alerted if there are scheduling conflicts when adding a new student whose tuition time overlaps with another student | quickly adjust their schedule and avoid double-booking |
| `* * *` | new user | organise my students' contact details | find my students' by certain categories easily |
| `* * *` | new user | have an option to store the address of the students | easily go to the student's house if the tuition session is in person |
Expand Down Expand Up @@ -358,8 +358,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

**MSS**

1. User types keyword
2. App displays all students address book in alphabetical order
1. User types keyword
2. App displays all students address book in alphabetical order
3. Use case ends

**Use case: UC3 - Delete a person**
Expand All @@ -385,7 +385,7 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

Use case resumes at step 2.
- 3b. The given name does not exist
- 3b1 AddressBook shows an error message.
- 3b1 AddressBook shows an error message.
- 3b2. Use case resumes from step 2


Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/view/PersonListPanel.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
<VBox xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1">
<ListView fx:id="personListView" VBox.vgrow="ALWAYS" />
</VBox>
</HBox>
</HBox>

0 comments on commit e8abc22

Please sign in to comment.