1. Get rid of the "activities" pointer in the fetchActivities request
(#140). This would have the following spec change:
instead of: (datarequest.js line 328)
* When processed, returns an object whose "activities" property is a
Collection<Activity> object.
do this:
* When processed, returns an Collection<Activity> object.
2. Add paging support to fetch activities. (#141) This would involve
adding a max, first, sortOrder and possibly filterType param as
accepted parameters into the request. Perhaps simply reusing the
pagination params that are already defined for the people fetching
methods.
Do we want to do either or both of these?
Please chime in.
Thanks.
- Cassie
We change this:
When processed, returns an object whose "activities" property is a
Collection<Activity>
to this:
When processed, returns a Collection<Activity>.
+1 from me.
Thanks.
- Cassie