-
-
Notifications
You must be signed in to change notification settings - Fork 202
DevIndex: Optimize LinkedIn URL Storage #9172
Copy link
Copy link
Closed
Labels
Description
The DevIndex Updater currently stores the full LinkedIn URL (e.g., "https://www.linkedin.com/in/leecalcote/") in the li field. To reduce file size and optimize data storage, we should only store the LinkedIn username (e.g., "leecalcote").
Tasks:
- Update
fetchUserDatainapps/devindex/services/Updater.mjsto extract and store only the username from the LinkedIn URL. - Ensure the
IconLinkcolumn renderer inGridContainer.mjsreconstructs the full URL.
Reactions are currently unavailable