code-tofu / project_Pokemart

0 stars 0 forks source link

Product DB Creation Inefficiencies #38

Open code-tofu opened 1 year ago

code-tofu commented 1 year ago
image image image

ProductID checks is done after the the product is created, and the product is discarded if there is duplicate. This is inefficient and unnessary.