Skip to content

Conversation

@hentrymartin
Copy link
Collaborator

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-3319

What's in this PR?

  • Added download button in profile page
  • On click, it will download respective pdf of the particular profile page
  • Its shown for self profiles and for others profile(if the logged in user is an Admin/PM/TM).


export const MAX_PRINCIPAL_SKILLS_COUNT = 10

export const ADMIN_ROLES = [UserRole.administrator]

Choose a reason for hiding this comment

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

[❗❗ correctness]
The ADMIN_ROLES array now only includes UserRole.administrator. Ensure that this change aligns with the intended functionality, as it removes the admin role from the list. If both roles are still needed, consider updating the UserRole import to include the admin role as well.

@hentrymartin hentrymartin merged commit 9b889f1 into dev Jan 15, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants