kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

need an index/catalog of payables to do upgrades #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
in order to be able to upgrades without scanning the entire portal, we
neeed a record of products in the system. 

-kapil

Original issue reported on code.google.com by kapilt@gmail.com on 17 Aug 2007 at 5:03

GoogleCodeExporter commented 8 years ago

Original comment by cjj.ifpe...@gmail.com on 23 Oct 2007 at 9:27

GoogleCodeExporter commented 8 years ago
as i understand it, given lack of backwards compatibility, we are moving this 
to next
release

Original comment by cjj.ifpe...@gmail.com on 27 Nov 2007 at 1:55

GoogleCodeExporter commented 8 years ago
moving this to next release...as kapil reports: 

we haven't needed it to date, and hopefully we won't have to trawl the site per
se..if we need to add an attribute to buyables or donation its a bit tricky at 
the
moment, without actually walking the site.. just walking the orders and items 
can get
us things actually purchased, but not all the things marked for purchase.  to 
date,
it hasn't been an issue, and we can do lazy initilization of new variables if 
needed

Original comment by cjj.ifpe...@gmail.com on 23 Apr 2008 at 8:18

GoogleCodeExporter commented 8 years ago
This is already possible. The portal catalog indexes provided interfaces. 
Search for
the marker interface: 

{'object_provides':IBuyableMarker.__identifier__}

Original comment by sune.woeller@gmail.com on 25 Apr 2010 at 4:07