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

Encapsulate HolonCollection behind HolonCollection Api #211

Open
2 tasks
evomimic opened this issue Jan 31, 2025 · 0 comments
Open
2 tasks

Encapsulate HolonCollection behind HolonCollection Api #211

evomimic opened this issue Jan 31, 2025 · 0 comments
Labels
enhancement New feature or request on hold On hold due to unsatisfied dependencies

Comments

@evomimic
Copy link
Owner

evomimic commented Jan 31, 2025

UNDER CONSTRUCTION

1. Summary (Required)

This enhancement extends the use of HolonCollectionApi introduced in Issue #201 to fully encapsulate the exposure of HolonCollection behind HolonCollectionApi trait objects. It also resolves some minor carryover anomalies from PR #210


2. Problem Statement (Required)

Some API's still expose concrete structs directly. This limits their utility to only HolonCollections. Changing those API's to return HolonCollectionApi's will broaden their utility while better encapsulating private behaviors.


3. Dependencies (Required)

Does this depend on other issues or features?
Highlight any blockers or prerequisites that must be addressed before this enhancement can proceed.


4. Proposed Solution (Required)

Affected Interfaces:

  • HolonReadable
  • HolonServiceApi

5. Scope and Impact (Required)

What does this impact?
Outline what parts of the system, user workflows, or broader ecosystem are affected.


6. Testing Considerations (Required)

How will this enhancement be tested?

  • Can it be validated with existing test cases?
  • Do new test cases need to be created?
  • Are there specific areas in the test ecosystem impacted by this enhancement?

7. Definition of Done (Required)

When is this enhancement complete?
Provide clear criteria to know when the enhancement has been fully implemented and validated.


Optional Details (Expand if needed)

8. Alternatives Considered

What other solutions did you think about?
Briefly describe alternatives and why this approach is preferred.


9. Risks or Concerns

What could go wrong?
Highlight potential challenges, like performance or compatibility issues.


10. Additional Context

Any supporting material?
Include links, screenshots, logs, or diagrams.


@evomimic evomimic added enhancement New feature or request on hold On hold due to unsatisfied dependencies labels Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request on hold On hold due to unsatisfied dependencies
Projects
None yet
Development

No branches or pull requests

1 participant