fmeringdal / nettu-scheduler

A self-hosted calendar and scheduler server.
MIT License
535 stars 27 forks source link

Make api response related stuff, public & reexport DTOs in SDK & ... #25

Closed omid closed 3 years ago

omid commented 3 years ago

We needed to have this, to be able to write auto converters between types. I mean to impl From trait.

Also re-export DTOs in SDK.

fmeringdal commented 3 years ago

Looks good! There is no automatic release of the SDK yet, so I will release a new version manually today or tomorrow.

omid commented 3 years ago

Yep, we need to "release" to tag the source + publish automatically the packages (SDK, JS, docker, ...)

fmeringdal commented 3 years ago

Do you think it makes sense to move the js library over to this repo? I think it actually might be a good idea to simplify releases and version compatibility between js client and server.

omid commented 3 years ago

I'm always a fan of mono-repos :D (OK, almost always!)

fmeringdal commented 3 years ago

Nice, I will move it over here when I get time this week 👍