GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
Add the inline form component for dream role under ~/pages/Users/CareerPlanning/components. If the page stub exists, add it to the page as the second item in the second section.
Props
dreamRole - Query fragment prop
fragment UserDreamRole on User|DreamRole {
dreamAreaOfInterest
dreamRoleTitle
dreamRoleadditionalInformation
dreamWorkStream
dreamClassifcation
}
✅ Acceptance Criteria
[ ] Form component created
[ ] Connected to API (queries,/mutations)
[ ] If page exists, added in the correct location
🛑 Blockers
### Blocked By
- [ ] https://github.com/GCTC-NTGC/gc-digital-talent/issues/12001
✨ Feature
An inline form for editing a users dream role using the API defined in the backend data for career planning ticket.
🎨 Design
Design link, @JoshBeveridge
📸 Screenshot
🙋♀️ Proposed Implementation
Add the inline form component for dream role under
~/pages/Users/CareerPlanning/components
. If the page stub exists, add it to the page as the second item in the second section.Props
dreamRole
- Query fragment prop✅ Acceptance Criteria
queries
,/mutations
)🛑 Blockers