Justin Carter
Justin Carter
I have doubts about exposing the fields individually over GQL I was thinking something much simpler like a `string` field that accepts a JSON blob. We should probably discuss this...
Wonder if these tools can help: https://github.com/thenativeweb/get-graphql-from-jsonschema https://github.com/lifeomic/json-schema-to-graphql-types
> > I've made some comments on the documentation. > > should we had another field `visible` or `viewable`? > > still a big question for me whether we should...
> I'm reading https://www.ory.sh/docs/kratos/manage-identities/overview and I'm wondering if the right data store for the custom field is actually not kratos? maybe we can discuss this in a call (still learning...
When we do this I would advocate a naming pattern like `XxxRecord` ie `UserRecord` to clearly associate these types with the persistence layer that will hopefully emerge. The concept of...
``` - debit | credit: number # forced by medici - accountingCurrency: "USD" | "BTC" - satsAmount: BigInt - centsAmount: BigInt - satsFee: BigInt - centsFee: BigInt - displayAmount: BigInt...
Imo it would be much better to implement this using optimistic concurrency on the journal collection instead of locking via an additional Account Collection. Perhaps we can have a chat...
As the target of the test is the backend code I think having this test run only in the local setup (ie docker-compose) should be enough to ensure the code...
We will need some kind of RBAC. Right now we have a naive self-made implementation that won't do long term. The PR was a POC to introduce Casbin which is...
This PR is mainly a bunch of boilerplate to explore how one could represent authorization in galoy. It is not intended to be merged or continued to work on but...