[PR #103] [MERGED] Migrate game metadata import to task system #90 #213

Closed
opened 2026-02-17 17:06:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/103
Author: @DecDuck
Created: 6/7/2025
Status: Merged
Merged: 6/7/2025
Merged by: @DecDuck

Base: developHead: 90-migrate-game-metadata-import-to-task-system


📝 Commits (4)

  • 59390d5 feat: move game import to new task system
  • 4101b38 fix: sizing issue with new task UI
  • eeb3912 fix: lint
  • 78b46f1 feat: add pcgamingwiki task

📊 Changes

9 files changed (+306 additions, -186 deletions)

View changed files

📝 pages/admin/library/import.vue (+2 -2)
📝 pages/admin/task/[id]/index.vue (+1 -5)
📝 server/api/v1/admin/import/game/index.post.ts (+12 -5)
📝 server/internal/metadata/giantbomb.ts (+24 -6)
📝 server/internal/metadata/igdb.ts (+104 -85)
📝 server/internal/metadata/index.ts (+105 -70)
📝 server/internal/metadata/pcgamingwiki.ts (+29 -13)
📝 server/internal/objects/transactional.ts (+13 -0)
📝 server/internal/tasks/index.ts (+16 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop/pull/103 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 6/7/2025 **Status:** ✅ Merged **Merged:** 6/7/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `90-migrate-game-metadata-import-to-task-system` --- ### 📝 Commits (4) - [`59390d5`](https://github.com/Drop-OSS/drop/commit/59390d57eea7ecac8cd17d004d7f140a95e93374) feat: move game import to new task system - [`4101b38`](https://github.com/Drop-OSS/drop/commit/4101b386ece8b5cc6493ae02a0f7b05b58bbf962) fix: sizing issue with new task UI - [`eeb3912`](https://github.com/Drop-OSS/drop/commit/eeb3912d2590da1a1b61f0dc773f1603cda4a0b0) fix: lint - [`78b46f1`](https://github.com/Drop-OSS/drop/commit/78b46f1a89b3d35b0f6f56f1811f934ea701c70f) feat: add pcgamingwiki task ### 📊 Changes **9 files changed** (+306 additions, -186 deletions) <details> <summary>View changed files</summary> 📝 `pages/admin/library/import.vue` (+2 -2) 📝 `pages/admin/task/[id]/index.vue` (+1 -5) 📝 `server/api/v1/admin/import/game/index.post.ts` (+12 -5) 📝 `server/internal/metadata/giantbomb.ts` (+24 -6) 📝 `server/internal/metadata/igdb.ts` (+104 -85) 📝 `server/internal/metadata/index.ts` (+105 -70) 📝 `server/internal/metadata/pcgamingwiki.ts` (+29 -13) 📝 `server/internal/objects/transactional.ts` (+13 -0) 📝 `server/internal/tasks/index.ts` (+16 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:26 -05:00
yindo closed this issue 2026-02-17 17:06:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#213