Skip to content

add limit / pagination / streaming to the user friendly /members/{id}/* endpoints #17

Description

@OriHoch

these endpoints should have limits / pagination / streaming like all the other methods as well as order by:

  • /members/{mk_individual_id}/presence
    • order by date desc (I think it already has it)
  • /members/{mk_individual_id}/attended_committee_meetings
    • order by "StartDate" desc nulls last,"CommitteeSessionID" desc
  • /members/{mk_individual_id}/votes
    • wrap the query and add order by:
      • select * from ( --- existing query --- ) a order by vote_date desc, vote_time desc, session_id desc, sess_item_id desc
  • /members/{mk_individual_id}/bills
    • order by "BillID" desc

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions