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

Support Hierarchical Projects #24

Open
jobrs opened this issue Dec 18, 2017 · 3 comments
Open

Support Hierarchical Projects #24

jobrs opened this issue Dec 18, 2017 · 3 comments
Assignees

Comments

@jobrs
Copy link
Contributor

jobrs commented Dec 18, 2017

When the target project/domain has child-projects, the API calls cascade to the child-projects, so that the audit-viewer of the main project does not have to traverse all the child-projects.

When called against the main project, the API act like the child-projects had been merged with the main project. That means that the /events call returns all the events of child-projects. Likewise the /attributes API returns existing unique values in not only the main but also the child projects.

@notque notque self-assigned this Sep 24, 2020
@notque
Copy link
Contributor

notque commented Sep 24, 2020

This may become possible with the event enhancement cache being poc'd now. Child projects needs to be an included field

@notque
Copy link
Contributor

notque commented Mar 11, 2022

The enrichment project is enabled, and a success. We have not added child projects at this time. Will look into the viability with additional fields to manage child projects via enrichment. From there, we can cascade the calls to combine child project information. Many more events as well are included within project scopes now as we are enriching events without this data after the fact.

@notque
Copy link
Contributor

notque commented Mar 25, 2022

Issue #57 will also need to be addressed as we have exceeded the limit on most projects already, without including child projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants