ZeldaFlower / Trivia

0 stars 2 forks source link

Add your own questions to the app for $ - subscription or one time purchase #10

Open ZeldaFlower opened 3 years ago

ZeldaFlower commented 3 years ago

As a user of Christine Trivia, I would like to make a one time purchase or subscribe monthly to be able to go on a website and add, edit, and remove my own trivia questions and categories.

ZeldaFlower commented 3 years ago

7/25: did text boxes for the question, category, and 4 answers. Next:

  1. make a text box for the correct answer number
  2. ensure that answer number is a number and is a filled out answer
  3. change endpoint structure or require all four answers
  4. create aws gateway with endpoint that points to the trivia lambda; just like the food tracker one does
  5. ensure add works through logging in with amazon
  6. ensure editing works
  7. Repeat for getting
  8. Repeat for deleting
ZeldaFlower commented 3 years ago
  1. Figure out new API gateway GUI
  2. create aws gateway with endpoint that points to the trivia lambda; just like the food tracker one does
  3. ensure add works through logging in with amazon
  4. implement editing
  5. implement getting
  6. implement deleting