From cb646886fc51a0ae72f6ea2c257abc598d2d2ad6 Mon Sep 17 00:00:00 2001 From: lee Date: Fri, 7 Jan 2022 10:27:34 +0000 Subject: [PATCH] adding relational database to bonus question and subject --- subjects/atm-management-system/README.md | 3 +++ subjects/atm-management-system/audit/README.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/subjects/atm-management-system/README.md b/subjects/atm-management-system/README.md index e353e2fd..7223864b 100644 --- a/subjects/atm-management-system/README.md +++ b/subjects/atm-management-system/README.md @@ -114,6 +114,9 @@ You can also do more bonus features or update the terminal interface: - Encryption of passwords - Adding your own Makefile +A relational database can also be added as a bonus. You can use the database at your choice, but we recommend you do use SQLite +To know more about SQLite you can check the [SQLite page](https://www.sqlite.org/index.html). + ### Example You can find an example of the final application [here](https://www.youtube.com/watch?v=xVtikDcGG2E). Do not forget that you are free to diff --git a/subjects/atm-management-system/audit/README.md b/subjects/atm-management-system/audit/README.md index f071f640..3d005b67 100644 --- a/subjects/atm-management-system/audit/README.md +++ b/subjects/atm-management-system/audit/README.md @@ -88,6 +88,8 @@ ###### +Is the password saved in the file `"users.txt"` encrypted? +###### +Did the student create a relational database? • 6 + ###### +Did the student make their own Makefile? ###### +Did the student add more features to the project?