jkomoros / card-web

The web app behind thecompendium.cards
Apache License 2.0
46 stars 8 forks source link

Keep track of lastSeen for each user #549

Open jkomoros opened 2 years ago

jkomoros commented 2 years ago

Store a sub collection of documents per user object that is the card ID and when last seen.

This will allow storing a seen timestamp ofr the app, as well as for emails #254 when we have that.

This will also allow a "show me five cards that I haven't seen in a long time" kind of query