423S25 / repo2

https://423s25.github.io/repo2/
MIT License
0 stars 1 forks source link

Duplicating Items [High Priority] #7

Closed NolanJenko closed 2 months ago

NolanJenko commented 3 months ago

Duplicating Items

Currently when sorting one of the columns of the inventory table, some of the items will get duplicated in the list if they share a common value.

How to Reproduce

  1. Create a new item with the name "hello"
  2. Create another new item with the name "hello"
  3. Sort the column "item name"

Possible fixes

This issue most likely lies in how the rows are being sorted so that should be the first area to investigate.

NolanJenko commented 3 months ago

This issue should be finished quickly and done in the next few days, I have narrowed down the function that is causing the issue.

NolanJenko commented 2 months ago

Added ids as a part of requests as a part of #16 , that make each row unique and removes the duplication glitch.