| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- Add 'workday' to Prisma TP_ID enum - Add Workday OAuth2 auth handler following Lever pattern - Add Workday config variables (client_id, client_secret, token_url, api_base_url) - Add Workday cases to all ATS service files (candidate, job, department, offer, proxy) - Add Workday field mappings for all ATS object types - Add Workday to disunify/preprocess transforms - Wire up auth router to dispatch to Workday handler Closes revertinc#372
|
Thank you for following the naming conventions for pull request titles! 🙏 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Adds Workday as a new ATS integration, following the existing patterns established by Greenhouse and Lever integrations.
/claim #372
Changes
Schema & Config
Authentication
ATS Service Endpoints
Added Workday cases to all ATS service files:
Data Transforms
Design Decisions
Test Plan