Skip to content

Commit

Permalink
Modify subheading of valid data value tables
Browse files Browse the repository at this point in the history
  • Loading branch information
tsulim committed Apr 15, 2024
1 parent 613b2dc commit 225c708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ The application will not prompt the user if the format of the data file is incor

</div>

#### Valid Data Values in `persons`
#### Valid Data Values for `Person` in JSON file

All attributes' restrictions except **Favourite** can be found in the [Attribute Summary](#attribute-summary) table.

Expand All @@ -486,10 +486,10 @@ Faculty | `faculty` | Refer to the [Valid Faculty Values](#valid-faculty-values)
Venue | `venue` | `COM4-02-33`, `LT21`, `Kent Ridge Vale, Tulip Street, #12-34`
Tag | `tags` | `professor`, `Number1TA`
Availabilitity | `availabilities` | `TUESDAY 12:00 13:00`, `WEDNESDAY 12:00 13:00`
Meeting | `meetings` | Refer to the [Valid Data Values in meetings](#valid-data-values-in-meetings) table.
Meeting | `meetings` | Refer to the [Valid Data Values in meetings](#valid-data-values-for-meetings-for-each-person-in-json-file) table.
Favourite | `favourite` | `Favourite` or `Not favourite`

#### Valid Data Values in `meetings`
#### Valid Data Values for `Meetings` (for each `Person`) in JSON file

Attribute | Meeting Data Fields | Valid Values
----------|--------|-------------
Expand Down

0 comments on commit 225c708

Please sign in to comment.