wehelplive / wehelp.live

We help to solve complex problems in the Ukrainian refugee crisis in EU
https://wehelp.live
MIT License
4 stars 3 forks source link

feat: filter by service and city #76

Closed amanuela97 closed 2 years ago

amanuela97 commented 2 years ago

As a user, I would like to filter services based on the city and the service type. see https://trello.com/c/TnFo7mCd/310-filter-by-city & https://trello.com/c/5To9j8Z2/311-filter-by-service

Acceptance Criteria

Demo

https://deploy-preview-76--wehelpvip.netlify.app/services/

netlify[bot] commented 2 years ago

Deploy Preview for wehelpvip ready!

Name Link
Latest commit 7c4deba1f51dff6c2203a741150975429e679c5e
Latest deploy log https://app.netlify.com/sites/wehelpvip/deploys/62b966500ec77a0008988453
Deploy Preview https://deploy-preview-76--wehelpvip.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

cloudflare-workers-and-pages[bot] commented 2 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7c4deba
Status: ✅  Deploy successful!
Preview URL: https://5b2545f5.wehelp.pages.dev
Branch Preview URL: https://services-filter.wehelp.pages.dev

View logs

Simran191997 commented 2 years ago

route /services displays all services route /services/:location?/ displays services that match the location name spinner is shown when data is loading

Above mentioned acceptance criteria is working fine in android device ,ipad and laptop.

/services/:location?/:service?/ displays services that match the service type

only the above one is not working fine.