Using Initializer module with unsupported metadata types

A couple of updates as Iniz is under active development right now.

  • @mseaton I will start work soon on a loader for App Framework’s app configs and extension configs. You guys might be interested in that one?

  • I will start working soon on a generic loader for all *AttributeType.

  • This will lead me to implement a couple of *Attribute specifically, starting with LocationAttribute first.

  • Iniz does load MDS packages as part of the config that it can process, see here.
    While everybody wants to avoid MDS packages, it is still a convenient workaround, at least temporarily while work on the domains that you’re interested in is in progress.

  • VisitType is I think a very easy domain to implement. I was never bothered because of MDS packages for that specific use case, but it’s an easy way to get your hand at Iniz.

  • Programs, workflows and states were just added.

  • Privileges were just added and there is a pending PR for roles.

1 Like