jazzdotdev / flute

The Application Framework Built for Powerful, Secure features and add-ons
17 stars 4 forks source link

change from content/home to content/uuid and set uuid in torchbear.toml #79

Open naturallymitchell opened 5 years ago

naturallymitchell commented 5 years ago

change from content/home to content/uuid and set uuid in torchbear.toml

we could also have a db of friends to that home content store friend model with uuid to be used as document id of friend and of content store

Arnaz87 commented 5 years ago

Use the field home_store in torchbear.toml, if none exists, generate a uuid and append it to the file.

This is a brittle solution because depending on how the toml is written, it can end up in a wrong toml table, but gotta be enough for now.

Arnaz87 commented 5 years ago

For friends, profiles have an optional friend boolean field, rather than storing the list in a separate db

naturallymitchell commented 5 years ago

waiting on https://github.com/foundpatterns/speakeasy-libs/issues/7