Joep Meindertsma
Joep Meindertsma
@hoijui Interesting, yes, using GitHub as versioning / state management system. JAMSTACK style! I've added it as issue in #97
Should we _always_ create a Drive for new users? I can imagine that for some servers, this might be overkill. For example, If I'm only filling in some anonymous survey....
If we use Commits as messages, the server should know which Commits it should ignore and which it should follow. How should it make this decision? ## Users have a...
## the Subscription class A Subscription is a resource that describes a publish-subscribe relationship between a User and some Collection. - `commitEndpoint` the HTTP endpoint where commits about the thing...
I tried modelling this Property to represent allowed enum values: https://atomicdata.dev/property/i28zxmb8r1k
One of the problems in links between resources, is coming up with names (or creating properties) for the inverted direction. For example, I might have a `favoriteBook`, which might link...
Argument against kebab-case: it doens't work well in ORM style navigation, at least in javascript. ```js resource.keyName.value // vs resource["key-name"].value ``` But if we go for camelCase, does this mean...
Many of the URLs currently actually resolve, except for some of the demonstrative `example.com` URLs. I think the easiest approach is to get rid of these - or host them...
Hi! Awesome that you want to help out :) I'll first make sure both Atomic-Server and Atomic-Data-Browser codebases are combined into one monorepo.
It's merged! It's now one monorepo. Check the `dockerfile` for how it's currently built. Let me know if I can help in any way! Thank you :)