cloudfoundry / cloudfoundry/stratos

CSV export of list data

Open
#3,285 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature-request
Dominant language
TypeScript
Stars
267
Forks
137
Avg merge
5h 14m
Merged PRs (30d)
77

Description

  • Lists show 'csv export' style button
  • csv export contains row data with anything we can easily glean from the row's entity
  • Two solutions
    • We do this in the frontend.. but only for local lists that fall under the new maxResults param. Follow on would be to do this for all other list scenarious (local lists exceeding maxResult, non-local lists) but throttle requests)
    • We do this in the backend.. new route required & port of 'de pagination'. Would also limit us to filtering by whatever the api exposed... or add custom filtering in the backend

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by tracing list rendering, maxResults handling, and the existing "de pagination" path; clarify whether export belongs in the frontend or requires a backend route, then define coverage for local and non-local lists before implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
full-stack
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.