Closed
Bug 1089763
Opened 11 years ago
Closed 11 years ago
Encourage people to edit tags
Categories
(Webtools Graveyard :: Air Mozilla, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Unassigned)
Details
(Whiteboard: [good first bug])
Attachments
(1 file)
|
7.05 KB,
image/png
|
Details |
This bug summary is big in scope but let's start with something concrete...
Where we list tags on the event page we should have a link to editing that. (assuming you have the right to do so which is basically if you're logged in or not)
If an event has tags it looks something like this::
Tags: _tag1_, _tag2_, _tagN_
If an event does NOT have tags it says nothing :(
What it should say is something like this::
Tags: _tag1_, _tag2_, _tagN_ - _You can edit this here_
or if there's no tags we can strengthen the call to action::
Tags: _Hey help us assign some tags for this event_
This should be all doable on the event.html template.
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [good first bug]
Comment 1•11 years ago
|
||
Tags edit view
Comment 2•11 years ago
|
||
So, I'm guessing only signed in users can edit the tags? Also, would the view be somewhat similar to that in the attachment? (pardon my poor paint skills) Basically when you click the "You can edit this here link" it opens up the editing box.
Updated•11 years ago
|
Flags: needinfo?(peterbe)
| Reporter | ||
Updated•11 years ago
|
Flags: needinfo?(peterbe)
Comment 3•11 years ago
|
||
Oh sorry about that. I didnt realize it was already mentioned that only signed in users can edit the event. I'll give this one a shot.
Updated•11 years ago
|
Priority: -- → P1
Comment 4•11 years ago
|
||
I submitted a pull request for this bug here: https://github.com/mozilla/airmozilla/pull/257
Comment 5•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/0af7e29fefbc08e8e1d7ee110e27195961c80c50
fixes bug 1089763 - Encourage people to edit tags
https://github.com/mozilla/airmozilla/commit/50a0e4c33790a3630a2dea5cb0e12326ff7a7af1
Merge pull request #257 from blossomica/bug1089763-encourage-people-to-edit-tags
fixes bug 1089763 - Encourage people to edit tags
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•