rohanvarshney / LostThenFound

A consolidated lost and found solution for universities & campuses.
http://gtlostandfound.herokuapp.com/
GNU General Public License v2.0
1 stars 0 forks source link

Sync Database in Mongo to Data Format in App Mock Data #47

Closed rohanvarshney closed 3 years ago

rohanvarshney commented 3 years ago

Make sure all attributed matched against mock array data in App.js to the provided schema created by Dagm and Ski within the MongoDB cluster that was created.

rohanvarshney commented 3 years ago

Was done by focusing on correct input of dates and field values. Some values such as date/time with unique formatting will need to be accommodated, otherwise synced that the difference between mock data in App.js and MongoDB cluster data will be minimal. Smoothing those differences upon connection is another task.