[FEAT]: Add create tag in tag component #122
Labels
No labels
bug
Chore
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
python
question
refactor
release
tests
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dunwright/django-tag-me#122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Great, thanks for confirming these final details! I've removed the questions for clarification and updated the scope of work one last time to reflect everything we've discussed:
Scope of Work: Extension of Alpine Tag-Me MultiSelect Component
Project Goal:
alpineTagMeMultiSelectcomponent to enable seamless tag creation within the input field.<kbd>tag for the "Add Tag" option as defined in the provided HTML file.Key Deliverables:
Component Extension:
alpineTagMeMultiSelectcomponent to include tag creation functionality.add_tag) from the custom widget (if it doesn't already):content_type_id(Content Type ID from thecontentfield ofTaggedFieldModel)model_name(Model name fromTaggedFieldModel)field_name(Field name fromTaggedFieldModel)user_id(Required for tag creation)<kbd>tag, replicating the exact styling from the existing HTML file, when a user's search doesn't match existing tags.Tag Creation Functionality:
add_tagcontext data.{% url "" %}format).Testing and Integration:
Additional Considerations:
<kbd>tag used for existing tag suggestions, as defined in the provided HTML file.Performance Considerations: