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

Replace Comma-Separated Tags with Tag Chips #96

Open
5 tasks
Rucha-Ambaliya opened this issue Feb 9, 2025 · 1 comment
Open
5 tasks

Replace Comma-Separated Tags with Tag Chips #96

Rucha-Ambaliya opened this issue Feb 9, 2025 · 1 comment
Assignees
Labels
ADVANCE SWOC Advance level Hard IWOC Hard Level IWOC2025 IWOC 2025 SWOC Social winter of code season 5

Comments

@Rucha-Ambaliya
Copy link

Description

Currently, tags are stored as a comma-separated string, making it difficult to manage, search, and modify individual tags effectively.

#Proposed Solution

  • Instead of storing tags as a single string, use an array where each tag is an individual item.
  • Update the UI to display each tag as a separate box element (chip).
  • Add a cross (✖) button to allow users to remove tags easily.
  • Provide a better input field where users can add tags dynamically (e.g., by pressing Enter or a button).

Expected UI Behavior

✅ Each tag appears as a separate box (chip).
✅ Clicking the cross button removes a specific tag.
✅ Users can add tags dynamically without manually typing commas.
✅ Improved searchability and usability in the future.

Tasks

  • Modify the frontend to store tags as an array.
  • Create a Tag UI component to display each tag as a chip.
  • Implement a cross button for tag deletion.
  • Update the input field to support dynamic tag entry.
  • Ensure smooth UI/UX interactions for adding and removing tags.

Labels

  • IWOC
  • SWOC
@Rucha-Ambaliya
Copy link
Author

@ygowthamr Can you please review it?

@ygowthamr ygowthamr added SWOC Social winter of code season 5 ADVANCE SWOC Advance level IWOC2025 IWOC 2025 Hard IWOC Hard Level labels Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADVANCE SWOC Advance level Hard IWOC Hard Level IWOC2025 IWOC 2025 SWOC Social winter of code season 5
Projects
None yet
Development

No branches or pull requests

2 participants