You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For level 500, you must switch back to your original codebase.
You must have merged someone else's level 400 implementation.
Once again, compare their implementation to yours. Think:
How is it different?
What do you prefer about your implementation?
What do you prefer about their implementation?
What did you learn that you didn't know before?
Have a discussion about your answers to these questions. In class, together give a 3 minute talk about your conclusions. Do this in small groups so you don't spend hours doing this.
Refactoring
Feel free to change anything in your codebase which you think will make it easier to work with, or to build new features.
Have your partner review any changes you have, and make sure they understand them.
Adding new functionality
Level 500 is about adding a front-page which lets users select (and find) shows from your shows list.
Requirements
When your app starts, present a listing of all shows ("shows listing")
For each show, you must display at least name, image, summary, genres, status, rating, and runtime.
When a show name is clicked, your app should:
Fetch and present episodes from that show (enabling episode search and selection as before)
Hide the "shows listing" view
Add a navigation link to enable the user to return to the "shows listing"
When this is clicked, the episodes listing should be hidden
Provide a free-text show search through show names, genres, and summary texts
Ensure that your episode search and episode selector controls still work correctly when you switch from shows listing to episodes listing and back
During one user's visit to your website, you should never fetch any URL more than once.
Screenshot of minimal version
Note: Provided your project meets the above requirements, it can look however you want.
Here is one example layout.
The text was updated successfully, but these errors were encountered:
Level 500
For level 500, you must switch back to your original codebase.
You must have merged someone else's level 400 implementation.
Once again, compare their implementation to yours. Think:
Have a discussion about your answers to these questions. In class, together give a 3 minute talk about your conclusions. Do this in small groups so you don't spend hours doing this.
Refactoring
Feel free to change anything in your codebase which you think will make it easier to work with, or to build new features.
Have your partner review any changes you have, and make sure they understand them.
Adding new functionality
Level 500 is about adding a front-page which lets users select (and find) shows from your shows list.
Requirements
Screenshot of minimal version
Note: Provided your project meets the above requirements, it can look however you want.
Here is one example layout.
The text was updated successfully, but these errors were encountered: