Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Make Hackathon events programmable by an administrator and exposed via an API endpoint #50

Open
nyaculak opened this issue Jan 10, 2019 · 1 comment
Assignees

Comments

@nyaculak
Copy link
Member

We want admins to be able to set the hackathon events either through an in-app interface an external file. The events should be retrievable through a backend API call.

@eveninglily
Copy link
Member

Events should be formatted like this: https://github.com/gotechnica/technica-mobile-app/blob/master/assets/schedule.json

The main thing to add to it is for each event, have a 'tag' field, that would be "Food". "Mini Event", etc.

Ideally, have the following endpoints:

  • Create event
  • Get event
  • Edit event
  • Delete event
  • Return entire schedule

With everything but the GET ones admin-protected

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

No branches or pull requests

3 participants