finos / morphir-elm

Tools to work with the Morphir IR in Elm.
https://package.elm-lang.org/packages/finos/morphir-elm/latest
Apache License 2.0
46 stars 65 forks source link

"source model" and "Morphir IR" views #1166

Closed carljmosca closed 6 months ago

carljmosca commented 6 months ago

I watched this video from a couple of years back and noticed the "source model" and "Morphir IR" views alongside each other. I am wondering if this cool feature is still available and if so how might I get to that using one of the tutorials such as rental. I am guessing I may be missing something obvious; apologies in advance.

AttilaMihaly commented 6 months ago

It is still available but we haven't kept it up-to-date so it's not fully operational. You can access it through morphir-elm develop by adding /try-morphir.html at the end of the web URL. Here's an example on the public LCR instance: https://lcr-interactive.finos.org/try-morphir.html

If there's interest we can clean this up and make it an official Morphir tool. For now it's only a PoC to demonstrate what's possible.

carljmosca commented 6 months ago

Thank you @AttilaMihaly - I will spend some time digging in to gain a more informed opinion but it looks like a very cool feature to me.

carljmosca commented 6 months ago

Answered nicely, closing.