ScorpionFiko / UTOR-PROJ01-TEAM12-Space-Trek

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

modify display images function to also accept element #26

Open ScorpionFiko opened 1 year ago

ScorpionFiko commented 1 year ago

As a user I would like to see a coursel in the captain's log menu So that I can preview the images

Acceptance Criteria:

  1. Carousel is displayed when the user reivews previous search results.

TEchnical consideration:

  1. Modify function name displayMissionImages to displayImagesInOrbit
  2. Modify parameter list of displayImagesInOrbit to accept an orbit element .
ScorpionFiko commented 1 year ago

done