Actions
User story #4793
closedDatas in Rudder web interface table can now be refreshed
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Datas in Table are static, to update them you have to reload the page, which can be very not user friendly
We should have a way to fetch latest update of the data, and update the table without reloading the page.
I don't know yet what form should take the 'refresh' feature, for now I'll add a Button
Like #4770, That should be done table by table.
There is multiple grade of evolution here (not ordered...):
- Do it with ajax
- angularize it
- make it asynchronous
- update by itself (comet ?)
- cache date so it faster to get informations
Here we are doing it by adding a single button making an ajax call, fetchning new data ang refreshing the table
Updated by Vincent MEMBRÉ over 10 years ago
- Target version changed from 2.10.1 to 2.11.0~beta1
Updated by François ARMAND over 10 years ago
- Status changed from 13 to Pending release
Updated by Vincent MEMBRÉ over 10 years ago
- Subject changed from Refresh data in tables to Datas in Rudder web interface table can now be refreshed
Updated by Vincent MEMBRÉ over 10 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.11.0~beta1 that was released yesterday.
- announcement
- changelog
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions