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 nomination models.
We need a new model:
We need several mutations:
@JoshBeveridge
https://www.figma.com/design/k9lJ77FgLFvpO9L9tVyzID/Talent-nomination-(Employees)?node-id=314-60920&node-type=frame&t=RdnKkm2vLT8XdA2B-0
type TalentEventNomination { id: UUID! created_at: Date submitted_at: Date submitter: User! @belongsTo submitter_relationship_to_nominator: Enum submitter_relationship_to_nominator_other: String nominator: User @belongsTo nominator_fallback_work_email: String nominator_fallback_name: String nominator_fallback_classification: Classification @belongsTo nominator_fallback_department: Department @belongsTo nominee: User @belongsTo nominee_relationship_to_nominator: Enum nominee_relationship_to_nominator_other: String nominate_for_advancement: Boolean nominate_for_lateral_movement: Boolean nominate_for_dev_programs: Boolean advancement_reference: User @belongsTo advancement_reference_fallback_work_email: String advancement_reference_fallback_name: String advancement_reference_fallback_classification: Classification @belongsTo advancement_reference_fallback_department: Department @belongsTo lateral_movement_options: Enum lateral_movement_options_other: String development_programs: [DevelopmentProgram!] @belongsToMany development_program_options_other: String nomination_rationale: String competencies: [Skill!] @belongsToMany nomination_comments: String talentEvent: TalentEvent! @belongsTo }
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:
No branches or pull requests
✨ Feature
Build the API for the talent event nomination models.
🕵️ Details
We need a new model:
We need several mutations:
🎨 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: