update note for README

This commit is contained in:
Arjun Patel
2018-06-25 22:05:38 -07:00
parent f9e0a923ee
commit be49638f39
+1 -1
View File
@@ -25,4 +25,4 @@ DEPOSIT/WITHDRAW:
BONUS: The nice DB structure allows accessing permissions and modulating the helpers for checking account balance and also checking if a certain deposit/withdraw is within the user's limits.
Should call these functions in practically every relevant HTTP request made.
**Note: The permissions table in the diagram I sent by email does not and should include the columns for lower and upper limits for the account, but my local database does.
**Note: The permissions table in the diagram I sent by email does not and should include the columns for lower and upper limits for the account, but my local database does. Also, now that I think about it, the map_id of the permissions table should link to the accounts table, in case a user's individual accounts have their own distint permissions. I am unsure if banks really account for this.