Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulUseless committed Mar 16, 2021
1 parent ae91cec commit 2e156f5
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Are you always overwhelmed by a lot of commitments and struggling to keep track of them?

Introducing **SOChedule**, **a desktop task managing app** that will make your life much easier:
Introducing **SOChedule**, **a desktop task managing app** that will make your life much easier:
* SOChedule is a one-stop solution for managing tasks and events, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).
* This app is meant for users who can type fast, and prefer typing over mouse/voice commands.

Expand Down
18 changes: 9 additions & 9 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The ***Architecture Diagram*** given above explains the high-level design of the
<div markdown="span" class="alert alert-primary">

:bulb: **Tip:** The `.puml` files used to create diagrams in this document can be found in the [diagrams](https://github.com/se-edu/addressbook-level3/tree/master/docs/diagrams/) folder. Refer to the [_PlantUML Tutorial_ at se-edu/guides](https://se-education.org/guides/tutorials/plantUml.html) to learn how to create and edit diagrams.

</div>

**`Main`** has two classes called [`Main`](https://github.com/se-edu/addressbook-level3/tree/master/src/main/java/seedu/address/Main.java) and [`MainApp`](https://github.com/se-edu/addressbook-level3/tree/master/src/main/java/seedu/address/MainApp.java). It is responsible for,
Expand Down Expand Up @@ -329,7 +329,7 @@ Use case ends.
2. User enters the corresponding command.
3. SOChedule displays all tasks.
<br><br>
Use case ends.
Use case ends.

**Use case: UC03 - Delete a task**

Expand All @@ -348,9 +348,9 @@ Use case ends.
* 2a. The task list is empty.

Use case ends.

<br>

* 3a. The given index is invalid.

* 3a1. SOChedule shows an error message.
Expand Down Expand Up @@ -381,7 +381,7 @@ Use case ends.
* 3a1. SOChedule shows an error message indicating the invalidity of the index.

Use case resumes at step 2.

**Use case: UC05 - Add an event**

**MSS**
Expand All @@ -394,7 +394,7 @@ Use case ends.
**Extensions**

* 1a. Some required information about the event is missing in the command.

* 1a1. SOChedule displays an error message suggesting that information provided when creating
the event is incomplete.
Use case ends.
Expand All @@ -405,7 +405,7 @@ Use case ends.
* 1b1. SOChedule displays an error message suggesting that date provided for the event
is invalid, or not following the `YYYY-MM-DD` format.
Use case ends.

**Use case: UC06 - List events**

**MSS**
Expand All @@ -420,9 +420,9 @@ Use case ends.
* 1a. No events have been added.
* 1a1. SOChedule displays an empty list.
Use case ends.

**Use case: UC07 - Delete an event**

**MSS**

1. User requests to <u> list events (UC06)</u>.
Expand Down
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ Format: `add _event n/TASKNAME sd/STARTDATE st/STARTTIME ed/ENDDATE et/ENDTIME [
* `et/` is followed by the time in 24-hour format and in the format of **hh:mm**.
* `c/` is followed by the category. It is optional.
* `t/` is followed by the tag. It is optional.

Examples:
* `add_event n/CS2103 meeting sd/2021-02-27 st/15:00 ed/2021-02-27 et/17:00` adds an event with name `CS2103` and its respective attributes to the SOChedule Event Scheduler.

### Deleting an event: `delete_event`
Deletes an event from the SOChedule Event Scheduler.

Expand Down
2 changes: 1 addition & 1 deletion docs/team/litone01.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Jiaxiang's Project Portfolio Page

## Project: SOChedule (YET TO BE UPDATED)

SOChedule is a one-stop solution for managing tasks and events, optimized for use via a Command Line Interface (CLI)
SOChedule is a one-stop solution for managing tasks and events, optimized for use via a Command Line Interface (CLI)
while still having the benefits of a Graphical User Interface (GUI).

Given below are my contributions to the project.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"category" : [ "School" ],
"tagged" : [ "TeamProject" ]
} ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"tagged" : [ "MA3110" ]
} ],
"events" : [ ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"category" : [ "School" ],
"tagged" : [ "TeamProject" ]
} ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"category" : [ "School" ],
"tagged" : [ "TeamProject" ]
} ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"tagged" : [ "MA3110" ]
} ],
"events" : [ ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"tagged" : []
} ],
"events" : [ ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"category" : [ "School" ],
"tagged" : [ "AtHome" ]
} ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"category" : [ "School" ],
"tagged" : [ "AtHome" ]
} ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
"category" : [ "School" ],
"tagged" : [ "AtHome" ]
} ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"tagged" : []
} ],
"events" : [ ]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"category" : [],
"tagged" : []
} ]
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
blah.
blah.

0 comments on commit 2e156f5

Please sign in to comment.