-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use fishy as a crate to read schema.lock
and deploy / migrate it automatically
#3
Comments
Hi @Corban-Dallas! Wow, the book library app sounds cool. You can also reach out on our chat https://wald.liebechaos.org if you need some help or have any questions.
That's a great idea! We've been thinking about something similar but didn't realize that In the Meli Android app we're currently building we've implemented a similar flow. Whenever the app starts it automatically migrates to the latest version of the schemas based on the Do you want to prepare a PR for this? |
Was trying to, but during registration nothing happens when I press "Join your team". May be some problem from my side, I'm using Firefox.
Thanks, I will take a look. My original idea was to hide QraphQL client from Dart-side and provide convenient interface of rust-library where all fetching with predefined queries would be happening, so this library can be easily used anywhere, for example in ios-swift app as well.
I am not good enough for this for now =) I am Swift developer, only familiarize myself with Rust and Dart. For now It is just a training project on the stack, nothing serious. |
That's probably related to a weird issue with RocketChat where passwords not following the password policy get rejected but without notification in the UI .. (in the console one can observe the error message). I don't know how to fix this issue in RocketChat, but I just turned off the strict password policy. Let me know if it works again!
Great!
Ah cool, then we'll tackle this in the future. Might get back for some input. |
schema.lock
and deploy / migrate it automatically
Started exploring ideas here: #11 Happy for any feeback @adzialocha & @Corban-Dallas |
Hello!
I am trying to write a decentralized book library app to get familiar with p2panda. Thanks for this great protocol, I think you do amazing job.
It would be nice to have something like fishy as a create to be able to read schemas from lock file and to deploy them to node by GraphQL client or just endpoint.
For example, it would be convenient to provide predefined schema.lock within application bundle, to initialize local offline app's node with these schemas.
Something like:
or may be something different but doing same job.
The text was updated successfully, but these errors were encountered: