WIP: Add tags to uploads #38
No reviewers
Labels
No labels
Area/API
Area/CLI
Area/Data Model
Area/Dependencies
Area/Deployment
Area/Documentation
Area/Downloading
Area/Mobile
Area/Teams
Area/UI
Area/Uploading
Area/Webhooks
Kind
Bug
Kind
Discussion
Kind
Feature
Kind
Security
Kind
Task
Kind
Testing
Priority
Critical
Priority
High
Priority/Low
Priority/Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
good first issue
help wanted
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BlakeRain/parcel!38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "17-tags"
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?
This PR closes #17 by adding support for tags on each upload. Each upload can have any number of tags, and uploads can be filtered by tags. Tags are kept around in a
tagstable with unique names over users and teams. Autocomplete in the tag editor is provided using a<datalist>.There are a few things left to do:
.patternand make tag RE unicode aware 9a7a2f4dd6<parcel-dropdown>8cc3a5a706.invalidclass for<input>elements ff7bfa72fbProgress on this has gone quite well. See the attached images.
There are a couple of problems that will need addressing:
<parcel-select>element, but it's not going to play nicely if we filter as users change the selection if that causes the list interface to reload. May need to consider something else.Blocked for #39
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.