chadhester → credited heatherwoz → .
liberatr → credited heatherwoz → .
@liberatr has led the charge on this. We have a contract with the venue and will work out catering details as the event approaches.
I posted revamped benefit levels on the website: https://pnwdrupalsummit.org/sponsors/become-sponsor
@liberatr spoke to a few potential sponsors at DrupalCon Atlanta
We have an updated budget and new registration has been set up in Tito. https://ti.to/pnwds/2025
@ultrabob We've budgeted for this appropriately this year, and I hope the dates work out for you!
You can assign this task to yourself if you want.
Removing 2024 task which is listed as parent issue
Noting that past year was archived thanks to jcl324 and rlhawk.
I deleted or unpublished the past year's content and added basic information for the current year.
@sikofitt, good point, I will mention to them in Slack. Looking at their website, it seems like they are usually slightly different categories already, so not sure how they are pulling/mapping them.
@drumm super! I think the only description in the sidebar that needs an update is Ceremony/awards. How about "a special event to celebrate a major Drupal release or the accomplishments of our community members."
Changing the status here to postponed. After talking with @drumm at DrupalCon Atlanta, we determined that the best way to achieve this is to expedite the migration to the new site/brand. That should resolve this complicated date issue as well as unblock other issues we want to work on.
Correct, there are no proposed removals right now, just renaming things and reordering to make them easier to scan. No open questions, though I think it's likely we may want to update categories again in the future. Hopefully any further changes can wait until events are migrated to the D10 site.
thank you, @drumm
The Community Events landing page has been redesigned, so this can be closed. We should open a new ticket if there are new ideas to pursue.
Closing b/c this is duplicate of ✨ Community Events: past events not searchable Active
Attaching feature file with updated views. Label is changed to "Event title" and exposed filter is added to past events.
Discussed the categories again with several people in the contrib room. Updating the issue summary with the requested changes and moving to Drupal.org customizations project.
Here are some of the notes from the old summary:
Related to the old issue to add a new "Award / Ceremony" Category over at
https://www.drupal.org/community/events/ →
, we had a discussion over at the async Event Organizers Open Meeting, we tried to narrow down the list of needed Event Categories.
Thread: https://drupal.slack.com/archives/C03KZ3BETNH/p1723565700179009
Here is the actual list we came up to:
- DrupalCamp
- DrupalCon
- Awards/Ceremony
- Training
- Meetup
- Drupal initiative meeting
- Contribution
Thoughts:
Name it only meetup instead of Local meetup, as we have now filters for "Online/Virtual" or "In person" events
Award/ Ceremony <- there also a release party will have it's place
Questions:
DrupalCamp or Drupal Camp
Drupal initiative meeting or just Initiative meeting? <- do we need it?
Contribution <- do we need it?
Replace Drupal initiative meeting and Contribution with just a "Meeting" category?
Same as ✨ Provide way for event node author to grant edit access Active . Leaving open for now for visibility.
The Community Events page has been redesigned, so this no longer applies.
heatherwoz → created an issue.
heatherwoz → created an issue. See original summary → .
Same as ✨ Community Events: past events not searchable Active . Keeping this one open for now for visibility.
heatherwoz → created an issue.
heatherwoz → created an issue.
Could this be marked fixed?
This could be closed, but credit should be assigned.
It looks like this idea never really took off, and it has been a few years. I'm going to close as outdated.
This article was posted in October 2022, so I am going to go ahead and mark this fixed. Please reopen if you really intend to review it again:
https://www.drupal.org/community/event-organizers/blog/camp-debrief-colo... →
Personally, I don't think simply attending an event is enough to earn credit. I feel like that leads to credit inflation. Organizing, speaking, and sponsoring are genuine contributions. It will create a lot of overhead for event organizers to track and enter general attendance. Curious to hear what others think about this.
There is another feature request for sign-ups ✨ Add support for simple signups to community events Active . Possibly these two features could converge. Attendees can self-sign up for events, removing the effort from organizers. But then you can't guarantee the person did attend, so it might be an unreliable way to assign credit.
heatherwoz → created an issue.
seantwalsh → credited heatherwoz → .
We were waiting a long time on a refund from UW catering because they double-charged us for one of the meals.
The refund came through and I have issued all pending reimbursements. I also opened an issue with MOSA to pay our annual dues: https://www.drupal.org/project/mosa/issues/3503728 📌 MOSA Dues and End-of-Year Balance for Pacific NW Drupal Summit 2024 Active
Our carryover balance will be $7,552.36
I am going to close this issue as complete. We need to start planning budget for 2025, but that is a new issue.
heatherwoz → created an issue.
Not a true fix, but this patch will prevent the warnings until the library is properly updated. It can be added as a
composer patch →
for disqus/disqus-php
.
Thanks for fixing so quickly.
This issue is still creating confusion for members of our local communities. I've even seen media partners do posts about events on social promoting the wrong times because of it. Would love to see it fixed or some kind of simple workaround, like hiding the wrong time field and displaying another.
heatherwoz → created an issue.
The very first reported feedback comment was about the overall scale. Some improvements were made there, but it still feels large and cartoonish to me. The use of so many color blocks with tertiary colors may contribute to that. It does not instill confidence in the platform. There are some places where a single sentence takes up the entire screen as you scroll (for example on drupal-cms and about/overview/technical). I think further adjustments to design scale and text size would improve readability and convey the "powerful" and "secure" brand attributes.
I also find the new navigation overwhelming. Seven site sections each with multiple pages below them with both page titles and descriptions. It is a lot to process. It would be nice if the seven major sections could be organized into fewer. There does seem overlap between Develop and Download, and it's confusing that there is the word Support twice with different purposes. I realize DA wants to attract members and donations, but that is not going to be the primary focus for most users coming to the site. I am not sure it justifies a whole separate item on the main nav.
Eliminating the text descriptions under the menu items would go a long ways toward cleaning it up. With good menu labels the items should stand on their own. It adds visual clutter and cognitive load having a description under each item. In most cases, I don't think the descriptions add any helpful information that a user wouldn't intuit from the title. I guess this is the debate about the usability of mega menus, whether they are truly more user-friendly than a streamlined dropdown menu.
Posting the latest diff as a patch.
seantwalsh → credited heatherwoz → .
seantwalsh → credited heatherwoz → .
seantwalsh → credited heatherwoz → .
seantwalsh → credited heatherwoz → .
I am trying to make the cancel button visible at all times, so that it is easy for users to click. I have this in the code and I see it is being added to the form, but it still shows in the dropdown and not as a separate button:
// Move cancel to be a gin action item.
if (isset($form['actions']['cancel'])) {
$form['actions']['cancel']['#gin_action_item'] = TRUE;
}
I attempted to rebase the MR and resolve the conflict, but I'm not sure if I did it correctly. Here is a patch with the latest changes.
heatherwoz → made their first commit to this issue’s fork.
I applied this patch but the #gin_action_item flag isn't working for me. The Preview button is hidden now as expected.
mandclu → credited heatherwoz → .
Keeping this one open. I still have some reimbursements/stipends to issue and final reporting.
heatherwoz → created an issue.
heatherwoz → created an issue.
heatherwoz → created an issue.
heatherwoz → created an issue.
heatherwoz → created an issue.
heatherwoz → created an issue.
heatherwoz → created an issue.
heatherwoz → created an issue.
heatherwoz → created an issue.
heatherwoz → created an issue.
heatherwoz → created an issue.
liberatr → credited heatherwoz → .
liberatr → credited heatherwoz → .
liberatr → credited heatherwoz → .
liberatr → credited heatherwoz → .
liberatr → credited heatherwoz → .
liberatr → credited heatherwoz → .