Skip to content

Commit

Permalink
Merge pull request #244 from tkhahns/master
Browse files Browse the repository at this point in the history
Slight modification of UG, DG, and upload team members' photos
  • Loading branch information
tkhahns authored Nov 12, 2024
2 parents 85a1b47 + 4c60fbe commit a7baa3e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
11 changes: 6 additions & 5 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@

Display | Name | Github Profile | Portfolio
--------|:-----:|:------------------------------------:|:---------:
![](//docs/team/Khanh.jpg) | Khanh | [Github](https://github.com/tkhahns) | [Portfolio](./team/tkhahns.md)
![](./team/Khanh.jpg) | Khanh | [Github](https://github.com/tkhahns) | [Portfolio](./team/tkhahns.md)

Display | Name | Github Profile | Portfolio
--------|:--------:|:--------------------------------------:|:---------:
![](//docs/team/Rex.png) | Rex Koh | [Github](https://github.com/rexkoh425) | [Portfolio](./team/rexkoh425.md)
![](./team/Rex.png) | Rex Koh | [Github](https://github.com/rexkoh425) | [Portfolio](./team/rexkoh425.md)

Display | Name | Github Profile | Portfolio
--------|:----:|:--------------:|:---------:
![](//docs/team/Ryan.jpg) | Ryan Fong | [Github](https://github.com/CT9ARyan) | [Portfolio](./team/ct9aryan.md)

![](./team/Ryan.jpeg) | Ryan Fong | [Github](https://github.com/CT9ARyan) | [Portfolio](./team/ct9aryan.md)

Display | Name | Github Profile | Portfolio
--------|:-------:|:--------------------------------------:|:---------:
![](//docs/team/Aaron.jpg) | Liu Hao | [Github](https://github.com/AaronZZ10) | [Portfolio](./team/aaronzz10.md)
![](./team/Aaron.jpg) | Liu Hao | [Github](https://github.com/AaronZZ10) | [Portfolio](./team/aaronzz10.md)

Display | Name | Github Profile | Portfolio
--------|:-----------:|:--------------------------------------:|:---------:
![](//docs/team/) | Kenneth Tan | [Github](https://github.com/SemiColonKen) | [Portfolio](./team/SemiColonKen.md)
![](./team/Kenneth.jpg) | Kenneth Tan | [Github](https://github.com/SemiColonKen) | [Portfolio](./team/SemiColonKen.md)
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ transactionData.txt should be created in the data folder as well if it does not

`Test case 3` :

`details` : Adding a user using `add-user /u john /a 16 /c 87777777` <br>
`details` : Adding a user using `add-user /u bill /a 16 /c 87777777` <br>
`check` : The command should return an error message saying that the age is illegal to drive which is true
for most countries at age of 16. Our legal age is 18 thus changing the age to 18 and above but maximally 100 years old
will work now.
4 changes: 3 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ The status will be updated automatically when a transaction record is:
Adds a new rental transaction to the system.

To add transaction bearing either an existing license plate number and/or customer name, all previous transactions containing either both or one of the parameter must be either marked as completed or be removed from the transaction list.
It means that when a customer and a car are in a transaction, either that customer or that car cannot involve in other transactions, including transactions with different time periods (start date - end date), unless that transaction is marked as completed or be removed from the transaction list.

**Format:** `add-tx /c [LICENSE_PLATE_NUMBER] /u [CUSTOMER_NAME] /d [DURATION] /s [START_DATE: dd-MM-yyyy]`

Expand Down Expand Up @@ -496,7 +497,8 @@ The transactions are displayed in the same format as list-txs.
**Format:** `find-txs-by-customer /u [CUSTOMER_NAME]`

- `/u` identifier specifies the Customer Name.
- `CUSTOMER_NAME` must match an existing customer in the customer list. This is not case-sensitive, 'john' and 'John' is the same.

- `CUSTOMER_NAME` must partially match an existing customer in the customer list. This is not case-sensitive, 'john' and 'John' is the same, and 'john' input can search for the user 'John Doe', which contains 'John'.

**Example:**
`find-txs-by-customer /u John`
Expand Down
Binary file added docs/team/Aaron.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/team/Kenneth.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/team/Rex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/team/Ryan.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7baa3e

Please sign in to comment.