acdh-oeaw / dhcr-main

Digital Humanities Course Registry Application
https://dhcr.clarin-dariah.eu/
Apache License 2.0
3 stars 0 forks source link

Introduce generic email address notation and avoid direct mailto links #67

Closed patrickakk closed 1 year ago

patrickakk commented 1 year ago

Currently email addresses are presented in different formats on different parts in the application (mailto link, (at), /at/, plaintext).

In the meeting from today, we agreed on a new generic format for the whole project. This will also include the usage in GitHub comments. This will be:

user /at/ domain.com (please notice the spaces before and after /at/ )

Purpose of this issue:

  1. Document this specification
  2. Find all the occurrences of email addresses in the application and update to the new format

@PixlTracer @IvdL22 Please read the info above as documentation.

patrickakk commented 1 year ago

updated/checked at:

not affected:

todo:

patrickakk commented 1 year ago

@PixlTracer @IvdL22 What format do we want to use at the course detail page, for example here: https://test-dhcr.clarin-dariah.eu/courses/view/384 (look at the bottom)

PixlTracer commented 1 year ago

is it possible to split the meta data info into 2 parts and avoid a hyperlink / mailto? e.g.: Lecturer: Name, Surname contact: user /at/ domain.com

patrickakk commented 1 year ago

@PixlTracer Yes

@IvdL22 Do you agree with the format?

patrickakk commented 1 year ago

@IvdL22 @PixlTracer Can you review this?

Examples:

Btw: The email at both API pages will also be changed to the helpdesk address

IvdL22 commented 1 year ago

@patrickakk I agree, please proceed. No need to ask Anna.

patrickakk commented 1 year ago

Implemented in 2023-04.