Greenstand / treetracker-query-api

To fetch Greenstand map data for client's like web map, wallet app, and so on.
GNU General Public License v3.0
14 stars 58 forks source link

feat: added /stakeholder/stakeholder_id endpoint #377

Closed XLPeng57 closed 5 months ago

XLPeng57 commented 6 months ago

Added endpoint for #372

fixed: #372

dadiorchen commented 5 months ago

When you use: fixed: #xxx it will link the PR with issue, and automatically close issue when pr get merged

dadiorchen commented 5 months ago

The unit test looks great.

We didn't set up a good base for this repo, so we just do unit test to cover the repository class, ideally we should use integration test to cover code crossing files.

So did you try to run the server and tested the endpoint?

dadiorchen commented 5 months ago

Great job, thank you for your contribution!