Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export entity references both as id and as human-readable toString #2151

Closed
1 task done
sleidig opened this issue Jan 3, 2024 · 2 comments · Fixed by #2295
Closed
1 task done

Export entity references both as id and as human-readable toString #2151

sleidig opened this issue Jan 3, 2024 · 2 comments · Fixed by #2295
Assignees
Labels
released on @master managed by CI (semantic-release) released managed by CI (semantic-release) Status: Community Help Wanted (good first issue) simple tasks that don't require understanding every last detail of our platform Type: Feature new user-facing feature

Comments

@sleidig
Copy link
Member

sleidig commented Jan 3, 2024

When downloading an export to work with data in a spreadsheet, I want to understand entity links easily, reading the names rather than cryptic ids (although those may be needed as well.

Proposed Solutions & Alternatives
for fields with dataType = "entity", export two columns:

  • the id (if the data needs to be reliably linked)
  • the toString representation of the referenced entity (so that users can intuitively understand the exported data)

Implementation steps:

  • write a unit test for DownloadService for the above requirement
  • for implementation, check the DownloadService and the DataTransformationService it uses to create the exportable data ...
@sleidig sleidig added the Type: Feature new user-facing feature label Jan 3, 2024
@sleidig sleidig moved this from Triage to Todo [help wanted] in All Tasks & Issues Jan 5, 2024
@sleidig sleidig added the Status: Community Help Wanted (good first issue) simple tasks that don't require understanding every last detail of our platform label Feb 13, 2024
@christophscheuing christophscheuing self-assigned this Feb 15, 2024
@sleidig sleidig moved this from Todo (ready for work) to In Progress in All Tasks & Issues Feb 20, 2024
@sleidig sleidig moved this from In Progress to In Review in All Tasks & Issues Apr 11, 2024
@github-project-automation github-project-automation bot moved this from In Review to Done in All Tasks & Issues Apr 12, 2024
@aam-digital-ci
Copy link
Collaborator

🎉 This issue has been resolved in version 3.35.0-master.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@aam-digital-ci aam-digital-ci added the released on @master managed by CI (semantic-release) label Apr 12, 2024
@aam-digital-ci
Copy link
Collaborator

🎉 This issue has been resolved in version 3.35.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@aam-digital-ci aam-digital-ci added the released managed by CI (semantic-release) label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released on @master managed by CI (semantic-release) released managed by CI (semantic-release) Status: Community Help Wanted (good first issue) simple tasks that don't require understanding every last detail of our platform Type: Feature new user-facing feature
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants