rpt14-codeblooded / photo-gallery-service

MIT License
0 stars 1 forks source link

Have all gallery pictures be related to the main picture - M #23

Open manuelreneduran opened 5 years ago

manuelreneduran commented 5 years ago

Will require reseeding the database. --update schema to have a main picture and an array of related pictures --retrieve in client based on id, set main picture to mainPicture state value and array to galleryPictures state value.