Closed nadavshoshan closed 4 years ago
since we want to avoid typo mistakes by our friend on their items requests we want to let them choose from a fixed list
now, for testing, I hardcoded a list of cities and items.
@rotem-benzvi , after we will define the parameters for the gatherer component we will build a database for items and cities which we want to support.
I used Enum to limit the option of items/region
that has solved the problem
great job!!
since we want to avoid typo mistakes by our friend on their items requests we want to let them choose from a fixed list
now, for testing, I hardcoded a list of cities and items.
@rotem-benzvi , after we will define the parameters for the gatherer component we will build a database for items and cities which we want to support.