Add plugins/mods to assets. When choosing plugin/mod, pick a game (or external link if not on platform). Display Plugins/Mods for that asset on another page. Consider folder structure for install flow.
New table; dedicated endpoints to avoid changing existing APIs.
- Endpoints: /settings/mod [GET, POST, PUT]; /game_id/mods [GET] (e.g. ?limit=5)
- Add mods/plugins: true in public info dump; when true, client makes second call to /game_id/mods
- Option: 6 endpoints scoped to this feature
Source: TODOs
Add plugins/mods to assets. When choosing plugin/mod, pick a game (or external link if not on platform). Display Plugins/Mods for that asset on another page. Consider folder structure for install flow.
New table; dedicated endpoints to avoid changing existing APIs.
Source: TODOs