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

贡献者指南