allure2 icon indicating copy to clipboard operation
allure2 copied to clipboard

Make Owner addressable via RFC 2822 standard

Open noomorph opened this issue 1 year ago • 4 comments

Context

I find it inconvenient to have owner just as a non-actionable label – especially in environments where a person has different names in real life, email, Github and Slack/Discord.

image

Therefore, I'd like to suggest improving the rendering and making it follow Internet Message Format, e.g.:

John Doe <[email protected]>
John Doe <https://github.com/john.doe>

and also be able to consume plain e-mail and URL addresses:

[email protected]
https://github.com/john.doe

In the case when the owner is not a valid URL or e-mail, the rendering stays the same, e.g.:

johndoe

Checklist

noomorph avatar Mar 11 '24 11:03 noomorph

@baev, I had time this morning to work on your suggested changes, and I hope the PR looks good enough now.

I verified my change manually end-to-end on localhost:

image

noomorph avatar Mar 27 '24 08:03 noomorph

@baev hi, just making sure you're aware that I have fixed the code according to your review.

noomorph avatar Apr 02 '24 12:04 noomorph

thx, I'm aware. Review is WIP, will try to finish it this week

baev avatar Apr 02 '24 12:04 baev