ice-bit / DineUI

Building a UI app for a previous console project; the core functionality is restaurant management. Check the URL below 👇 for console app!
https://github.com/sek-r0/Dine
0 stars 0 forks source link

"No Data" Handling Missing #6

Closed ice-bit closed 3 months ago

ice-bit commented 3 months ago

Description:

No data handling is missing. The application does not account for scenarios where no data is available, leading to potential errors or empty views.

Steps to Reproduce:

  1. Navigate to a section where data is expected but not present.
  2. Observe the lack of handling for no data situations.

Expected Behavior:

The application should gracefully handle scenarios where no data is available, providing appropriate messages or fallbacks.