swapnilsparsh / DevEmpire

All in one place where you can find all the resources and details of ambassador/ fellowship, open-source events, web dev sites, games and etc. that are available across different sites.
https://devempire.netlify.app
126 stars 132 forks source link

Resolved Repeated items bug #413

Closed Deepanshu0703 closed 11 months ago

Deepanshu0703 commented 11 months ago

Description

There were some repetative items in the Backend beacuse one app can be used in many ways so for that i have made label as an array and now i am chcking whether it includes that label or not . Which is useful in a way that if a application is used in many ways then it is not necessary to repeat them.

Fixes #363

Screenshots

Before

image

Now

https://github.com/swapnilsparsh/DevEmpire/assets/114489502/9881e39b-597e-474b-8423-d2e80c1c9cc4

Checklist

netlify[bot] commented 11 months ago

Deploy Preview for devempire ready!

Name Link
Latest commit 33d0e8ad6a23ac39f991943b20a5db55eccae96b
Latest deploy log https://app.netlify.com/sites/devempire/deploys/64cf4d71b773de00087cedba
Deploy Preview https://deploy-preview-413--devempire.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 configuration.

Deepanshu0703 commented 11 months ago

You have added an empty array of label where there is no tag. So you dont have to provide empty array if there is no label, change the code accordingly.

ok I am doing it

Deepanshu0703 commented 11 months ago

Done @swapnilsparsh