RefugeesWork / organization

Refugeeswork.com is a mobile friendly app for newcomers to find freelance work
http://www.refugeeswork.com
4 stars 0 forks source link

RefugeesWork website #1

Open ninabreznik opened 8 years ago

ninabreznik commented 8 years ago

Website (Remake)

Whenever this issue gets to full, put stuff into code or assets or documents on github and link them here instead :-) ...or delete outdated content

New frontend for browsing projects (Thanh)

https://refugeeswork.github.io/frontend/

Translations

There are bunch of tools there that could help with code quality & testing:

var data
/***************************************************************************
  http://refugeeswork.com/profile
***************************************************************************/
data = {
  usertoken: '13rf9je9sjt9jw4',
  update: {
    name: 'John Doe'
  }
}
xhr('http://refugeeswork.com/api/updateUser', data)
/***************************************************************************/
data = {
  usertoken: '13rf9je9sjt9jw4',
  update: {
    description: '.....loremipsum....',
    title: '....foobarbaz....'
  }
}
xhr('http://refugeeswork.com/api/updateRequest', data)
/***************************************************************************
  http://refugeeswork.com/en/leads
***************************************************************************/
data = {
  usertoken: '13rf9je9sjt9jw4',
  update: {
    description: '.....loremipsum....',
    title: '....foobarbaz....'
  }
}
xhr('http://refugeeswork.com/api/leads', function (response) {
  console.log(response)
  /*
    [
      { lead1 },
      { lead2 },
      { lead3 }
    ]
  */
})

Wireframes (inspiration)

ninabreznik commented 8 years ago

APIs

API SHOW ALL USERS

www.refugeeswork.com/users

API SHOW ONE USER

www.refugeeswork.com/users/:id

API SHOW ALL LEADS

www.refugeeswork.com/api_leads

API SHOW ONE LEAD

www.refugeeswork.com/api_leads/:id

ninabreznik commented 8 years ago

Change text on the page to fit Inga's text:

Some newcomers are skilled programmers and web designers or they currently learn together with a team of professional mentors. Let's not keep them waiting and help by offering them freelance opportunities.