Anıl Şenay

Results 13 issues of 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.

help wanted
future-plan

Cart functions are kinda weird. I did not think on decrease function yet.

future-plan

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.

help wanted

I have planned there will be shown a right side bar after click Filter button. I am not sure about Sort button.

help wanted
future-plan
issue

- 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...