-
Notifications
You must be signed in to change notification settings - Fork 67
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
[🐞 BUG]: No info is Provided to User if Final Report is failed to generate #507
Comments
We need to fix that on the pdf generator repository, is a laravel project! |
@jvJUCA for now how about adding just a simple Toast for error |
I think it would be useful to show the feedback to the user. If you can resolve this problem, I would be thankful. |
@jvJUCA
|
Thanks for debugging, i will create a issue on the pdf laravel project! |
@jvJUCA PR for this issue has been raised in the laravel repo |
Description 📝
No information is provided to the user if the final report fails to generate.
Link 🔗
https://ruxailab-prod.firebaseapp.com/finalreportview/:testid
Steps to Reproduce 🔄
Attempt to generate the final report.
Observe that no feedback is given if the report generation fails.
Screenshots 📸
Expected Behavior 🤔
Users should receive a clear error message indicating that the final report generation has failed and provide possible reasons or next steps.
Actual Behavior 😱
The application fails silently, providing no feedback or error message to the user when the final report cannot be generated.
Environment 🌍
src\views\admin\FinalReportView.vue
Additional Information ℹ️
Implement error handling to catch report generation failures.
Display a user-friendly error message explaining the issue.
Optionally, suggest steps to resolve the issue or contact support for assistance.
The text was updated successfully, but these errors were encountered: