You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/DeveloperGuide.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ title: Developer Guide
12
12
13
13
## **Acknowledgements**
14
14
15
-
* {list here sources of all reused/adapted ideas, code, documentation, and third-party libraries -- include links to the original source as well}
15
+
* Our team member isaactodo's iP chatbot code. https://github.com/isaactodo/ip
16
+
* Solution for max sized context menu for Autocomplete feature adapted from https://stackoverflow.com/questions/51272738/javafx-contextmenu-max-size-has-no-effect.
17
+
* Code for sidebar of UG and DG inspired by ChatGPT.
Copy file name to clipboardexpand all lines: docs/UserGuide.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Tired of using paper or Microsoft Excel to track your student details? No worrie
9
9
10
10
StoreClass (SC) is a desktop app designed exclusively for teachers from private organizations e.g. tuition centers to manage their students. As teachers, you can interact with the app by keying in your commands to StoreClass's chat bot, and your student details will be updated and saved automatically.
11
11
12
-
Paired also with a revolutionary AutoComplete feature, StoreClass helps you manage your student details more effectively, efficiently and most importantly, reliably.
12
+
Paired also with a revolutionary Autocomplete feature, StoreClass helps you manage your student details more effectively, efficiently and most importantly, reliably.
13
13
## Table of Contents
14
14
* Table of Contents
15
15
{:toc}
@@ -74,7 +74,7 @@ Paired also with a revolutionary AutoComplete feature, StoreClass helps you mana
74
74
e.g. `[t/TAG]…` can be used as `` (i.e. 0 times), `t/paid_tuition`, `t/paid_tuition t/smart` etc.
75
75
76
76
* Parameters can be in any order unless specified.<br>
77
-
e.g. if the command specifies `n/NAME p/PHONE_NUMBER`, `p/PHONE_NUMBER n/NAME` is also acceptable.
77
+
e.g. if the command specifies `n/NAME p/PHONE`, `p/PHONE n/NAME` is also acceptable.
78
78
79
79
* Extraneous parameters for commands that do not take in parameters (such as `help`, `list`, `exit` and `clear`) will be ignored.<br>
80
80
e.g. if the command specifies `help 123`, it will be interpreted as `help`.
@@ -341,7 +341,7 @@ You can hover over each individual module for a while to view the grades for tha
341
341
-`grade 1 m/Math m/Chinese s/100 s/90` will grade the first person's Math to 100 and his Chinese to 90.
342
342
343
343
344
-
### Archiving data files `archive`
344
+
### Archiving data files:`archive`
345
345
346
346
You can archive the current address book to a specific file name.
347
347
@@ -361,7 +361,7 @@ When you execute the archive command, all entries in the current StoreClass will
361
361
If you choose an existing archive file as the file name when archiving, the old archive file will be overwritten.
362
362
</div>
363
363
364
-
### Load data files `load`
364
+
### Load data files:`load`
365
365
366
366
You can load data from an archived file into StoreClass.
0 commit comments