cozemble / monorepo

A data and process canvas
https://cozemble.com
Apache License 2.0
13 stars 1 forks source link

Support creation of references-* relationships during data entry #22

Closed mike-hogan closed 1 year ago

mike-hogan commented 1 year ago

If I have a Booking that references-one Customer, and I am creating a new Booking or editing an existing Booking, when it comes to associating it (the Booking) to a customer, I want to be able to pick from existing customers, of course, but this feature is about being able to create a new Customer right there.

I guess the UI can slide over to a new Customer view, and on save, the Customer gets saved, the Booking view slides back into view, and the Customer relationship is filled in

mike-hogan commented 1 year ago

Done using stacking editor, and adding a capability to DataRecordViewClient