Skip to content

Add Tag Editing Functionality to Update Listing with Backend Support (#433) #449

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

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

dipexplorer
Copy link
Contributor

@dipexplorer dipexplorer commented Nov 7, 2024

Fixes #433

This PR addresses issue #433 by adding the capability to edit and update tags on existing listings. Currently, there is no option for users to modify tags when updating a listing, limiting their ability to keep listings relevant and accurately categorized. By implementing this feature, users can now add or edit tags on listings, enhancing the organization and discoverability of listings through tag-based filtering.

Changes

  • Updated the backend to support the addition and modification of tags in the listing update form.
  • Modified the update listing form to include a section for editing tags, allowing users to add new tags or update existing ones.
  • Implemented necessary validation to ensure that tags are processed correctly when a listing is updated.

Testing Instructions

Detailed instructions on how to test the changes. Include any setup needed and specific test cases.

  1. Pull this branch.
  2. Run npm install to install dependencies.
  3. Run npm test to execute the test suite.
  4. Verify that ...

Screenshots (if applicable)

edit_list_tag.mp4

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I am working on this issue under GSSOC

Copy link

vercel bot commented Nov 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wanderlust-2024 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 7, 2024 4:13pm

Copy link

github-actions bot commented Nov 7, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Soujanya2004 Soujanya2004 merged commit 4e4e241 into Soujanya2004:main Nov 7, 2024
4 checks passed
@dipexplorer dipexplorer deleted the update_list branch November 9, 2024 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Adding Tag options to update listing with proper backend support
2 participants