Greenstand/treetracker-query-api

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

オープン

#243 opened on 2022/10/13

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (65 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (17 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド