Skip to content

Commit

Permalink
Merge branch 'master' into CS2101-UGEdit
Browse files Browse the repository at this point in the history
* master:
  Checkstyle fix
  Add JSON definition
  Add more definitions
  Typo fix
  Add Glossary section to the UG
  • Loading branch information
JunHao247 committed Apr 13, 2023
2 parents 251a6df + 088eb13 commit 517f34d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,3 +665,18 @@ This table describes the requirements for the input format of the fields.
| **Exit** | `exit` |
| **Clear** | `clear` |
| **Filter** | `filter FILTER_PARAMETER BOOLEAN_OPERATOR COMPARISON_AMOUNT` <br> e.g., `filter pr > 1500` |

--------------------------------------------------------------------------------------------------------------------

## Glossary

- **HR**: _Human Resources_ department of a company responsible for managing employee life cycle and administering employee benefits.
- **HR Manager**: _Human Resource Manager_ will lead and direct the routine functions of the Human Resources (HR) department including hiring and interviewing staff, administering pay, benefits, and leave, and enforcing company policies and practices.
- **CLI**: _Command Line Interface (CLI)_ is a text-based user interface (UI) used to run programs, manage computer files and interact with the computer.
- **GUI**: _Graphical User Interface (GUI)_ is a digital interface in which a user interacts with graphical components such as icons, buttons, and menus.
- **Terminal/Command Prompt**: _Terminal_ and _Command Prompt_ are interfaces which let you access the command line.
- **Hard Disk**: _Hard Disk_ is a kind of technology that stores the operating system, applications, and data files such a documents, pictures and music that your computer uses.
- **JAR**: JAR stands for _Java ARchive_. It's a file format based on the popular ZIP file format and is used for aggregating many files into one.
- **CSV**: _Comma-Separated Values (CSV)_ file is a text file that has a specific format which allows data to be saved in a table structured format.
- **JSON**: _JavaScript Object Notation (JSON)_ is a standard text-based format for representing structured data and is commonly used for transmitting data in web applications.

0 comments on commit 517f34d

Please sign in to comment.