CulturedCheese / thesis-project

4 stars 4 forks source link

FEAT/FIX/CLEANUP connects the front-end to the oDesk API and fixes gulp ... #161

Closed kchia closed 9 years ago

kchia commented 9 years ago

...build, so that dist folders include Boxify images and styles; 'Next Page' feature not working

FIX resolves merge conflicts in client/index.html

CLEANUP deletes node elance module

FEAT collects summary profile information from odesk API

FIX resolves merge conflict in DevSearchApp.react

FIX adds config.js to .gitignore

FIX fixes .gitignore

CLEANUP deletes client/profiles.html-using one page format for whole app

FEAT adds listings section to index.html

FEAT adds react components for freelancer profiles - now render correctly on one page app

FEAT connects odesk-backend to the front-end; profiles are now displayed in index.html

FEAT adds next page button

FEAT adds button to ProfilesApp's render function

FEAT/CLEANUP deletes mock profiles data, removes unneeded code, returns odesk API data

CLEANUP deletes unneeded code

FEAT adds css file for freelancer profile boxes

FEAT makes language, country, and page dynamic variables in the odesk route

CLEANUP uses

tags, rather than separate react subcomponents, for profile details

FEAT copies image folder to dist folder during file build

FIX makes page variable default to 0 if req.page is undefined

FEAT adds NextPage subcomponent to Profiles componenet

CLEANUP deletes mock freelancers profile data

CLEANUP deletes references to DevSearchStore

FEAT working on 'Next Page' refresh feature