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

Implement basic sponsor management #12

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

Implement basic sponsor management #12

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

Comments

@McPringle
Copy link
Contributor

A sponsor should have the following properties:

  • id (unique)
  • version
  • name
  • description
  • logo (only upload, use id as filename)
  • link
  • level (silver, gold, platinum)
  • status (inactive, active)

The RESTful JSON API:

  • POST /api/sponsors: Create a new sponsor (secured, admin only)
  • GET /api/sponsors: Get a list of all sponsors
  • GET /api/sponsors?level={level}: Get a list of all sponsors with the specified level
  • GET /api/sponsors/{id}: Get the sponsor with the specified id
  • PUT /api/sponsors/{id}: Update the sponsor 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