bsed / ala

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

Add flag on Project to indicate if the project should be harvested by the Atlas #698

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are two parts to this:

1) Add a boolean flag to the Project domain object (harvestedByAla?). Default 
it to true, but allow nulls
2) Add a new web service endpoint 'harvest' that returns a JSON list of object, 
each object containing basic expedition info about projects whose 
'harvestedByAla' flag is true. The most important piece of information would be 
the project id, but also include name and whatever else you might think would 
be interesting (maybe some counts?). You could use the 'ajax/expeditionInfo' 
method as a basis for this

Can you also create a URL mapping so that ws/... -> ajax/..?

Original issue reported on code.google.com by david.ba...@gmail.com on 13 Jun 2014 at 4:31

GoogleCodeExporter commented 9 years ago
Fixed in revision #713 #714

Original comment by simon.b...@csiro.au on 13 Jun 2014 at 8:12