Hasan Nagizade
12/23/2022, 9:55 PM"product/{productId}?picture={productPicture}&name={prodName}&prodType={chatType}&groupId={groupId}&amount={prodAvailable}"
Ian Lake
12/23/2022, 10:10 PMColton Idle
12/23/2022, 10:26 PMsindrenm
12/24/2022, 8:04 AMMark Murphy
12/24/2022, 2:52 PMIn our case it's simply because we don't have an IDThere is always an ID. If you don't get one, you make one as part of your in-memory representation. Whether that is an index or a timestamp or a UUID or something else is up to you. Your repository or other data layer caches the in-memory representation with the ID(s). You pass the ID around as needed to fetch the data from the repository.
sindrenm
12/24/2022, 2:55 PMsindrenm
12/24/2022, 2:56 PMHasan Nagizade
12/24/2022, 3:48 PMColton Idle
12/24/2022, 3:56 PM