-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keystatic implementation for Jobs/Freelancers #142
Conversation
gxjansen
commented
Nov 4, 2024
- Implemented Keystatic
- Moved Freelancers data from single .json to individual .yaml files
- linked the jobs overview page and jobs detail page with the new data structure
Co-authored-by: Guido X Jansen <[email protected]>
Co-authored-by: Guido X Jansen <[email protected]>
Co-authored-by: Guido X Jansen <[email protected]>
❌ Deploy Preview for spryker-community failed. Why did it fail? →
|
First note: After switching laptops, didn't notice that my commits were no longer verified. Sorry for that, is fixed now. Second note: I have no idea why commit dbbb2a6 suddenly caused the issues with CommunityTools that it did. AFAIK no CommunityTools files were affected by that commit, yet here we are. |
Why KeystaticFreelancer and Freelancer? Should be just one. What is the id? Keystatic ID or Freelancer ID? Just add the id directly as variable to freelancer. In types.ts, keep the original order. Either use For filenames: no spaces, and lowercase. Check if we can config/limit the branches. |
By default, Keystatic creates the filename based on a single field. First and Last name are split into 2 fields, so it required some additional logic to create a filename based on 2 fields. |