ucsb-cs156-m23 / proj-happycows-m23-10am-4

https://ucsb-cs156-m23.github.io/proj-happycows-m23-10am-4/
0 stars 1 forks source link

FEATURE: Create backend API end points and controller for profit table pagination feature. #65

Closed yuanchenmeng closed 1 year ago

yuanchenmeng commented 1 year ago

Overview

This issue creates API end points profit table with query keyword 'page' and 'size'.
Sample API endpoint:

/api/profits/paged/commonsid?commonsId=1&page=0&size=5

This endpoint prepares for pagination feature for profit table.

Affiliation

This issue is affiliated to issue #6

Acceptance Criteria