HSLdevcom / jore4

Public transport registry
European Union Public License 1.2
4 stars 2 forks source link

Fix ui caching of timetables #1539

Open culka opened 11 months ago

culka commented 11 months ago

The user interface caching of timetables is broken. Changed timetables are only updated by a full page refresh.

Steps to reproduce:

  1. Add a timetable for a route (any priority)
  2. Check the timetable is exists with the correct times
  3. Combine a new timetable with the previous timetable
  4. Check the timetable again, it should show the same values as in part 2.
  5. Refresh and check the page once again, it should now display the correct combined timetable

The aamu & ilta test files here can be used to test this in the local development environment for route 35.

Leitsi commented 11 months ago

Could not reproduce.

culka commented 11 months ago

Was reproduced, reopened.

HenrikHartiala commented 11 months ago

It is currently hard to reproduce this with any flow 100%. Some of us can't reproduce this at all, and some of us can reproduce this randomly, even the same actions consequently might give different results. So until we figure out what steps can reproduce this bug 100% of the time, we can try to figure out what the problem is and then fix it.

Perholehto commented 10 months ago

Moved to on hold because it could not be reproduced any more