metrotranscom / doorway

component-based web framework for affordable housing management
Apache License 2.0
3 stars 1 forks source link

Record of listing copy #806

Open sarahlazarich opened 1 week ago

sarahlazarich commented 1 week ago

As a part of the listing duplication feature, we need to store a record of if a listing was copied and what it was copied from, and surface it in the listing export.

AC:

Technical Notes:

sarahlazarich commented 6 days ago

Might need to do some discovery to relate the listing table to itself - relate two ids on the same tabs If it's supported by Prisma, use that If that doesn't work, just make it a string field on the DB