You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
space between brands and the background of the hero section
the border reduis top left and bottom right I think it will be zero
remove the interface to interface file from carCard components
make a style file and add remove all styles to the styles file in carCard
I think we can make some reactor in carFilter components but I don't know what I can do so you can think about it and discuss it on Sunday
add a component to typography
and in sendRequestModel can make code best than the current code and we have some errors we send the mileage but don't send the mileage type it is km or mile and make some changes in the database because we save the number in the database we will discuss this point
The text was updated successfully, but these errors were encountered:
Regarding the mileage, we only deal with the kilometer unit when storing and displaying vehicle information, so I suggest that we check the 'type' variable on the client side, where the site converts the mileage value in case the type is 'mile' then we send the data to the server.
And I want to point out an important thing on the filter page, The model options should be dynamic according to the brand, as the user does not want to search in the models of a brand that he didn't choose, so I suggest that the options value be based on the result of the brand filtering process not on fixed values stored in an array.
some refactor :
space between brands and the background of the hero section
the border reduis top left and bottom right I think it will be zero
remove the interface to interface file from carCard components
make a style file and add remove all styles to the styles file in carCard
add a component to typography
The text was updated successfully, but these errors were encountered: