Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved Repeated items bug #413

Merged
merged 3 commits into from
Aug 6, 2023
Merged

Conversation

Deepanshu0703
Copy link
Contributor

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

video.mp4

Checklist

  • Tests have been added or updated to cover the changes
  • Documentation has been updated to reflect the changes
  • Code follows the established coding style guidelines
  • All tests are passing

@netlify
Copy link

netlify bot commented Aug 5, 2023

Deploy Preview for devempire ready!

Name Link
🔨 Latest commit 33d0e8a
🔍 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.

Copy link
Owner

@swapnilsparsh swapnilsparsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@Deepanshu0703
Copy link
Contributor Author

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
Copy link
Contributor Author

Done @swapnilsparsh

@swapnilsparsh swapnilsparsh merged commit 7ef540d into swapnilsparsh:master Aug 6, 2023
4 checks passed
@swapnilsparsh swapnilsparsh added gssoc23 GirlScript Summer of Code 2023 level2 Medium labels Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc23 GirlScript Summer of Code 2023 level2 Medium
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repetitive items in Backend Page and Addition of more items
2 participants