layout | title | permalink |
---|---|---|
home |
Linking everyone"s dat urls |
network-setup |
Home
Network Interfacing
Linking Everyone’s dat url to their profile.
Please update the sheet with the dat url you worked on the first week (add it to the dat home url column). You should view this url as your "index" or "home" url and continue developing it throughout the semester.
This is the url that you’ll use to post with throughout the semester, and it will be the url that people use to search for your posts as we build other interface variations.
The main use for this is the posts/
folder, as this is what others will be calling. if you want to expand/use multiple interfaces throughout the semester, feel free to make variations with different html
pages.
- update the dat home url column on the class spreadsheet with your most current dat url.
- once everyone has updated their sheet, copy the urls into your
profile.json
file"s"user"
key. - Find your
loadProfile()
function and update your javascript to load the user listusersProfiles(userCounter, userList, centralListContainer)
inside theloadProfile()
promise. - If you’re able to load your list of profiles, begin to try loading their posts with
userAndTheirPosts(userCounter, userList, watchingContainer)
.