Closed smattingly closed 3 years ago
03/25: I have completed the first three checkboxes and am currently reviewing the demos from above.
3/29: Can we work on the API section tomorrow around 10:45 if possible ?
@BroadusA I am nearly finished with my server side part. In the code I provided above, I have made an edit that changes two lines. Both lines are marked with a comment: // modified
. Please change your code to match the edits to those two lines (but don't include the marker comments).
@BroadusA Once again, I have modified the code given above, changing the URL and the fetch call in lines 6 and 7. Please match those changes in your code.
Then, you will need to pull my changes from GitHub. You can try doing that by clicking the "sync" arrows circle in the GitPod tool bar. Depending on what files you have changed, there may or may not be some cleanup we have to do to combine our changes. Let me know if you are able to pull my changes and launch the app in GitPod, then we'll debug from there.
4/9: Professor Mattingly and I have been working on some troubleshooting while trying to sync our codes together.
Good work, @BroadusA. @dewv/managers will take it from here.
I found a good example of what we are trying to do. Here is the demo, and here is the tutorial.
/views/pages/visits/index.html
, remove everything between the<tbody>
and</tbody>
tags. This logic will be replaced with similar code elsewhere on the server.[x] At the top of that same file, put the following code, modified from the example I found. (We will probably put this in its own .js file later.) I'm sure that there will be some errors to fix, and there are some pieces missing.
})();