Radu Gidei

Results 76 comments of Radu Gidei

We may need to loop @mjkkirschner to find out the latest changes to the Dynamo tests. Sylvester, please feel free to reach out to Mike on Slack 😄

> As we're targeting a global audience I think the inclusion of local time zone is definitely important. Of course - this is usually (& easily) handled by the client/display...

> I theorised this as `json` file but that could just be due to my background in javascript. you'll find this very useful : https://app.quicktype.io/#l=cs&r=json2csharp > Dynamo is also moving...

Had a look on the `settings` branch, here's a few notes `Settings` should be a non-static class with children objects if required. This will allow easy deserialisation & use throughout...

> How would the `ISpeckleConverter` interface look like? I think maybe just like this: > > ```cs > interface ISpeckleConverter { > // takes an object and speckleises it >...

On a more serious note, have a look at the awesome & automagical way NancyFX does - assembly scanning for discovering & auto-registering compatible 3rd party extenstions https://youtu.be/7jg0u-YaRxQ?t=1367 - bootstrapping...

### How to best integrate into the Add-In Ribbon? - create a new `Speckle` ribbon tab - in that tab, create relevant panels, such as Settings/Setup, Senders, Receivers, etc. -...

@fraguada , i can extract a pretty good/clear boilerplate & utils from our current Revit tools for the Ribbon creation and post-build steps so the addin is installed on build

> At the moment I have this under 'External Tools' in the Add-In ribbon If no ribbon/panel is specified, all `ExternalCommands` end up here, good start. @archinate if you'd like...