Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

References to TAN Hotline in footer #3331

Closed
MikeMcC399 opened this issue Jan 18, 2023 · 7 comments
Closed

References to TAN Hotline in footer #3331

MikeMcC399 opened this issue Jan 18, 2023 · 7 comments

Comments

@MikeMcC399
Copy link
Contributor

MikeMcC399 commented Jan 18, 2023

Where to find the issue

Footer of all pages on https://www.coronawarn.app "Hotline TAN"

Describe the issue

References to the TAN Hotline in the footer do not say that the hotline will be discontinued.

Suggestion

Add an extra line to the footer in the column under Hotline TAN:

  • until Jan 31, 2023 (EN)
  • bis 31. Jan 2023 (DE)

This can be implemented in src/data/global.json with the addition of:

{
  "title": "until Jan 31, 2023",
  "url": "/en/blog/2023-01-18-cwa-3-0/"
}

and

{
  "title": "bis 31. Jan 2023",
  "url": "/de/blog/2023-01-18-cwa-3-0/"
}

underneath the phone number links, which provides both the information about the date and a link to the CWA 3.0 blog. On a mobile device it appears as follows:

image

References

https://www.coronawarn.app/en/blog/2023-01-18-cwa-3-0/ says "... the operation of the verification hotline will be discontinued as of 31.01.2023."

@cwa-bot cwa-bot bot added this to ToDo in [CM] cwa-website Jan 18, 2023
@Ein-Tim
Copy link
Contributor

Ein-Tim commented Jan 18, 2023

I rather suggest to simply remove this part of the footer on 01. Feb 2023. It saves work and I don't see the need to add a disclaimer now.

This issue is also applicable to https://github.com/corona-warn-app/cwa-event-landingpage

@MikeMcC399
Copy link
Contributor Author

@Ein-Tim

I rather suggest to simply remove this part of the footer on 01. Feb 2023. It saves work and I don't see the need to add a disclaimer now.

That is an alternative which would also mean adapting the Cypress test https://github.com/corona-warn-app/cwa-website/blob/master/cypress/e2e/hotline.cy.js to remove the Hotline TAN check.

This issue is also applicable to https://github.com/corona-warn-app/cwa-event-landingpage

You might like to open an issue there.

@Ein-Tim
Copy link
Contributor

Ein-Tim commented Jan 18, 2023

I rather suggest to simply remove this part of the footer on 01. Feb 2023. It saves work and I don't see the need to add a disclaimer now.

That is an alternative which would also mean adapting the Cypress test master/cypress/e2e/hotline.cy.js to remove the Hotline TAN check.

Yeah, but I don't see a way around that. Leaving the number of the TAN hotline in the footer after 31. Jan 2023 is not necessary. It should be removed on that date.

This issue is also applicable to corona-warn-app/cwa-event-landingpage

You might like to open an issue there.

I'll do that!

@MikeMcC399
Copy link
Contributor Author

This can be implemented simply in src/data/global.json with the addition of:

{
  "title": "until Jan 31, 2023",
  "url": "/en/blog/2023-01-18-cwa-3-0/"
}

and

{
  "title": "bis 31. Jan 2023",
  "url": "/de/blog/2023-01-18-cwa-3-0/"
}

underneath the phone number links, which provides both the information about the date and a link to the CWA 3.0 blog.

@MikeMcC399
Copy link
Contributor Author

The implementation of this suggestion is in branch https://github.com/MikeMcC399/cwa-website/tree/hotline-tan. If you want a PR for this, then please tell me.

@larswmh
Copy link
Member

larswmh commented Jan 19, 2023

@MikeMcC399

We would appreciate if you could provide a PR containing your suggested changes. Thanks for offering!

@MikeMcC399
Copy link
Contributor Author

MikeMcC399 commented Jan 19, 2023

@larswmh

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

3 participants