Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User can create a survey #4

Open
eputnam opened this issue Nov 24, 2021 · 0 comments
Open

User can create a survey #4

eputnam opened this issue Nov 24, 2021 · 0 comments

Comments

@eputnam
Copy link
Owner

eputnam commented Nov 24, 2021

A user of this app should be able to create a survey.

API

The creator should be able to
POST /surveys
with

{ "team": "string" }

and get the "participant URL" back, which will take a participant to the survey page to start sending responses.

Service

The server needs to do some stuff when the API gets hit.

  • write the survey to the database
  • get questions from github
  • write the questions to the database
  • generate the participant URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant