📦 The API for https://wanderer.moe/ — (v2 branch) created using Cloudflare Workers, R2, DO, Hono, Lucia Auth, Drizzle, Turso, Scalar & Resend
GNU General Public License v3.0
74
stars
2
forks
source link
allow users to "like" collections & assets #62
Closed
dromzeh closed 6 months ago
can just create 2 separate tables for this, with the following cols:
likedCollectionId
&likedByUserId
likedAssetId
&likedByUserId
for collections: check publicity & disable this feature if private, same with asset status is not approved :thinking: