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

Web UI does not check if the provided report name exists #43

Open
PiotrAniola82 opened this issue Nov 21, 2024 · 0 comments
Open

Web UI does not check if the provided report name exists #43

PiotrAniola82 opened this issue Nov 21, 2024 · 0 comments
Assignees

Comments

@PiotrAniola82
Copy link
Collaborator

Describe the bug
Web UI does not check if the provided report name exists

To Reproduce
Steps to reproduce the behavior:

  1. Go to http://127.0.0.1:5000
  2. Create a report with the name 'test'
  3. Later, repeat the steps also using the word 'test' as the name

Expected behavior
The program should not allow to re-use a report name, or
The program should ask you if you want to overwrite the existing report, or
The program should append an ID or sequential number to the name to keep it unique, or, preferably
We should not use names at all.

Actual behaviour
Your old report is silently overwitten, but, on the main page http://127.0.0.1:5000 the report generation time still refers to the first run, instead of the second, which is what it really is.

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

No branches or pull requests

2 participants