Closed
Bug 903000
Opened 12 years ago
Closed 8 years ago
Include more information in project remixes
Categories
(Webmaker Graveyard :: Popcorn Maker, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mjschranz, Assigned: mohdlaila28, Mentored)
Details
(Whiteboard: [good first bug])
Right now when a user remixes a project our server returns minimal data.
1) The actual Popcorn Data
2) The Name.
3) Original project Id
4) Original project makeid
I'm wondering if we should be including more though. Recently we landed the code to carry tags over from one project to another. Do we want to also include things like the projects description, it's thumbnail?
Flags: needinfo?(brett)
Comment 1•12 years ago
|
||
I wonder if we should do something similar to title?
Carry everything over, but for anything that doesn't make sense, add something in the spirit of "remix of " + title? Not sure where that is going to make sense when applied to things other than title, but we can think about how we can apply the concept.
Also, what's wrong with including description and thumbnail? If we can just include it all, we should.
Comment 2•12 years ago
|
||
I think we should include description and thumbnail. We need to implement Kate's thunbnail/description stuff from thimble that makes this more obvious, then users will change as needed.
Flags: needinfo?(brett)
Comment 3•12 years ago
|
||
Yeah, should include thumbnail and description on a remix if we are not.
Assignee: nobody → scott
Updated•12 years ago
|
Assignee: scott → nobody
Whiteboard: [mentor=thecount][mentor=mjschranz]
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [mentor=thecount][mentor=mjschranz] → [mentor=thecount][mentor=mjschranz][good first bug]
Hi Matthew,
can i please be assigned to solve this bug
Thanks
| Reporter | ||
Comment 5•12 years ago
|
||
Hey Laila,
Sure thing!
As a quick head start, this ticket is mostly addressing how much information is returned from an existing project when it is remixed. https://github.com/mozilla/popcorn.webmaker.org/blob/master/routes/api/remix.js is where we set that data server side. Thumbnail managed to be patched in at some point already but description is still missing so we should add that in.
Let me know if you need any help.
Assignee: nobody → mohdlaila28
Status: NEW → ASSIGNED
Updated•11 years ago
|
Mentor: scott schranz.m
Mentor: schranz.m, scott
Whiteboard: [mentor=thecount][mentor=mjschranz][good first bug] → [good first bug]
Updated•11 years ago
|
Mentor: schranz.m, scott
Comment 6•8 years ago
|
||
Popcorn Maker is no longer under active development.
https://learning.mozilla.org/blog/product-update-for-appmaker-and-popcorn-maker
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•