We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
change from content/home to content/uuid and set uuid in torchbear.toml
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
friend
The text was updated successfully, but these errors were encountered:
Use the field home_store in torchbear.toml, if none exists, generate a uuid and append it to the file.
home_store
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.
Sorry, something went wrong.
For friends, profiles have an optional friend boolean field, rather than storing the list in a separate db
waiting on jazzdotdev/jazz-libs#7
No branches or pull requests
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 storeThe text was updated successfully, but these errors were encountered: