Drupal4Gov / Drupal-GovCon-2015

Drupal GovCon 2015 website
MIT License
1 stars 2 forks source link

Create the Meet the Drupal GovCon team page #62

Closed dsheffler closed 9 years ago

dsheffler commented 9 years ago

We need to create the Meet the Drupal GovCon team page. This page will include the pictures and names, in alphabetical order, of everyone on the organizing committee. Clicking on the picture or name will take the user to an individual profile.

This means that everyone needs to fill out their profile!!!

After site code update:

timwood commented 9 years ago

I'd like to create the list of team members as a view, probably using a Flag to securely identify users who are organizers. What fields from the user profile would we like to see on this page and what should it look like? Got any examples from other places online?

bendygirl commented 9 years ago

https://portland2013.drupal.org/team.html http://denver2012.drupal.org/volunteers (I like that it goes to your D.O. profile) Bad camp "credits" https://2014.badcamp.net/credits

jdearie commented 9 years ago

I like having pictures!

jamiebeemac commented 9 years ago

I prefer the Badcamp format.

Brad

On Mar 16, 2015, at 4:44 PM, Kirsten notifications@github.com wrote:

https://portland2013.drupal.org/team.html https://portland2013.drupal.org/team.html http://denver2012.drupal.org/volunteers http://denver2012.drupal.org/volunteers (I like that it goes to your D.O. profile) Bad camp "credits" https://2014.badcamp.net/credits https://2014.badcamp.net/credits — Reply to this email directly or view it on GitHub https://github.com/Drupal4Gov/Drupal-GovCon-2015/issues/62#issuecomment-81927296.

timwood commented 9 years ago

Since we aren't ready with content or functionality, I've unpublished the static basic page node.

timwood commented 9 years ago

What does everyone think about using the community attendees card styling for the "Meet the team" page? Here's a screenshot of what I've built so far:

image

bendygirl commented 9 years ago

I like it.

On Sun, Mar 29, 2015 at 12:52 PM, Tim Wood notifications@github.com wrote:

What does everyone think about using the community attendees card styling for the "Meet the team" page? Here's a screenshot of what I've built so far:

[image: image] https://cloud.githubusercontent.com/assets/91050/6886642/63245f2c-d612-11e4-919c-29a67d703cda.png

— Reply to this email directly or view it on GitHub https://github.com/Drupal4Gov/Drupal-GovCon-2015/issues/62#issuecomment-87442868 .

Kirsten http://uniongal.blogspot.com Join Uniongal on Reddit http://www.reddit.com/r/Uniongal/

timwood commented 9 years ago

Maybe @jonraedeke can distinguish the same style slightly on this page (red star background) so it differs a little from the community page.

timwood commented 9 years ago

And/or perhaps we can make them a little taller to include position and organization like screenshot below. I know @jonraedeke wanted to avoid this on the community page, but maybe it would work here?

screen shot 2015-03-29 at 1 45 51 pm

dsheffler commented 9 years ago

This is really, really nice. I'm assuming it might be difficult to have fields by role in COD? I only ask because it would be great to be able to list our roles/what committees we're on. But I'm also not trying to complicate things at all. Just a question...I promise!

timwood commented 9 years ago

I've just pushed up the code for this. I decided to leave out the position and organization information until Jon chimes in. I also corrected the sort to be alpha by last name. There is a new flag which applies to the ticket registration object, not the user, so we can have different sets of organizers across events. So an organizer has to obtain a ticket for the associated event, fill in their user profile and then they will show up in the results of this view.

To flag a ticket for inclusion in the view go to http://SITENAME/ticket_registration/manage/1/registrations, page to the last/second-to-last page, find a few known organizers and click "edit" next to their ticket. On the edit screen check "Flag as event organizer" and click Update.

screen shot 2015-03-29 at 2 05 42 pm

I realize flagging an individuals ticket registration is a little more complicated than flagging their user account, but it will allow us to have different organizers across different events, year over year.

@dsheffler COD comes with a field level permission module, but let's not complicate it for now. We can improve in the coming months or for next year, depending on time and resources.

timwood commented 9 years ago

I've improved on the organizers flag idea by adding "Organizer" below name on the Community attendee list which links to the "meet the Drupal GovCon team" page. On the DGC team page, it doesn't display "Organizer" below the name because everyone on that page is an organizer. image

@jonraedeke In doing this I was able to use the flag field to output a class in the view row of "Organizer" (case sensitive) which is basically the output label/title of the flag field. Can you use this to style the organizer cards slightly differently? image

timwood commented 9 years ago

You can now see this live in action in the development environment in Acquia. http://capitalcampdev.prod.acquia-sites.com/drupal-govcon-2015/meet-drupal-govcon-team

http://capitalcampdev.prod.acquia-sites.com/drupal-govcon-2015/community

timwood commented 9 years ago

@Drupal4Gov/members Please let me know whether I missed anyone in the planning team that is registered on the site. Screenshot below is from the live, production site.

Flag all organizers ticket registrations with the new "Drupal GovCon Event Organizer" flag.

screen shot 2015-03-29 at 11 34 05 pm

timwood commented 9 years ago

I realized I missed Meagen Williams, Dave Stoline and Annie Stone. I found Annie in the ticket list, but not Dave or Meagen. We'll have to let them know to register so we can add them as organizers.

timwood commented 9 years ago

@jonraedeke @onelittlebecca's name is too long and "Organizer" is dropping outside the profile card on the community page. Can you make it one row longer? image

onelittlebecca commented 9 years ago

easy fix, i can delete the hyphenated part and roll with goodman. heh :-)

On Thu, Apr 2, 2015 at 1:09 PM, Tim Wood notifications@github.com wrote:

@jonraedeke https://github.com/jonraedeke @onelittlebecca https://github.com/onelittlebecca's name is too long and "Organizer" is dropping outside the profile card on the community page. Can you make it one row longer? [image: image] https://cloud.githubusercontent.com/assets/91050/6969025/7d701608-d939-11e4-8f40-1d1ff73ecaef.png

— Reply to this email directly or view it on GitHub https://github.com/Drupal4Gov/Drupal-GovCon-2015/issues/62#issuecomment-88976798 .

jonraedeke commented 9 years ago

@timwood @onelittlebecca I'm sure we'll run into this with others. I'll make it taller.

onelittlebecca commented 9 years ago

oh! ok. then i will put it back :-)

On Thu, Apr 2, 2015 at 2:27 PM, Jon Raedeke notifications@github.com wrote:

@timwood https://github.com/timwood @onelittlebecca https://github.com/onelittlebecca I'm sure we'll run into this with others. I'll make it taller.

— Reply to this email directly or view it on GitHub https://github.com/Drupal4Gov/Drupal-GovCon-2015/issues/62#issuecomment-89001534 .

jonraedeke commented 9 years ago

Committed styling for longer name + Organizer title.