dreamcatcher-tech / dreamcatcher-stack

https://dreamcatcher.land
1 stars 0 forks source link

Make a factory for making datums and collections #135

Open inverted-capital opened 1 year ago

inverted-capital commented 1 year ago

Most datums and collections are merely using the base collections reducer and then supplying an initial schema. We should make a factory function that does this automatically with defined inputs, so people can make their own covenants easily.

Letting people identify some other covenant, and then forking the current schema should also be trivial to achieve.