#13: Dynamically populate header careers dropdown #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "13-filter-careers-by-status"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactor the header's "Careers" dropdown to fetch and display career data dynamically.
This change:
getCareers
utility to retrieve career information from Directus.getCareers
to filter careers bystatus
, showing only 'published' careers in production and non-'archived' careers in development.