-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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-spkv0.2.1 to include the updated schemas. This is what I'm doing for now. It works, but is sad. - Release
meteor-spkv0.2.2, using the same Meteor version as v0.2.1, but updating the Sandstorm schemas. - Release
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.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels