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

feature (tekla): extract user-defined attributes #566

Merged

Conversation

dogukankaratas
Copy link
Contributor

user-defined attributes was requested a couple of times. added to property extractor.

image

Copy link

linear bot commented Feb 5, 2025

Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 8.54%. Comparing base (9324615) to head (4ed0b5b).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@          Coverage Diff          @@
##             dev    #566   +/-   ##
=====================================
  Coverage   8.54%   8.54%           
=====================================
  Files        229     229           
  Lines       4365    4365           
  Branches     552     552           
=====================================
  Hits         373     373           
  Misses      3977    3977           
  Partials      15      15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


if (propertyName != null)
{
var reportProperty = new Dictionary<string, object?> { ["name"] = propertyName, ["value"] = propertyValue };
Copy link
Member

Choose a reason for hiding this comment

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

these should be entries in the userProperties dictionary, not single entry dictionaries

Copy link
Contributor Author

Choose a reason for hiding this comment

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

right, it looks cleaner now. pushed.

@clairekuang clairekuang self-requested a review February 10, 2025 10:16
@clairekuang clairekuang merged commit c7cfb8c into dev Feb 10, 2025
5 checks passed
@clairekuang clairekuang deleted the dogukan/cnx-1185-extract-user-defined-attributes-in-tekla branch February 10, 2025 15:06
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