ScorpionFiko / UTOR-PROJ01-TEAM12-Space-Trek

University of Toronto - Project 01 - Team 12 - Exploring Mars app
MIT License
2 stars 0 forks source link

retrive images from APOD #11

Closed ScorpionFiko closed 1 year ago

ScorpionFiko commented 1 year ago

As a website user, I would like to see images from space So that I can explore the galaxy

Accpetance Criteria

  1. images from the APOD must be retrieved with the search criteria input in the space search user form
  2. user will supply start date and end date in the format "YYYY-MM-DD"
  3. must return an object array.
  4. Fields in the object must be
  5. SRC mapping to hdurl
  6. Message mapping to title
ScorpionFiko commented 1 year ago

@devarsh2395, I updated the story

devarsh2395 commented 1 year ago

Images are retrieved and all the acceptance criteria has been fulfilled.