Closed
Bug 938695
Opened 12 years ago
Closed 12 years ago
Sketch, then build in code, the "Create/Edit" group page
Categories
(Participation Infrastructure :: Phonebook, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: hoosteeno, Assigned: wbowling)
References
Details
(Whiteboard: [kb=1182818] )
Attachments
(2 files)
In bug 936570 we started the work of specifying the create/edit group page. This is the page users will get to when they click on the "Create Group" or the "Edit Group" button.
Here are the relevant mockups from bug 93650:
1) https://bug936570.bugzilla.mozilla.org/attachment.cgi?id=830499
2) https://bug936570.bugzilla.mozilla.org/attachment.cgi?id=831529
These mockups seem to be suggesting slightly different approaches. I think #1 will be slightly easier to implement: It has the entire create/edit operation happening on its own page (something like /group/edit/ for create, and /group/edit/group_name for edit). However, this is certainly up for discussion.
We should do a quick final sketch (a hand drawing is fine) of the group create/edit interface with all of its elements and callouts for any particular behavior not obvious; attach to this bug; ask for feedback; and when feedback is positive, build in code.
Reporter | ||
Comment 1•12 years ago
|
||
[The bug number above should be bug 936570.]
Reporter | ||
Updated•12 years ago
|
Whiteboard: [kb=1182818]
Comment 2•12 years ago
|
||
So, it seems like the right place for the "Create Group" button is on templates/groups/index_groups.html, which is the page you get to via "browse groups" from the logged-in homepage. I also suggest that the logged-in homepage text should change to "Browse and create groups ->" from "Browse groups ->".
Assignee | ||
Comment 3•12 years ago
|
||
Just confirming: in that second drawing ( https://bug936570.bugzilla.mozilla.org/attachment.cgi?id=831529 ) I intended for the "create group" button to be on the Groups List page. The dashed line indicates a split between two pages. This bug is just addressing the template below that dashed line.
Assignee | ||
Comment 4•12 years ago
|
||
bug 936569 Comment #1 laid out all the specs. They are visualized here.
Reporter | ||
Comment 5•12 years ago
|
||
This looks good to me. :williamr (or anyone else), any feedback before we jump into code?
Flags: needinfo?(williamr)
Comment 6•12 years ago
|
||
(In reply to Wray Bowling [:wbowling] from comment #4)
> Created attachment 8337093 [details]
> 9 - create edit groups page.svg
This mockup looks great! My only suggestion is to not include a group photo field, since groups do not currently have photos.
Flags: needinfo?(williamr)
Assignee | ||
Comment 7•12 years ago
|
||
This bug was solved in the Pull Request Dan and I worked on.
https://github.com/mozilla/mozillians/pull/748
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 8•12 years ago
|
||
Verified on sancus.ca able to edit group, fields include: name, desc, irc, website, wiki
not implemented: accepts new members y/n, photo
Reporter | ||
Updated•12 years ago
|
Version: other → next
Comment 9•12 years ago
|
||
QA verified on stage - /group_edit/ and /group_add/ pages match mockups and behave as expected
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•12 years ago
|
Version: next → 2014-02.1
You need to log in
before you can comment on or make changes to this bug.
Description
•