Hi all,

I'm working on a fairly modified implementation of DSpace (version 3.2 on 
Postgresql) and one of the features we are implementing is to update the browse 
list so that users can select whether or not to show items that have been 
deemed 'past their sell by date'. So the general idea is that I have created an 
additional table that stores the id of the item and an integer value. When this 
value goes lower than a certain point, we don't want that item to show up in 
browse lists (unless the user selects an option to show it). Now in SQL this is 
fairly simple to do - we either use an SQL "WHERE item_id IN ( SELECT item_id 
FROM new_table WHERE value > 0)", or by simply joining the tables and then 
doing the evaluator. Now, the actual list of items obtained through the browse 
page goes through a number of classes and interfaces that make it very 
difficult (if not impossible) to do this. Am I missing something or do I need 
to do a huge amount of redevelopment to be able to actually do this? I've 
basically spent the whole day so far going around in circles on something that 
we thought would be fairly simple to do...

Thanks,

Adam Rousell


This message and any attachment are intended solely for the addressee and may 
contain confidential information. If you have received this message in error, 
please send it back to me, and immediately delete it.   Please do not use, copy 
or disclose the information contained in this message or in any attachment.  
Any views or opinions expressed by the author of this email do not necessarily 
reflect the views of the University of Nottingham.



This message has been checked for viruses but the contents of an attachment

may still contain software viruses which could damage your computer system, you 
are advised to perform your own checks. Email communications with the 
University of Nottingham may be monitored as permitted by UK legislation.









------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to