fedora-copr / copr

RPM build system - upstream for https://copr.fedorainfracloud.org/
115 stars 58 forks source link

Custom markdown/HTML description for users and groups #3337

Open FrostyX opened 2 months ago

FrostyX commented 2 months ago

I like what GitHub allows users to do with their public profile pages.

See for example my profile - https://github.com/FrostyX Everything above "Pinned Projects" is a custom markdown/HTML provided by me.

Different users can use the feature differently. Some people put contact information there, some people use it as a sort of CV, I use it as a landing page with all my interesting projects, etc.

More about the feature - https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme

I think something like this (of course as a simple textarea stored in the database, not a git repository) may be useful for Copr too. In part to provide a big canon for issues like #2559 and #3087.

We already allow custom HTML for project descriptions, so this shouldn't be expensive to implement.

praiskup commented 2 months ago

We already allow custom HTML for project descriptions, so this shouldn't be expensive to implement.

👍