SF-FCC / nextstep

0 stars 6 forks source link

React Redux for Job model #26

Closed Nalipp closed 5 years ago

Nalipp commented 5 years ago

This could be used as the inital state.

const jobs = [ { postingUrl: 'https://angel.co/black-sms/jobs/266042-software-engineer-fullstack', company: 'Black SMS', jobTitle: 'Software Engineer - Fullstack', status: 'Interested', location: 'San Francisco', source: 'AngelList', }, { postingUrl: 'https://www.dice.com/jobs/detail/3431bbb22f3ce9b6cb0a9ec3ba00b6ed?src=32&CMPID=AG_ZR_PD_JS_US_OG_RC_&utm_campaign=Advocacy_Ongoing&utm_medium=Aggregator&utm_source=ZipRecuiter&rx_campaign=ziprecruiter36&rx_group=102012&rx_job=90907234%2F3431bbb22f3ce9b6cb0a9ec3ba00b6ed&rx_medium=cpc&rx_source=ziprecruiter&zip_cid=4b5533ed-e2bd-4bdc-b8f7-7bc98b8d2e90', company: 'Intelletec LLC', jobTitle: 'Full Stack Developer (React Python)', status: 'Applied', location: 'San Francisco', source: 'Dice', }, { postingUrl: 'https://www.linkedin.com/jobs/view/993029730/', company: 'Guidebook Inc', jobTitle: 'Software Engineer--Web', status: 'Phone Call', location: 'San Francisco', source: 'LinkedIn', }, { postingUrl: 'https://jobs.lever.co/appacademy/2cec5cb5-6250-476e-b981-86467e4c9c27', company: 'App Academy', jobTitle: 'Software Engineer', status: 'applied', location: 'San Francisco', source: 'CompanyWebsite', }, { postingUrl: 'https://angel.co/crew-3/jobs/158070-front-end-developer', company: 'Crew', jobTitle: 'Front-end Developer at Crew', status: 'On site', location: 'San Francisco', source: 'AngelList', }, { postingUrl: 'https://angel.co/luxe-1/jobs/300616-software-engineer-front-end', company: 'LUXE', jobTitle: 'Software Engineer (Front End) at Luxe', status: 'assignment', location: 'San Francisco', source: 'AngelList', }, ]