This is not a complete solution for challenges, but will guide you when you are stuck! Read the superbadge page completely. Most of the challenges are interlinked and the text is not in the same order of the challenge.
For other challenges, visit the Guide to Challenges.
Challenge 15: Build the Friend Ships Lightning Page with all the components
You need to create Lightning App Page and a Lightning App as per the requirement mentioned in the superbadge page.
- Create a Lightning app page named
Friend Ships
that uses the Main Region and Right Sidebar layout. - Put these components and activate the page:
boatSearch
in the main region.boatDetailTabs
in the Right Sidebar Layout.boatMap
in the Right Sidebar Layout.
- Create a new Lightning app named
Friend Ships
(API name:Friend_Ships
) - Add the Friend Ships page to the app as a Navigation Item.
- Grant access to the System Administrator and Standard User profiles.
Challenge 16: Build the Boat Record Page with the location of the boat and Similar Boats
Edit the Boat Record Page. Add the similarBoats
LWC component to the right side. Remember, it should be added thrice for each property you wanted to compare by – Type, Price, Length. Otherwise you will end up with this error: We can’t find the correct components in the Boat record page. Confirm that the page was created according to the requirements and that an instance of the component similarBoats is placed in the right place, filtering boats by Type.
Next two Quizzes ☺