-
Notifications
You must be signed in to change notification settings - Fork 473
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
Add-yc-batch-dropdown #10409
Add-yc-batch-dropdown #10409
Conversation
Why: - Currently no standardized way to collect YC batch information - Need consistent batch formatting for accurate reporting - Makes it easier for users to select their batch How: - Added dropdown menu with standardized batch options - Organized batches chronologically from newest to oldest - Used consistent format (Season YYYY (XNN))
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hi @minekansu! You mentioned I should tag you if I go about trying to make this change. |
once the field type and options are finalized we need to 2 more things to collect the data correctly:
|
- Change from string to enumeration (hopefully did that right) - Made sure next TWO batches are visible - Added an "Earlier batches" option
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.
@zlwaterfield Zach, hey -- I'm not sure if I'm going about this the right way. Working on incorporating your suggestion about switching to enumeration from string, and including upcoming batches, but I'm unsure if my use of github here has been correct.
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.
Purpose
What's getting changed