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: add occurrences entrance #1578

Merged
merged 1 commit into from
Mar 16, 2021
Merged

feat: add occurrences entrance #1578

merged 1 commit into from
Mar 16, 2021

Conversation

roleyfoley
Copy link
Contributor

@roleyfoley roleyfoley commented Mar 14, 2021

Description

Closes: #1577

  • Adds a new entrance to provide information specifically around occurrences.
  • Adds a new output which provides the state of each occurrence in the district. To remove repetition subocurrences are removed from any occurrence which has a sub occurrence

Motivation and Context

For occurrence queries in the python executor we use the blueprint output which is quite complicated to find all the occurrences. Providing a specific output makes it easy to query the occurrence details including finding suboccurrence details

How Has This Been Tested?

Tested locally

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Refactor (non-breaking change which improves the structure or operation of the implementation)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Followup Actions

  • None

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • None of the above.

Adds a new entrance to provide information specifically around
occurrences.

Adds a new output which provides the state of each occurrence in the
district. To remove repitition subocurrences are removed from any
occurrence which has a sub occurrence
@RossMurr4y RossMurr4y merged commit e9f96e0 into hamlet-io:master Mar 16, 2021
@roleyfoley roleyfoley deleted the occurrences-entrance branch March 16, 2021 23:37
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.

Occurrence State Output
2 participants