From 839e6c09ac5e9c151a1b72f47ef79f304951fba6 Mon Sep 17 00:00:00 2001 From: rayray39 Date: Tue, 1 Oct 2024 22:56:10 +0800 Subject: [PATCH 1/2] DeveloperGuide.md: Update glossary --- docs/DeveloperGuide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 9fe677d1e4c..3e63334251e 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -339,6 +339,9 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli * **Mainstream OS**: Windows, Linux, Unix, MacOS * **Private contact detail**: A contact detail that is not meant to be shared with others +* **Additional installer**: A file, program, driver that needs to be installed first, which in turn installs the product. +* **JAR file**: A Java ARchive file. +* **Singapore Standard Time**: Singapore time, which is 8 hours ahead of Coordinated Universal Time (UTC + 08:00) -------------------------------------------------------------------------------------------------------------------- From 62c2f4c040714dfaf044f8774a4aedbb3aa2d091 Mon Sep 17 00:00:00 2001 From: rayray39 Date: Tue, 1 Oct 2024 23:02:13 +0800 Subject: [PATCH 2/2] DeveloperGuide.md: Expand on glossary --- docs/DeveloperGuide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 3e63334251e..8a85e8d8b26 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -342,6 +342,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli * **Additional installer**: A file, program, driver that needs to be installed first, which in turn installs the product. * **JAR file**: A Java ARchive file. * **Singapore Standard Time**: Singapore time, which is 8 hours ahead of Coordinated Universal Time (UTC + 08:00) +* **Hard disk**: data storage device in laptops and computers. +* **.JSON file**: JavaScript Object Notation, stores and transports data using a human-readable text format. --------------------------------------------------------------------------------------------------------------------