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

Af149 opinion #86

Merged
merged 5 commits into from
Jul 24, 2023
Merged

Af149 opinion #86

merged 5 commits into from
Jul 24, 2023

Conversation

tleef42
Copy link
Contributor

@tleef42 tleef42 commented Jul 20, 2023

Got stuck for a while trying to over-engineer the publisher, only to realize it was best to keep it simple and build on it later.
The main concern is when an object that uses an Enum value is published, the node as as they appear in the builder. i.e. if we wanted to make an enumeration such as:
value: [ ['internal_use_only': 'external_use_only'] ]
The node would hold value: 'external_use_only' rather than value: 'internal_use_only' in order to correctly assign a value within the schema of the object. At this moment, we don't have any object whose 'internal' and 'external' enumeration values differ, so keeping it simple for now.

Changes:

  • blocked publishing until an object ref is assigned to an Opinion object
  • added the required 'object_refs' in the publisher

@sonarcloud
Copy link

sonarcloud bot commented Jul 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tleef42 tleef42 requested a review from mikecarenzo July 24, 2023 17:15
@mikecarenzo mikecarenzo merged commit dc9448c into main Jul 24, 2023
4 of 6 checks passed
@mikecarenzo mikecarenzo deleted the af149-opinion branch July 24, 2023 17:27
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.

2 participants