Open MikhailDeriabin opened 1 month ago
@sebastyijan-fi
There has been new features requests from the game team, so I had to make some small changes to the Item model as well as to FleaMarketItem. The changes should appear soon in the dev branch in ER and swagger.
Here is what has been changed:
name
field is now an enum. It is kinda type of the Item and defines some common properties of the Item. There are now also a record with these predefined properties, which is based on this table.recycling
field and its enum has different values. Previously they were epic
, rare
and common
. Now they are actually recycling values.qualityLevel
is a new field with the old recycling
enum values.These changes should not affect much the flea market, it is just FYI since you are working with this part of code.
@sebastyijan-fi
Do you have some problems with the task, what is its status atm?
Swagger