issues
search
DoubleO31
/
Civitas-Project
Civitas Photo Sharing Website
0
stars
0
forks
source link
Scrum July 09
#5
Open
nuomiji
opened
6 years ago
nuomiji
commented
6 years ago
Kelly: I worked on:
set up server using NodeJS
established connection to MongoDB Atlas, now able to insert and query data from NodeJS
I plan to work on:
retrieving image from cloud database and correctly render it in our app
completing the upload functionality which allows users to add a new highlight and a new image to our cloud database
I am stuck on:
storing images in app (in localStorage???, as a state??)
creating a unique ID for the image so the highlight could link to its image
rendering images (from binary file? or should I parse it before sending it over the server?)
Kelly: I worked on:
I plan to work on:
I am stuck on: