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
Related to #18. Once we have Job Listings associated with an organization, we should display these listings on the org's page. There exists JobCard.js which is already made for you. The idea now is to modify [id].js to render these job listings for startups IFF they're hiring, and have jobs to load.
Steps to Solve
Modify org/[id].js to display JobCards for each job listing that exists.
Verify that, for organizations with job and that are hiring, JobCards are rendered to the frontend.
Definition of Done
This issue will be marked as Closed when a PR is approved that accomplishes the following:
For organizations with job and that are hiring, JobCards are rendered to the frontend.
People can click the link to apply to job listings, which will open the application in a new tab.
The text was updated successfully, but these errors were encountered:
Description
Related to #18. Once we have Job Listings associated with an organization, we should display these listings on the org's page. There exists
JobCard.js
which is already made for you. The idea now is to modify[id].js
to render these job listings for startups IFF they're hiring, and have jobs to load.Steps to Solve
org/[id].js
to displayJobCard
s for each job listing that exists.JobCard
s are rendered to the frontend.Definition of Done
This issue will be marked as
Closed
when a PR is approved that accomplishes the following:JobCard
s are rendered to the frontend.The text was updated successfully, but these errors were encountered: