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

feat(adminPanel): RN-1242: Export entity hierarchies #5530

Merged
merged 6 commits into from
Apr 3, 2024

Conversation

alexd-bes
Copy link
Contributor

Issue RN-1242: Export entity hierarchies

Changes:

  • Add export button to entity hierarchies page
  • Add endpoint for exporting hierarchies
  • Add export modal for exporting hierarchies from the admin panel

Screenshots:

Screen Shot 2024-03-22 at 9 56 37 AM

Copy link
Collaborator

@rohan-bes rohan-bes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic! So simple 😍

Let's just make sure we double check the permissions during testing. It looks all good, but wanna make sure. I suppose we don't leak any entity metadata as part of this though so it's not too risky

false,
);

workbook.Sheets[hierarchy] = xlsx.utils.json_to_sheet(descendants);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly we want to use the entity hierarchy name (ie. the project entity name) here rather than the code?

@alexd-bes alexd-bes changed the title RN-1242: Export entity hierarchies feat(adminPanel): RN-1242: Export entity hierarchies Apr 3, 2024
@alexd-bes alexd-bes merged commit 7fc05ab into dev Apr 3, 2024
43 checks passed
@alexd-bes alexd-bes deleted the rn-1242-export-hierarchies branch April 3, 2024 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants