Problem Statement
Users often use their GitHub bio for generic info, but want a specific 'Headline' for OSSfolio to stand out to recruiters.
Proposed Solution
Add a headline text column to the profiles table. Allow editing this via the /settings page. If set, this overrides the GitHub bio on their public profile.
Alternatives Considered
None. Straightforward CRUD operation.
Additional Context
Limit the headline to 160 characters. Provide a live preview in the settings UI.
Problem Statement
Users often use their GitHub bio for generic info, but want a specific 'Headline' for OSSfolio to stand out to recruiters.
Proposed Solution
Add a
headlinetext column to theprofilestable. Allow editing this via the/settingspage. If set, this overrides the GitHub bio on their public profile.Alternatives Considered
None. Straightforward CRUD operation.
Additional Context
Limit the headline to 160 characters. Provide a live preview in the settings UI.