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

bjorn/cnx-1133-user-facing-attributes-not-consistent-for-joints #536

Conversation

bjoernsteinhagen
Copy link
Contributor

Description & Motivation

Changes:

  • JOINT to have user-facing attributes like SHELL and FRAME
  • All properties occuring more than once moved to Constants.cs to avoid this in the future
  • Caught some old strings in the EtabsSendCollectionManager!

Screenshots:

Before Changes

Two occurences of, what should be the same property:

image

Evident that the "old" camelCase was being used:

image

After Changes

Filtering by common properties as expected:

image

Conforming with the other objects:

image

Checklist:

  • My pull request follows the guidelines in the Contributing guide?
  • My pull request does not duplicate any other open Pull Requests for the same update/change?
  • My commits are related to the pull request and do not amend unrelated code or documentation.
  • My code follows a similar style to existing code.
  • I have added appropriate tests.
  • I have updated or added relevant documentation.

Copy link

linear bot commented Jan 29, 2025

Copy link

codecov bot commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 17.35%. Comparing base (e4a2908) to head (a7e2294).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #536   +/-   ##
=======================================
  Coverage   17.35%   17.35%           
=======================================
  Files         239      239           
  Lines        4805     4805           
  Branches      579      579           
=======================================
  Hits          834      834           
  Misses       3941     3941           
  Partials       30       30           

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

@bjoernsteinhagen bjoernsteinhagen merged commit f4765b9 into dev Jan 29, 2025
5 checks passed
@bjoernsteinhagen bjoernsteinhagen deleted the bjorn/cnx-1133-user-facing-attributes-not-consistent-for-joints branch January 29, 2025 13:46
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