Skip to content

achievements: add cv attachment (fixes #9782)#9789

Open
Mutugiii wants to merge 13 commits intomasterfrom
9782-add-cv-attachment-to-myachievements
Open

achievements: add cv attachment (fixes #9782)#9789
Mutugiii wants to merge 13 commits intomasterfrom
9782-add-cv-attachment-to-myachievements

Conversation

@Mutugiii
Copy link
Copy Markdown
Member

Fixes #9782

image image

Add CV/Resume attachments to myAchievements.

@Mutugiii Mutugiii linked an issue Mar 26, 2026 that may be closed by this pull request
@Mutugiii Mutugiii requested a review from Copilot March 26, 2026 16:45
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 100a7db52a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds support for attaching and viewing a CV/Resume PDF on the “My Achievements” feature, addressing #9782 by surfacing a “View CV/Resumé” action and providing upload/remove controls in the achievements update flow.

Changes:

  • Add a “View CV/Resumé” button on the achievements page when a resume attachment exists.
  • Add resume upload UI + client-side PDF validation and submission logic to store the attachment.
  • Extend the shared planet-file-input component with an accept input and updated layout styling.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/app/users/users-achievements/users-achievements.scss Adjust toolbar/button layout styles for responsiveness.
src/app/users/users-achievements/users-achievements.component.ts Add computed resumeUrl for linking to a CouchDB attachment.
src/app/users/users-achievements/users-achievements.component.html Add “View CV/Resumé” toolbar action when a resume is present.
src/app/users/users-achievements/users-achievements-update.scss Add layout styling for existing/new file controls.
src/app/users/users-achievements/users-achievements-update.component.ts Add resume selection/validation, unsaved-change tracking, and attachment posting behavior.
src/app/users/users-achievements/users-achievements-update.component.html Add resume upload/removal controls to the update screen.
src/app/shared/forms/file-input.component.ts Add accept input and adjust component template/styles.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated 6 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add CV attachment to myAchievements

3 participants