Anıl Şenay
Anıl Şenay
I added Turkish version also. I changed both of sentences.
For a better a11y(Accessibility) some div tags must be replace with semantic tags.
Cart functions are kinda weird. I did not think on decrease function yet.
There are some 'not filtered' queries. I filter them after fetch all of data. Firestore has some limits for filtering queries thats why I did not find a better solution.
I have planned there will be shown a right side bar after click Filter button. I am not sure about Sort button.
- Need to support maps: `response.New(map[string]string{"field1": "value", "field2": "value"}, "OK", "200")` `response.New(map[string]interface{}{"field1": "value", "field2": 12345}, "OK", "200")` - Need to support interfaces: ```go type SuccessResponse struct{ StatusCode int `json:"status"` Data...