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

Implement basic SIG management #13

Open
McPringle opened this issue Aug 13, 2017 · 0 comments
Open

Implement basic SIG management #13

McPringle opened this issue Aug 13, 2017 · 0 comments
Milestone

Comments

@McPringle
Copy link
Contributor

SIG = Special Interest Group

An SIG should have the following properties:

  • id (unique)
  • version
  • name
  • mission
  • contact(s)

A contact should have the following properties:

  • firstname
  • lastname
  • email
  • company

The RESTful JSON API:

  • POST /api/sigs: Create a new SIG (secured, admin only)
  • GET /api/sigs: Get a list of all sigs
  • GET /api/events/{id}: Get the event with the specified id
  • PUT /api/sigs/{id}: Update the SIG with the specified id
@McPringle McPringle added this to the v1.0 milestone Aug 13, 2017
@McPringle McPringle removed the wontfix label May 3, 2018
@McPringle McPringle reopened this May 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant