Opened 7 years ago
Last modified 3 years ago
#5564 review defect
Show unprocessed media in processing panel
Reported by: | ayleph | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.13.0 |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
Media with the state 'unprocessed' don't appear in the user or moderation processing panels. I'm splitting this off from #5491 as its own separate issue.
Change History (8)
comment:1 by , 7 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:2 by , 7 years ago
comment:3 by , 6 years ago
Owner: | removed |
---|---|
Status: | in_progress → review |
This should really be in a patch, yet I am putting this in review.
comment:4 by , 5 years ago
Hi Ayleph,
This makes a lot of sense to me. Any chance you could attach a patch file for this please? See https://wiki.mediagoblin.org/Git_workflow eg. git format-patch --stdout <remote>/master > issue_<number>.patch
Thanks,
Ben
comment:6 by , 5 years ago
Also when fixed, #176 and making uploads redirect to the processing panel would be a good next step.
comment:7 by , 5 years ago
Should we also show the number of unprocessed in the top bar of all pages?
comment:8 by , 3 years ago
Milestone: | → 0.13.0 |
---|
I've done a quick implementation of showing unprocessed media on the moderation processing panel. Something similar could probably be done for the user processing panel. I'm considering trying to combine the 'unprocessed' media into the 'failed' media section, but I haven't decided if that makes sense.