Browse Source

adding links

content-update
lee 3 years ago committed by Christopher Fremond
parent
commit
0950f6b522
  1. 2
      subjects/atm_management_system/README.md
  2. 6
      subjects/atm_management_system/audit/README.md

2
subjects/atm_management_system/README.md

@ -120,7 +120,7 @@ This project will help you learn about:
- [C](https://en.wikipedia.org/wiki/C_%28programming_language%29) language
- Language Fundamentals
- Data manipulation
- File [stdino](TODO:link)
- File manipulation
- Data structures
- Makefile
- Terminal UI

6
subjects/atm_management_system/audit/README.md

@ -66,17 +66,17 @@
###### And if so did it update the file `"records.txt"`?
##### Utilizing the use Alice try to select the option `"Remove existing account"` and remove the accounts `"834213"`, `"320421"` and `"3214"`.
##### Utilizing the user Alice try to select the option `"Remove existing account"` and remove the accounts `"834213"`, `"320421"` and `"3214"`.
###### Can you confirm that those account were deleted, both in the application and file `"records.txt"`?
##### Utilizing the use Alice select the option `"Remove existing account"` and try to remove and nonexisting account.
##### Utilizing the user Alice select the option `"Remove existing account"` and try to remove and nonexisting account.
###### Did the application prompt some king of error saying that the account does not exits?
##### Create another user named `"Michel"`. Then by using the user Alice select the option `"transfer owner"` and try to transfer ownership of the account `"3212"` to Michel.
###### Were you able to transfer the ownership of this account to Michel? And if so did it update both application and file named `"records.txt"`?
###### Were you able to transfer the ownership of this account to Michel? And if so did it update both application and file `"records.txt"`?
#### Bonus

Loading…
Cancel
Save