-
Notifications
You must be signed in to change notification settings - Fork 39
Added zero fail logistics to showcase #57
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
base: main
Are you sure you want to change the base?
Conversation
|
@aleksanteril is attempting to deploy a commit to the ElevenLabs Team on Vercel. A member of the Team first needs to authorize it. |
| image: /images/your-project.png # Upload image to /public/images/ | ||
| demoUrl: https://junction25-omega.vercel.app/ # Optional: Live demo | ||
| repoUrl: https://github.com/you/project # Optional: Repository | ||
| videoUrl: https://youtu.be/UTEYTdzAAkE?si=0XWM5oYnWaK4LbCd # Optional: Demo video | ||
| xUrl: https://x.com/you/status/... # Optional: X/Twitter post |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| image: /images/your-project.png # Upload image to /public/images/ | |
| demoUrl: https://junction25-omega.vercel.app/ # Optional: Live demo | |
| repoUrl: https://github.com/you/project # Optional: Repository | |
| videoUrl: https://youtu.be/UTEYTdzAAkE?si=0XWM5oYnWaK4LbCd # Optional: Demo video | |
| xUrl: https://x.com/you/status/... # Optional: X/Twitter post |
The project file contains placeholder values in its frontmatter (your-project, you/project) that were not replaced with actual values.
View Details
Analysis
Placeholder values in zero-fail-logistics.mdx prevented proper project display
What fails: The project file projects/zero-fail-logistics.mdx contains placeholder values in three metadata fields (image, repoUrl, xUrl) that were not replaced during project submission, preventing proper rendering of project showcase.
How to reproduce:
- Check the original file:
projects/zero-fail-logistics.mdx(before fix) contains lines:- Line 10:
image: /images/your-project.png - Line 12:
repoUrl: https://github.com/you/project - Line 13:
xUrl: https://x.com/you/status/...
- Line 10:
- Verify the image file does not exist:
ls projects/images/your-project.pngreturns "File does not exist" - Compare against all other 24 project files in the repository - none have placeholder values in these fields
Result: Broken image reference and invalid GitHub URL would be rendered in the project showcase
Expected: All projects should have placeholder values replaced with actual values or removed if unavailable. Comparison with 24 other project files shows they all have real image paths and repository URLs (or optional fields omitted entirely).
Fix applied: Removed the three placeholder metadata fields (image, repoUrl, xUrl) from the frontmatter since the actual values were never provided by the project author. The project retains all actual/real data: title, description, author, categories, date, demoUrl, and videoUrl.
| avatar: "https://github.com/yourusername.png" # or any avatar URL | ||
| url: "https://yourwebsite.com" # Optional: your website | ||
| bio: "Open to learn, but mostly embedded ..." | ||
| location: "Espoo, Finland" | ||
| isElevenLabs: false # Set to true if you work at ElevenLabs | ||
| socials: | ||
| - label: X | ||
| url: "https://x.com/yourusername" | ||
| - label: GitHub | ||
| url: "https://github.com/aleksanteril" | ||
| - label: LinkedIn | ||
| url: "https://linkedin.com/in/yourusername" # Optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| avatar: "https://github.com/yourusername.png" # or any avatar URL | |
| url: "https://yourwebsite.com" # Optional: your website | |
| bio: "Open to learn, but mostly embedded ..." | |
| location: "Espoo, Finland" | |
| isElevenLabs: false # Set to true if you work at ElevenLabs | |
| socials: | |
| - label: X | |
| url: "https://x.com/yourusername" | |
| - label: GitHub | |
| url: "https://github.com/aleksanteril" | |
| - label: LinkedIn | |
| url: "https://linkedin.com/in/yourusername" # Optional | |
| url: "" # Optional: your website | |
| bio: "Open to learn, but mostly embedded ..." | |
| location: "Espoo, Finland" | |
| isElevenLabs: false # Set to true if you work at ElevenLabs | |
| socials: | |
| - label: GitHub | |
| url: "https://github.com/aleksanteril" |
The author file contains placeholder values (yourusername, yourwebsite) instead of actual profile information. These should be replaced with real values or empty strings for optional fields.
View Details
Analysis
Placeholder values in author profile cause broken links and images
What fails: The aleksanteri-laitinen.yml author file contains placeholder URLs that are displayed throughout the application:
- Avatar renders as broken image (404 on
https://github.com/yourusername.png) - Website button links to placeholder domain
https://yourwebsite.com - X/Twitter link points to non-existent
https://x.com/yourusername - LinkedIn link points to placeholder
https://linkedin.com/in/yourusername
These placeholders are rendered in the AuthorCard component and member profile pages, creating non-functional UI elements.
How to reproduce:
- Navigate to
/members/aleksanteri-laitinenin the application - Observe avatar displays fallback (not the GitHub avatar)
- Click the "Website" button → navigates to placeholder domain
- Click the X/Twitter button → navigates to non-existent account
- Click the LinkedIn button → navigates to placeholder profile
Result: Broken links, broken images, and broken social media connections. The member card displays all placeholder URLs as actual navigation targets.
Expected: Following the pattern established in other author files like alan-rotta.yml, optional fields should either:
- Use empty strings (
url: "") when no value is available - Be removed entirely
- Contain real, valid values
The fix removes all placeholder values and keeps only the real GitHub URL that was already correctly populated.
References:
- CONTRIBUTING.md template shows placeholders should be replaced before submission
- All other author files (31 total) use either real values or empty strings - none contain placeholder text
- Application code in AuthorCard and member pages renders these URLs directly as navigation targets
In essence, we have a prediction model for a wholesales warehouse stock designed to trigger an ElevenLabs Call Agent AI.
We have 2 agents, one is on the website as a chatbot agent, designed to help substitutions with the customer via chat for risky items that could run out before the expected deliver.
The second agent is a Call Agent AI that would contact the customers in urgent situations, to arrange last minute substitutions to avoid delivery failures.
[https://www.youtube.com/watch?v=UTEYTdzAAkE]