Greenstand/treetracker-query-api

Get /organizations/{id} change the order for associated planters

開放

#243 建立於 2022年10月13日

 (2 則留言) (0 個反應) (1 位負責人)TypeScript (65 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (17 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

The endpoint: GET /organizations/{id} will return links which includes associated_planter currently, this link is: /planters?organization_id=${organization.id}&limit=20&offset=0 we need to change it to associated_planters:/organization_id=${organization.id}&limit=20&offset=0&order_by=aboutso the planters that hasabout` content (not empty) will be ordered on the top of the list.

Prerequisites: https://github.com/Greenstand/treetracker-query-api/issues/242

貢獻者指南