Rfishernc / gardenshare

0 stars 0 forks source link

Data structure #14

Open Rfishernc opened 5 years ago

Rfishernc commented 5 years ago

-- User object -- user1: { userName: 'Captain Userfellow', email: 'allthespam@yahoo.com', password: '12345', picture: 'www.someurl.org', locationName: 'Lebaneasy, TN', location: '37090', reliabilityRating: '8.4', qualityRating: '7.3', numRating: '17' }

-- Trade Request object -- trade1: { user1: 'GardenGnome', user2: 'DrGreenThumb', dateSent: '04-15-2099', dateTrade: '07-22-3002', accepted: false, plantsUser1: { potato: '5', potato: '4' }, plantsUser2: { tomato: '4', tomato: '5' }, reliabilityRating: false, qualityRating: false, id: 'trade1' }

--Plants object -- plant1: { plant: 'blueberry', num: '3', surplus: '1', datePlanted: '01-01-0001', dateHarvest: '02-02-0001' user: 'Gardenus Maximus' }

-- Message object -- message1: { tradeId: 'trade5', user: 'Johnny Appleseed', message: 'I sure love apples yall', date: '12-25-1795' }