mock sync group editing: made tables columns more consistent; initialize database rows upon editing

This commit is contained in:
2026-02-20 23:04:18 -07:00
parent 5ec4fe67b0
commit 4352062227
9 changed files with 479 additions and 232 deletions
+12
View File
@@ -108,6 +108,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "1",
},
ShopName: "Etsy 1",
SKU: "sku 1",
Name: "name 1",
Description: "description 1",
@@ -124,6 +125,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "2",
},
ShopName: "Etsy 1",
SKU: "sku 2",
Name: "name 2",
Description: "description 2",
@@ -140,6 +142,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "3",
},
ShopName: "Etsy 1",
SKU: "sku 3",
Name: "name 3",
Description: "description 3",
@@ -156,6 +159,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "4",
},
ShopName: "Etsy 1",
SKU: "sku 4",
Name: "name 4",
Description: "description 4",
@@ -172,6 +176,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "5",
},
ShopName: "Etsy 1",
SKU: "sku 5",
Name: "name 5",
Description: "description 5",
@@ -188,6 +193,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "6",
},
ShopName: "Etsy 1",
SKU: "sku 6",
Name: "name 6",
Description: "description 6",
@@ -204,6 +210,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "7",
},
ShopName: "Etsy 2",
SKU: "sku 7",
Name: "name 7",
Description: "description 7",
@@ -220,6 +227,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "8",
},
ShopName: "Etsy 2",
SKU: "sku 8",
Name: "name 8",
Description: "description 8",
@@ -236,6 +244,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "9",
},
ShopName: "Etsy 2",
SKU: "sku 9",
Name: "name 9",
Description: "description 9",
@@ -252,6 +261,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "10",
},
ShopName: "Etsy 2",
SKU: "sku 10",
Name: "name 10",
Description: "description 10",
@@ -268,6 +278,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "11",
},
ShopName: "Etsy 2",
SKU: "sku 11",
Name: "name 11",
Description: "description 11",
@@ -284,6 +295,7 @@ func getDevListings(acctID int64) []Listing {
},
ListingID: "12",
},
ShopName: "Etsy 2",
SKU: "sku 12",
Name: "name 12",
Description: "description 12",