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-828-shared-projects-for-connector #419

Merged
merged 6 commits into from
Nov 28, 2024

Conversation

bjoernsteinhagen
Copy link
Contributor

@bjoernsteinhagen bjoernsteinhagen commented Nov 28, 2024

Description & motivation

Changes:

  • Added support for ETABS21
  • Form1 changed to SpeckleForm
  • cPlugin and SpeckleForm in Shared implements interfaces, ETABS22 and ETABS21 just inherit base classes and correct namespaces, so that plugin loads in ETABS

Screenshots:

ETABS 21

ETABS21

ETABS 22

ETABS22

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.

- Shared project for converters
- ETABS21 support
- cPlugin.cs and Form1.cs in Shared defined as interfaces. Version specific implementations (basically just the namespaces) created in proj specific files
- Plugins load and selection works in both ETABS versions
- Better to have a cPlugin base class which ETABS21 and 22 inherit. Reduced code duplication
- Better project namespace structure
Copy link

linear bot commented Nov 28, 2024

Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 9.30%. Comparing base (13f48d9) to head (8845bbb).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@          Coverage Diff          @@
##             dev    #419   +/-   ##
=====================================
  Coverage   9.30%   9.30%           
=====================================
  Files        224     224           
  Lines       4234    4234           
  Branches     471     471           
=====================================
  Hits         394     394           
  Misses      3824    3824           
  Partials      16      16           

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

Copy link
Member

@oguzhankoral oguzhankoral left a comment

Choose a reason for hiding this comment

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

❤️

@bjoernsteinhagen bjoernsteinhagen merged commit 0be8897 into dev Nov 28, 2024
5 checks passed
@bjoernsteinhagen bjoernsteinhagen deleted the bjorn/cnx-828-shared-projects-for-connector branch November 28, 2024 18:34
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