Skip to content

Feat: Add enable/disable option for hivemind whole module setting! #26

@amindadgar

Description

@amindadgar

We want to be able of enabling/disabling the whole hivemind module.

{
  "_id": ObjectId(""),
  "name": "hivemind",
  "community": (""),
  "options": {
    "platforms": [
      {
        "platform": ObjectId(""),
        "name": "platform1",
        "_id": ObjectId(""),
        "metadata": {
           ...
        }
      }
  ]
  },
  "createdAt": Date(),
  "updatedAt": Date(),
  "activated": true   # We want this option to be added
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions