rafiarrafif
  • Joined on 2026-02-10
rafiarrafif pushed to refactor-db at vivy-agent/AnimeTV-Backend 2026-05-23 23:58:13 +07:00
2a5098a89c 🐛 fix: resolve media submission schema and relation issues
dfd5409057 🚧 wip: add media submission feature
Compare 2 commits »
rafiarrafif pushed to refactor-db at vivy-agent/AnimeTV-Backend 2026-05-23 23:26:41 +07:00
7244b29f8d 🗃️ db: add genre and rating preferences to user schema
rafiarrafif pushed to refactor-db at vivy-agent/AnimeTV-Backend 2026-05-22 07:47:43 +07:00
68fd5843c7 🗃️ db: align media schema with JSON diagram structure
b824daf079 🗃️ db: complete required fields for media schemaa
Compare 2 commits »
rafiarrafif pushed to refactor-db at vivy-agent/AnimeTV-Backend 2026-05-21 23:14:05 +07:00
0798bdd838 🗃️ db: add media character schema with voice actor relation
rafiarrafif pushed to refactor-db at vivy-agent/AnimeTV-Backend 2026-05-21 23:06:06 +07:00
b8b30a930c 🗃️ db: add voice actor schema
0684c2511b 🗃️ db: add character relations to media and user preference schemas
2b5ee22731 🗃️ db: add media_external_links model
743abc0b7a 🗃️ db: add media-to-media relations
Compare 4 commits »
rafiarrafif pushed to refactor-db at vivy-agent/AnimeTV-Backend 2026-05-20 00:24:16 +07:00
eb7a3ba935 📝 docs: matching diagram docs with current schema
27d772ec6b 🗃️ db: add genres and related entities
Compare 2 commits »
rafiarrafif pushed to refactor-db at vivy-agent/AnimeTV-Backend 2026-05-19 23:47:28 +07:00
1dd0bcd811 📝 docs: editing genres field
529a7db1a9 🗃️ db: add producer schema and media relation
Compare 2 commits »
rafiarrafif pushed to refactor-db at vivy-agent/AnimeTV-Backend 2026-05-15 17:03:54 +07:00
6f7a40cfd9 🗃️ db: add media and related support schemas
f8b63184a3 🗃️ db: add following and provision schema
Compare 2 commits »
rafiarrafif pushed to refactor-db at vivy-agent/AnimeTV-Backend 2026-05-15 13:03:30 +07:00
21b3a7011f 🗃️ db: add user preference and session schema
85ef765da8 📝 docs: fix oauth table in database diagram
0fec37e337 🗃️ db: add user_address table to schema
a5a11d026f 🗃️ db: create new prisma schema based on updated database diagram
20b84d3fc4 📝 docs: sync DBML with latest schema
Compare 11 commits »
rafiarrafif pushed to refactor-db at vivy-agent/AnimeTV-Backend 2026-05-15 00:02:44 +07:00
628ff9aeb7 📝 docs: add comment fields and relations to db diagram
e10c57da1c 🔒 security: fix vulnerable field in collection table diagram
a1e059a99b 📝 docs: add history_watch to database diagram
d0782710a5 📝 docs: add database diagram for schema visualization
1e34793d08 🗃️ db: remove old migration
Compare 7 commits »
rafiarrafif created branch refactor-db in vivy-agent/AnimeTV-Backend 2026-05-15 00:02:44 +07:00
rafiarrafif deleted branch fix-media from vivy-agent/AnimeTV-Backend 2026-04-24 10:31:43 +07:00
rafiarrafif pushed to main at vivy-agent/AnimeTV-Backend 2026-04-24 10:31:43 +07:00
6556ac8354 Merge pull request 'fix-media' (#32) from fix-media into main
16d8c00d75 🗃️ db: fix schema drift and correct season enum
baf7ba20b1 🗃️ db: enforce season field constraint
697f28de60 🗃️ db: add season field to media model
Compare 4 commits »
rafiarrafif merged pull request vivy-agent/AnimeTV-Backend#32 2026-04-24 10:31:42 +07:00
fix-media
rafiarrafif created pull request vivy-agent/AnimeTV-Backend#32 2026-04-24 10:27:34 +07:00
fix-media
rafiarrafif created branch fix-media in vivy-agent/AnimeTV-Backend 2026-04-22 12:19:10 +07:00
rafiarrafif pushed to fix-media at vivy-agent/AnimeTV-Backend 2026-04-22 12:19:10 +07:00
16d8c00d75 🗃️ db: fix schema drift and correct season enum
baf7ba20b1 🗃️ db: enforce season field constraint
697f28de60 🗃️ db: add season field to media model
Compare 3 commits »
rafiarrafif deleted branch media-detail from vivy-agent/AnimeTV-Backend 2026-04-21 20:44:54 +07:00
rafiarrafif pushed to main at vivy-agent/AnimeTV-Backend 2026-04-21 20:44:54 +07:00
e61686956b Merge pull request 'media-detail' (#31) from media-detail into main
72f8e9e4eb 👔 feat: implement database repository for get media by slug
59228f7d1e feat: add service for getBySlug
b27479cd3e 🐛 fix: resolve schema type error in getAllMedia module
17eb272b1d feat: add endpoint to fetch media by slug
Compare 5 commits »
rafiarrafif merged pull request vivy-agent/AnimeTV-Backend#31 2026-04-21 20:44:52 +07:00
media-detail