Closed Bug 839543 Opened 11 years ago Closed 11 years ago

Add mobile moderated reviews pages

Categories

(Marketplace Graveyard :: Reviewer Tools, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: clouserw, Assigned: spasovski)

References

Details

(Whiteboard: p=2)

This bug is about implementing the moderated review mockup at https://bug834147.bugzilla.mozilla.org/attachment.cgi?id=710535 .  Note moderated reviews here is user entered reviews of apps, not anything to do with app reviewers approving/denying apps.  Yay terminology.

See bug 834147 for the original planning/discussion around this feature.  Bram Pitoyo is point of contact for design questions.

Design notes are below
---------------------------------------------------
In that case, then we can revert the change so that the buttons would perform the function of a radio button, rather than being actionable on tap.

The “Skip for now” is pressed (selected) by default, and user can tap on either the “Keep” or “Reject” buttons to select that option. After done reviewing all options, user can tap on “Process Reviews” to commit all changes.

These selections should have affordance. They need to look like something that can be pressed, so user knows the what he’s supposed to do when he sees it.

Attached is the two visual styles for these: one has a sunken effect, and the other looks it’s been raised.


Bonus: CSS code, below, should we want to implement it later.

.raised {
    box-shadow: inset 0 13px 15px rgba(255,255,255,1);
    background: rgba(225,225,215,0.5);
    color: rgb(164,148,96);
}

.sunken {
    box-shadow: inset 0 0 4px rgba(215,210,195,1);
    color: rgba(0,0,0,0.35);
}
Assignee: nobody → dspasovski
Whiteboard: p= → p=2
done: https://github.com/mozilla/zamboni/commit/61f86c0
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.