hashicorp-forge / hermes

A document management system
Mozilla Public License 2.0
1.81k stars 96 forks source link

Track recently viewed projects #589

Closed jfreda closed 7 months ago

jfreda commented 7 months ago

This PR starts tracking recently viewed projects in the database (10 per user). A new API is available to get a user's most recently viewed projects.

New API

$ curl http://localhost:8000/api/v2/me/recently-viewed-projects
[{"id":2,"viewedTime":1707414928},{"id":5,"viewedTime":1707359305},{"id":4,"viewedTime":1707357128},{"id":6,"viewedTime":1707357090}]
jfreda commented 7 months ago

Moving this to a draft until we add "viewed at" timestamps for all recently viewed docs and projects.