We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build the API for the "talent event" and "development program" models.
We need two new models:
We need several mutations:
Events can be archived so they are no longer visible to public, but visible to community admins in admin pages
@JoshBeveridge
https://www.figma.com/design/k9lJ77FgLFvpO9L9tVyzID/Talent-nomination-(Employees)?node-id=314-60920&node-type=frame&t=RdnKkm2vLT8XdA2B-0
type TalentEvent { id: UUID! name: LocalizedString description: LocalizedString open_date: Date close_date: Date community: Community! @belongsTo learn_more_url: LocalizedString classifications: [Classifications!] @belongsToMany image_url: String include_leadership_competencies: Boolean developmentPrograms: [DevelopmentProgram!] @belongsToMany calculated_status: TalentEventStatus (Open, Closed) } type DevelopmentProgram { id: UUID! name: LocalizedString description: LocalizedString community: Community! @belongsTo classifications: [Classifications!] @belongsToMany }
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
This comment was automatically written by the Blocking Issues bot, and this PR will be monitored for further progress.
Sorry, something went wrong.
No branches or pull requests
✨ Feature
Build the API for the "talent event" and "development program" models.
🕵️ Details
We need two new models:
We need several mutations:
Events can be archived so they are no longer visible to public, but visible to community admins in admin pages
🎨 Design
@JoshBeveridge
https://www.figma.com/design/k9lJ77FgLFvpO9L9tVyzID/Talent-nomination-(Employees)?node-id=314-60920&node-type=frame&t=RdnKkm2vLT8XdA2B-0
📸 Screenshot
🙋♀️ Proposed Implementation
🌎 Localization
✅ Acceptance Criteria
🛑 Blockers
Blocked By
The text was updated successfully, but these errors were encountered: