ytptube/ui
copilot-swe-agent[bot] 1d5137f74f Reduce API response data by excluding unused fields from ItemDTO serialization
- Add serialize_for_list() to ItemDTO that excludes fields never used by the UI:
  options, template_chapter, temp_dir, total_bytes, total_bytes_estimate,
  tmpfilename, archive_id
- Update Encoder to use serialize_for_list() for ItemDTO objects
- Full serialize() still available for detail endpoint (GET /api/history/{id})
- Update TypeScript types to mark excluded fields as optional
- Add tests for serialize_for_list()

Co-authored-by: jbatesy <51190172+jbatesy@users.noreply.github.com>
2026-03-09 05:59:42 +00:00
..
app Reduce API response data by excluding unused fields from ItemDTO serialization 2026-03-09 05:59:42 +00:00
public Feat: add app manifest to allow the app to be installed 2025-11-13 23:13:01 +03:00
tests refactor: replace notify with useNotification for error/success handling in composables 2026-02-20 23:27:54 +03:00
.env.example [FEAT] Added checkbox in task add page to directly archive all items in a task. 2025-10-17 17:21:21 +03:00
.gitignore initial nuxtjs ui skeleton 2024-12-13 18:31:07 +03:00
.oxfmtrc.json refactor: switch from pnpm to bun 2026-02-20 22:46:30 +03:00
bun.lock chore: update external packages 2026-03-08 18:48:55 +03:00
bunfig.toml fix: add jsdom as dev dependancy 2026-02-20 23:14:23 +03:00
eslint.config.js minor fixes and style update 2025-10-26 21:42:48 +03:00
nuxt.config.ts refactor: switch from pnpm to bun 2026-02-20 22:46:30 +03:00
package.json chore: update external packages 2026-03-08 18:48:55 +03:00
tsconfig.json add build sha to .version file to be able to cleanup user python packages on master/dev builds. 2025-09-04 17:03:38 +03:00
vitest.config.ts update ui tests 2025-09-16 19:28:52 +03:00
web-types.json initial nuxtjs ui skeleton 2024-12-13 18:31:07 +03:00