You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properties table will have most of what's in the current listings table, but remove refs col.
Listings will contain the link to the listing and a foreign key to the Properties table.
When the UI requests all the listings, it'll get them back in the same JSON structure as now, but with refs as an array of strings. This can either be done with a join of some sort or just in Go by the server.
This will enable better control of removals and notifications.
The text was updated successfully, but these errors were encountered:
Properties table will have most of what's in the current listings table, but remove refs col.
Listings will contain the link to the listing and a foreign key to the Properties table.
When the UI requests all the listings, it'll get them back in the same JSON structure as now, but with refs as an array of strings. This can either be done with a join of some sort or just in Go by the server.
This will enable better control of removals and notifications.
The text was updated successfully, but these errors were encountered: