-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
One general UI component & workflow we need to implement is a "Choose Existing or Create New" form for related types. For example Deployments have a Device (camera type), a Research Site and a Data Source associated with them. These are all related types with their own fields (camera model name, resolution, lighting type, etc). You should be able to select an existing Device to associate with the Deployment or create a new Device. Something to think about! I am adding & updating these related types in the Django admin for now.
I am fine to limit this to "Choose existing" only for now. And force users to create the related types ahead of time in a different form.

