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

Add support for defining Entity properties within grouped sections #2644

Merged
merged 9 commits into from
Jul 16, 2024

Conversation

kelvin-muchiri
Copy link
Contributor

@kelvin-muchiri kelvin-muchiri commented Jul 12, 2024

Changes / Features implemented

Add support for creating Entity properties defined within grouped sections

Steps taken to verify this change does what is intended

  • QA

Before submitting this PR for review, please make sure you have:

  • Included tests
  • Updated documentation

@kelvin-muchiri kelvin-muchiri changed the title Add support for Entity properties within grouped sections Add support for defining Entity properties within grouped sections Jul 12, 2024
@kelvin-muchiri kelvin-muchiri marked this pull request as ready for review July 12, 2024 13:11
# Handle repeat question
for child_data in data[field_name]:
parse_instance_json(child_data)
temp = data[field_name]
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we rename temp var to be more descriptive?

@faith-mutua
Copy link

This has been implemented. Tested on stage.ona.io

@kelvin-muchiri kelvin-muchiri merged commit 1d3c637 into main Jul 16, 2024
10 checks passed
@kelvin-muchiri kelvin-muchiri deleted the entities-grouped-section branch July 16, 2024 06:44
@FrankApiyo FrankApiyo mentioned this pull request Jul 29, 2024
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.

4 participants