Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend: application behavior when a non-existing election ID is used #179

Closed
cikzh opened this issue Jul 24, 2024 · 3 comments · Fixed by #193
Closed

Frontend: application behavior when a non-existing election ID is used #179

cikzh opened this issue Jul 24, 2024 · 3 comments · Fixed by #193
Assignees
Labels
frontend Issues or pull requests that relate to the frontend

Comments

@cikzh
Copy link
Contributor

cikzh commented Jul 24, 2024

As discussed here: #146 (comment) a user might end up using a non-existing election ID, for example by providing a wrong ID via the URL. This can happen in multiple places in the application, but /{id}/input might be an obvious place to test this.

  • What should the behavior be when the election doesn't exist?
  • Determine how to implement this
  • Determine how to test this
@cikzh cikzh added the frontend Issues or pull requests that relate to the frontend label Jul 24, 2024
@praseodym
Copy link
Contributor

404 page?

@praseodym
Copy link
Contributor

@jorisleker might have a good answer to this :)

@jorisleker
Copy link
Contributor

404 page with a text like this?

Er ging iet mis. De link die je hebt gebruikt is niet (meer) geldig. Ga naar het overzicht met verkiezingen.

@cikzh cikzh linked a pull request Jul 26, 2024 that will close this issue
@praseodym praseodym moved this from Options to In Progress in Abacus Development Jul 30, 2024
@cikzh cikzh closed this as completed in #193 Aug 5, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Abacus Development Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Issues or pull requests that relate to the frontend
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants