Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

feat: Dynamic socials #39

Open
theS1LV3R opened this issue Jan 23, 2021 · 1 comment
Open

feat: Dynamic socials #39

theS1LV3R opened this issue Jan 23, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@theS1LV3R
Copy link
Member

original issue on Linear

Using an object, have custom socials for a team.

socials: {
  social: value,
  social2: value,
}

Some socials will be predefined with a custom format (websites, twitter, etc).

Allow socials to be added from the frontend using a list

@theS1LV3R theS1LV3R added the enhancement New feature or request label Jan 23, 2021
@theS1LV3R
Copy link
Member Author

Example request:

PATCH /team/:teamID

{
  "socials": {
    "reddit": "/r/ctfnote"
  }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant