Jump to content

scuba303

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by scuba303

  1. seems like i was looking for repeaters.. edit: ok, maybe not. need it more scaleable, i am afraid.
  2. hi apeisa, basic concept would be - user can register themselves - user got a profile with his skills and equipment - user can change their status if they are available on a certain date. those status should be searched by the people visiting the portal. so visitor says: i need a driver with license for trucks and equipment in the region of berlin for 31.01.14 this would give him a list view with a search result and contact details. and a link to a detail page where the visiotor could get more information about the user. so usually i would generate a record to be searched based on the updated status. deleting all past entries on a new day.
  3. hi. just got hinted to processwire today. as i am about to develop a portal i try to figure out if this can be done with processwire. basically it's a portal where people can find other based on distance to a given location and to their skills (like driving license and so on). i am coming from typo3 world. there i would have a collection of items which a plugin would present on a page. not sure if this is the way to be in processwire. is it more like each of this items would be a page? or could i introduce a variable like $searchitem to be similiar to the $page approach? well.. from as far as i read the documentation so far i would love to have a something like $searchitem->find('radius, lat_lng')->find('license', 1) (pseudocode)
×
×
  • Create New...