Skip to content

Scalability: paginate or delta-refresh the applications list #54

Description

@CryptoJones

Problem

GET /api/apps returns every application for a tenant, and the SPA refresh path reloads and rerenders the whole sidebar. This is fine for personal-scale data, but will degrade with large imports or shared/team deployments.

References

  • api/ApplyTrack.Api/Data/ApplicationRepo.csListAsync
  • api/ApplyTrack.Api/wwwroot/app.jsrefresh / sidebar rendering

Acceptance criteria

  • API supports pagination/search or an updated-since/ETag-style delta.
  • SPA avoids rerendering unchanged large lists.
  • Existing filters/search remain ergonomic.
  • Tests cover list contract and backward compatibility or migration path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestscalabilityPerformance and scaling work

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions