Skip to content

Commit 4adbe05

Browse files
committed
update
1 parent 0e4e333 commit 4adbe05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Week8/MAKEME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Make this
88
- Resolve your Github issues (DO NOT CLOSE AN ISSUE WITHOUT AN EXPLANATION OF BY REFERENCING IT FROM A COMMIT)
99
- Make sure you have implemented map, filter, reduce. If you lack inspiration, ask on Slack.
1010
- Implement promises in your XHR
11-
- Add polling to your SPA and make sure new info is loaded every 60 seconds. It's probably not a good idea to do a lot of requests everytime so maybe just check if a user has new repos.
12-
- Add a local data structure inw hich you ONLY store the info your app needs. So all the properties of your object should be used somewhere in your app. Don't reference the response of the XHR anymore, just reference your own data structure.
11+
- Add polling to your SPA and make sure new info is loaded every 60 seconds. It's probably not a good idea to do a lot of requests every time so maybe just check if a user has new repos.
12+
- Add a local data structure in which you ONLY store the info your app needs. So all the properties of your object should be used somewhere in your app. Don't reference the response of the XHR anymore, just reference your own data structure.
1313
- Make sure you only have one request function that accepts a url parameter and a callback function
1414
- Implement a loader icon like in [my codepen](https://codepen.io/Razpudding/pen/BRGqJw) for each xhr response the user has to wait for.
1515
- Add correct HTML/CSS

0 commit comments

Comments
 (0)