finos / waltz

Enterprise Information Service
https://waltz.finos.org
Apache License 2.0
182 stars 129 forks source link

Recently Viewed: move list to server side #5293

Open davidwatkins73 opened 3 years ago

davidwatkins73 commented 3 years ago

Currently the recently viewed list is persisted in the browsers LocalStorage. This occasionally causes problem when users change browsers/machines. Look to store this list in user prefs instead.

davidwatkins73 commented 3 years ago

Option 1:

Option 2:

Option 3:

Option 4:

All new tables (lots of work!)

davidwatkins73 commented 3 years ago

I'd start with Option 1, but consider the worst case scenarios, so we may still need some sort of limiting (perhaps on the server side)