Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. A few really important things from the meeting:
  2. 1. We have to make a web site/web app type thing that functions to do two things
  3. 1. Connects with our Firebase db to let a publisher sign in successfully
  4. 2. Allows a publisher to publish a story (Again, updating the correct tables in the DB) with images via a form. Need to look into how images are stores in Firebase/rendered in iOS
  5. 3. Research storing images in Firebase and rendering in iOS app
  6. 4. Chris and Andres should do this since they can’t develop the iOS app
  7. 2. The DB needs to be able to archive news stories
  8. 1. Remove stories from News table and move to Archive table
  9. 2. Look into “Firebase Cloud Functions” to automatically sweep the DB once ever 24 hours and perform this actions via a js script
  10. 3. Matt should do this
  11. 3. iOS app additions (ETHAN)
  12. 1. Need to have a scrolling view of stories in the user portal
  13. 2. Allow user to get stories based on preferences of location and time table etc
  14. 3. User sign-out functionality
  15. 4. User update location via a search bar
  16. 4. Port app to TestFlight
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement