BHoM / BHoM_Adapter

GNU Lesser General Public License v3.0
7 stars 5 forks source link

BHoM_Adapter: Adding Before and After methods for each action #384

Closed albinber closed 4 months ago

albinber commented 4 months ago

NOTE: Depends on

Not directly dependant, but a related BHoM_UI PR uses these new methods, required for testing in the UI. https://github.com/BHoM/BHoM_UI/pull/481

Issues addressed by this PR

Closes #383

Introducing "before" and "after" methods for adapter actions following discussion between @FraserGreenroyd and @alelom.

Test files

Changelog

Additional comments

albinber commented 4 months ago

@BHoMBot check required

bhombot-ci[bot] commented 4 months ago
@albinber to confirm, the following actions are now queued: - check `code-compliance` - check `documentation-compliance` - check `project-compliance` - check `core` - check `null-handling` - check `serialisation` - check `versioning` - check `installer`
FraserGreenroyd commented 4 months ago

@BHoMBot check copyright-compliance

bhombot-ci[bot] commented 4 months ago
@FraserGreenroyd to confirm, the following actions are now queued: - check `copyright-compliance`
bhombot-ci[bot] commented 4 months ago
@albinber just to let you know, I have provided a `check-ready-to-merge` result to this Pull Request as it was detected to be linked to other Pull Requests in a series. The comment which triggered this check came from @FraserGreenroyd on BHoM_UI