CentreForDigitalHumanities / CentreForDigitalHumanities/Textcavator
Handle redirect from old domain
Open
frontend
- Dominant language
- Python
- Stars
- 12
- Forks
- 3
- Avg merge
- 3d 3m
- Merged PRs (30d)
- 9
Description
Our main server shows a banner to notify users of the [name change](#1958) but it's been a while. The message should only be shown when the URL indicates the user was redirected from the old domain.
The redirected URL will probably add `/redirect/` at the start of the path, e.g. `textcavator.hum.uu.nl/redirect/search/troonredes`. For these URLs, the frontend should use a guard to:
- redirect to the target page (e.g. to `/search/troonredes`)
- trigger the name change alert
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.