-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
3rdparty applications need a simple global database to store people's offers and wants.
Each 'proposition' must have:
- title
- description
- direction (offer or want)
- visibility setting (visible in local system, or globally)
- client system id
- local user id
- share_method(s) (permanent transfer, temp transfer, communalgood, service)
- payment (free, direct exchange, localcurrency)
- deliver_to radius
- coordinates
- quality rating (maybe 1-5)
- expiry date
And apart from authentication we therefore need the following methods - register_proposition
- update_proposition
- view_proposition
- filter by keywords, location/radius, pager, limit
- get_coords($address) would be useful.
Metadata
Metadata
Assignees
Labels
No labels