coforma / swift-tech-challenge

MIT License
0 stars 0 forks source link

Invalid college ids leave the browser in a visual hanging state #144

Closed gmrabian closed 5 months ago

gmrabian commented 5 months ago

Describe the bug If the user manually enters an invalid university id, or otherwise tries to visit a page that does not exist, we should navigate to the not found page

Current behavior

To Reproduce Steps to reproduce the behavior:

  1. Go to the homepage
  2. Manually modify the path to be something that is not a college id
    • /123
    • /invalid
    • etc.
  3. It hangs on please wait....

Expected behavior Invalid ids should not leave users on a page that says please wait

Definition of Done

Definition of Done