Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aurea-Barb, Edges, video-store-consumer #5

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,16 @@ Please include the following things in your demo:
- I can look at the customers and see a customer
- Describe the process of this project:
- What were some of the challenges and victories of this project?
- We had an issue adding a video to the library, the image would not show up. This took a while to debug because initially we didn't realize the issue was in the API, not the react portion.
- What is an interesting front-end thing that your team accomplished?
- Streamlining messages so that regardless of which component the message is generated at, it will feed back into the message state in `App.js` and be displayed there.
- What is an interesting back-end thing that your team accomplished?
- Fixing the `image_url` and `poster_path` issue between existing and new movies.
- Reflect on this project in the context of your time at Ada:
- How was this project different from the first Video Store API project you worked on?
- Building our own API then consuming it. Updating our API with a 'movie'/data from the external API.
- What is something you observed in this project that you want to take forward with you in order to succeed in your capstone project?
- Read documentation

There is no expectation for a slideshow.

Expand Down
Loading