File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,15 @@ Installation
109
109
110
110
111
111
### 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)
118
118
- [ ] Promise > checkEnoughGold (Error > Break) > Buy Item
119
119
- [ ] Different permissions (user, admin that can POST new items)
120
- - [ ] Leaderboard
120
+ - [x ] Leaderboard
121
121
- [ ] Generate secure secret key
122
122
123
123
You can’t perform that action at this time.
0 commit comments