diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 7915ad6490b..f53e8a0247b 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -202,9 +202,7 @@ Format: `birthday [m/MONTH]` - If there is no birthday in the month provided or the birthday is past the current date in the same month, return **No upcoming birthdays** Examples: -- `birthday` followed by `10` displays all employees who have their birthday in the month of October - - +- `birthday` followed by `10` displays all employees who have their birthday in the month of October. ### Saving the data @@ -214,7 +212,7 @@ AddressBook data are saved in the hard disk automatically after any command that AddressBook 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. - +// **Caution:** If your changes to the data file makes its format invalid, AddressBook will discard all data and start with an empty data file at the next run. Hence, it is recommended to take a backup of the file before editing it. @@ -253,4 +251,4 @@ _Details coming soon ..._ | **Add Leave** | `add_leave INDEX m/MONTH`
e.g., `add_leave 1 m/3` | | **Help** | `help` | | **View Leave** | `view_leave INDEX m/Month d/DEPARTMENT`
e.g.,`view_leave m/10 d/IT` | -| **View Birthdays** | `birthday [m/MONTH]`
e.g., `birthday 10` | +| **View Birthdays** | `birthday [m/MONTH]`
e.g., `birthday 10` | \ No newline at end of file diff --git a/docs/team/remuslum.md b/docs/team/remuslum.md new file mode 100644 index 00000000000..b005c841017 --- /dev/null +++ b/docs/team/remuslum.md @@ -0,0 +1,24 @@ +--- +layout: page +title: Remus Lum's Project Portfolio Page +--- + +### Project: HR Insight + +HR Insight is a desktop app for HR people, optimized for use via a Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). 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. + +Given below are my contributions to the project. + +- **New Feature**: to be added soon + +- **Code contributed**: to be added soon + +- **Project management**: to be added soon + +- **Enhancements to existing features**: to be added soon + +- **Documentation**: to be added soon + +- **Community**: to be added soon + +- **Tools**: to be added soon