Skip to content

Commit 6e70dd2

Browse files
authored
Update README.md
1 parent 541ef80 commit 6e70dd2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ Installation
109109

110110

111111
### Stretch Goals
112-
- [ ] Not allow items to be bought when not enough gold
113-
- [ ] Call back end when item is bought with user gold
114-
- [ ] Function called checkEnoughGold(item name, username)
115-
- [ ] Check DB with checkEnoughGold to deterine if user can buy item (return True/False)
116-
- [ ] If true, buy item
117-
- [ ] If false, response.end(Can't buy item)
112+
- [x] Not allow items to be bought when not enough gold
113+
- [x] Call back end when item is bought with user gold
114+
- [x] Function called checkEnoughGold(item name, username)
115+
- [x] Check DB with checkEnoughGold to deterine if user can buy item (return True/False)
116+
- [x] If true, buy item
117+
- [x] If false, response.end(Can't buy item)
118118
- [ ] Promise > checkEnoughGold (Error > Break) > Buy Item
119119
- [ ] Different permissions (user, admin that can POST new items)
120-
- [ ] Leaderboard
120+
- [x] Leaderboard
121121
- [ ] Generate secure secret key
122122

123123

0 commit comments

Comments
 (0)