distributed-system-analysis/pbench-dashboard

Relay user specific data to the backend

aquibbaig opened this issue · 2 comments

User-specific data such as favourite controllers, records or iterations are currently persisted across browser sessions via local storage, which is reflected once they open up their browser. We would want to save these records in the backend and fetching the same on to the dashboard.

We'll need server side end-points to store user data.

Discussed a while back here distributed-system-analysis/pbench#2049