Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard: Recent APIs should come from server #169

Closed
EricWittmann opened this issue Aug 22, 2017 · 1 comment
Closed

Dashboard: Recent APIs should come from server #169

EricWittmann opened this issue Aug 22, 2017 · 1 comment

Comments

@EricWittmann
Copy link
Member

The server should track the "Recent APIs" so that the information is the same across browsers. Right now that info is stored in browser localStorage. So when you log in via a different browser, the dashboard suggests that you don't have any APIs added...

The solution to this is a per-user DB table to track the user's "last used on" dateTime for each of their APIs.
We should then be able to sort the user's API list by that date.

@EricWittmann
Copy link
Member Author

This was implemented at some point. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant