I am trying to figure out what’s going wrong with my module assessment for Answers:
I am getting two errors:
1 - “Add Jobs vertical page to the main config” - This error is confusing. Can someone tell me what does it mean?
2 - “Add custom job card to the Jobs experience”
regarding “Add custom job card to the Jobs experience” error, I can see that in the page preview that the joboverride card is working well. Here’s the card component.js:
For the “Add Jobs vertical page to the main config” this refers to adding the jobs page to the main experience – I’ll update that rule description to be more clear (great feedback!). Make sure that you:
Name the page “jobs”
Add the verticalKey “jobs”
Update the pageTitle to “Job Search”
Set the cardType to “job-standard”
Update the icon to “briefcase”
Keep in mind things are case sensitive. You can also check out the “Common Issues” section of the challenge for hints on these.
For the jobs custom card, try adding spaces around the + so it’s: subtitle: profile.c_jobDepartment + ' | ' + profile.employementType, Unfortunately, the graders for this part of the system have to be quite literal but we’ll see if we can account for spacing as you provided.
Ah, so in the main experience (the one that also includes restaurants, events, and community stories), the card should be job-standard.
In the jobs only experience, the card should be job-override.
I realized I had a typo in my last message for the employmentType field (had an extra e) – I want to make sure that’s not the issue: subtitle: profile.c_jobDepartment + ’ | ’ + profile.employmentType,
Everything you’re doing is right! I have a bug on my end . I’m going to remove that rule temporarily so you can proceed, should be good to go in about 5 minutes. SO SORRY!
It’s super weird because the errors make it seem like my Main Answers experience is correct, while the Jobs Experience is incorrect - but it seems like the opposite is true:
Upon a QA of my Main Answers Experience, the Jobs vertical appears but a search of “Jobs” from Universal only returns FAQ’s about jobs and no jobs entities. That would mean to me that the Searchable fields for Jobs vertical in the main experience is messed up, but it’s not:
HH says I’m a new user and can only post one pic so I will post the pic in a separate post
Also, it says my Jobs experience is wrong, but is actually correct (custom jobs card working as seen by subtitle and searchable fields working as seen by a “Marketing jobs query”:
HH says I’m a new user and can only post one pic so I will post the pic in a separate post