From 9f86721e462e853c077d3ee6fb72e56c55b3379b Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Thu, 8 Feb 2024 10:52:32 +0000 Subject: [PATCH] flavours --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 4 +- flavours/cooperation/README.md | 8 +- flavours/cooperation/config/deps.flavour.git | 2 +- flavours/coordination/README.md | 22 ++ flavours/coordination/config/deps.flavour.git | 22 ++ flavours/coordination/config/deps.flavour.hex | 3 + flavours/coordination/config/deps.js.sh | 11 + flavours/coordination/config/deps_hooks.js | 36 ++++ .../config/flavour_cooperation.exs | 92 ++++++++ .../repo/migrations/.formatter.exs | 4 + flavours/coordination/repo/seeds.exs | 200 ++++++++++++++++++ ...20210122131234_observe_classifications.exs | 7 + 13 files changed, 405 insertions(+), 8 deletions(-) create mode 100644 flavours/coordination/README.md create mode 100644 flavours/coordination/config/deps.flavour.git create mode 100644 flavours/coordination/config/deps.flavour.hex create mode 100644 flavours/coordination/config/deps.js.sh create mode 100644 flavours/coordination/config/deps_hooks.js create mode 100644 flavours/coordination/config/flavour_cooperation.exs create mode 100644 flavours/coordination/repo/migrations/.formatter.exs create mode 100644 flavours/coordination/repo/seeds.exs create mode 100644 flavours/coordination/repo/seeds/20210122131234_observe_classifications.exs diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 750fe880cb..3367ad1162 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,7 +24,7 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Bonfire environment (please complete the following information):** -- Running with Docker? (see WITH_DOCKER env variable): [e.g. none, easy, full] +- Running with Docker? (see WITH_DOCKER env variable): [e.g. none, partial, easy, full] - Running env: [e.g: dev, prod with mix, prod with OTP release, prod with docker image] - Running version (check on your instance's homepage): [e.g: 0.1.1-beta.42-with-JS] - Running flavour: [e.g: classic, cooperation] diff --git a/README.md b/README.md index 794606571c..8ec8c75808 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ This project is in the beta stage - you're welcome to try out it out (specifical This repo includes configurations to run two main [flavours of Bonfire](https://bonfirenetworks.org/use-bonfire/) you can choose from: * [Classic](https://github.com/bonfire-networks/bonfire-app/tree/main/flavours/classic) for basic social networking (beta) * [Community](https://github.com/bonfire-networks/bonfire-app/tree/main/flavours/community) with groups and topics functionality (alpha) -* [Cooperation](https://github.com/bonfire-networks/bonfire-app/tree/main/flavours/cooperation) with a bunch more extensions and features (pre-alpha) +* [Open Science](https://github.com/bonfire-networks/bonfire-app/tree/main/flavours/open-science) building the next generation of open science platforms. (pre-alpha) +* [Coordination](https://github.com/bonfire-networks/bonfire-app/tree/main/flavours/coordination) for organising work and collaborating around projects and tasks (pre-alpha) +* [Cooperation](https://github.com/bonfire-networks/bonfire-app/tree/main/flavours/cooperation) for cooperative production, distribution, and exchange of economic resources (pre-alpha)