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

Added Skeletal PPP #54

Closed
wants to merge 3 commits into from
Closed
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/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

<box type="warning" seamless>
// <box type="warning" seamless>

**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.
Expand Down Expand Up @@ -253,4 +251,4 @@ _Details coming soon ..._
| **Add Leave** | `add_leave INDEX m/MONTH` <br> e.g., `add_leave 1 m/3` |
| **Help** | `help` |
| **View Leave** | `view_leave INDEX m/Month d/DEPARTMENT` <br> e.g.,`view_leave m/10 d/IT` |
| **View Birthdays** | `birthday [m/MONTH]` <br> e.g., `birthday 10` |
| **View Birthdays** | `birthday [m/MONTH]` <br> e.g., `birthday 10` |
24 changes: 24 additions & 0 deletions docs/team/remuslum.md
Original file line number Diff line number Diff line change
@@ -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
Loading