trufi-association / trufi-core

Trufi - A Flutter app for Public Transportation
https://www.trufi-association.org
GNU General Public License v3.0
92 stars 45 forks source link

Search for nonexistent route #694

Open AnivlisLuz opened 10 months ago

AnivlisLuz commented 10 months ago

Severity :white_check_mark: Low: Minimal impact, such as cosmetic bugs that do not affect the functionality or usability of the system. :white_large_square: Medium: Cause inconvenience or annoyance, with temporary workarounds available. :white_large_square: High: Limit key system functions, with possible temporary workarounds available. :white_large_square: Critical: Cause a complete or severe system outage with no workarounds.

Steps to Reproduce

  1. Open the app
  2. Go to the menu
  3. Select the "Show routes" option
  4. Write a nonexistent route name in the search bar.
  5. See error

Current Result

The application should not display any results.

Expected result

Suggested Improvement: The application should display a message such as "Route Not Found" or "No Matching Routes Found". Additionally, it should encourage the user to report the missing route.

Attachments

8_iOS

Environment Device: Mobile Brand: iPhone Model: 14 Pro OS: iOS16.6 Screen 6.1"

Additional information

TC-290