Story 1.4.2.14. CRM. Profile view mode. Tab Personal. External links

Content

General info

The "Personal" tab in the CRM system for candidate profiles provides users with an overview of the candidate’s professional experience, including their skills, languages, education, and external links. The "External Links" section is designed to give users access to external websites that may showcase the candidate’s portfolio, previous projects, or other relevant references. These links are critical for a holistic view of the candidate’s qualifications and allow for better decision-making during the recruitment process.

The functionality allows users to view, copy, and manage (add, remove, or modify) these external links. The platform recognizes popular domains (e.g., LinkedIn, GitHub, Behance) and displays icons accordingly. The feature ensures smooth navigation and accessibility to external references, while also validating URL formats for accuracy and usability.

User story

As a CRM user,
I want to manage and view external links in the candidate’s “Personal” tab under the "External Links" section,
So that I can access important external references related to the candidate’s experience, portfolio, or other relevant data.

Visual design:

https://www.figma.com/design/I5CXH7H3ICD0vfA1kPbcVf/ROCKEN-jobs-%2F-talent?node-id=24257-135635&t=3LI46gwaVlcrF1oh-4

Acceptance criteria

01

Scenario: View external links
Given the user is on a candidate’s profile in the "Personal" tab
When the page loads
Then the system displays a list of external links with each URL and its associated platform icon (e.g., LinkedIn, Behance).

image-20241023-134248.png

02

Scenario: Open external link
Given the user is viewing the "External Links" section
When the user clicks on an external link
Then the system opens the external link in a new browser tab.

03

Scenario: Copy external link
Given the user is viewing the "External Links" section
When the user clicks the copy icon next to an external link
Then the system copies the link to the clipboard and displays a "Link copied" message.

04

Scenario: Display platform icons
Given the user has added external links from specific platforms (e.g., LinkedIn, GitHub, Behance)
When the links are displayed
Then the system automatically shows the platform’s icon next to the link, based on the domain of the URL.

Comments

Leave a Reply