Linkta-org / sandbox

Sandbox sprint repo for core functionality prototype
MIT License
3 stars 1 forks source link

LinktaFlow GET and POST working with database #19

Closed relandboyle closed 4 months ago

relandboyle commented 4 months ago

Description

Trees API is working with database connection for GET (search for tree by treeId) and POST (update existing tree by treeId). Some logic will likely continue to evolve. Currently, update operation overwrites an existing db entry. No versioning or history at this time.

Fixes #6

Type of change

How Has This Been Tested?

Tests pending.

Checklist:

Additional Information: