natcap / urban-online-workflow

This repository hosts the beta implementation of the Urban Online ES Workflow. The project is intended to give urban planners the ability to create and assess scenarios using InVEST Urban models.
1 stars 5 forks source link

Rearrange backend endpoints for study areas #59

Closed dcdenu4 closed 2 years ago

dcdenu4 commented 2 years ago

Keep track of the "study areas" that a user has created, letting them select them in order to create new scenarios, for example.

A Study Area could have many Scenarios, but a Scenario has one Study Area.

Overview of what the backend tables might look like (roughly):

Study Area

Parcel

Scenarios

This will change how some frontend / endpoint api calls are currently managed.

dcdenu4 commented 2 years ago

This is being set up in the frontend-backed-integration branch.

dcdenu4 commented 2 years ago

I think we've accomplished this.