Skip to content

How do I use new sandstorm schemas in a pre-Meteor-1.4 app? #25

@dwrensha

Description

@dwrensha

For Wekan, I'm working on implementing a feature that will allow you to assign cards to users even if they have not visited the grain yet. I want to use Identity.getProfile(), but no released version of meteor-spk yet includes the necessary updates to identity.capnp. Note that Wekan is still using Meteor 1.3.5, which is incompatible with the latest meteor-spk release, v0.3.0. Some of our options:

  1. Locally modify meteor-spk v0.2.1 to include the updated schemas. This is what I'm doing for now. It works, but is sad.
  2. Release meteor-spk v0.2.2, using the same Meteor version as v0.2.1, but updating the Sandstorm schemas.
  3. Release meteor-spk v0.3.1 with the new schemas and update Wekan to Meteor 1.4. (@mquandalle: I'm curious about your thoughts on this option.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions