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:
- 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.
- Release
meteor-spk v0.2.2, using the same Meteor version as v0.2.1, but updating the Sandstorm schemas.
- 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.)
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 ofmeteor-spkyet includes the necessary updates toidentity.capnp. Note that Wekan is still using Meteor 1.3.5, which is incompatible with the latestmeteor-spkrelease, v0.3.0. Some of our options:meteor-spkv0.2.1 to include the updated schemas. This is what I'm doing for now. It works, but is sad.meteor-spkv0.2.2, using the same Meteor version as v0.2.1, but updating the Sandstorm schemas.meteor-spkv0.3.1 with the new schemas and update Wekan to Meteor 1.4. (@mquandalle: I'm curious about your thoughts on this option.)