Spokane Web Technology Group - Sept 3 - Online

Events happening in the community are now at Drupal community events on www.drupal.org.
jhodgdon's picture
Start: 
2020-09-03 10:00 - 12:00 America/Los_Angeles
Organizers: 
Event type: 
User group meeting

We hope you can join us for the next daytime meeting of the Spokane Web Technology Group [formerly: Spokane Daytime Drupal Group]! We are currently meeting every two weeks online.

When
Thursday, September 3, 2020, 10 AM to noon
Where
Due to the pandemic, this meeting will be held online in a Google Hangout (link will be posted 10-15 minutes before the meeting -- check back).
To be reminded, sign up!
To receive an email reminder closer to the date of the meeting, log in and click the "Sign up" button; log in and click "Cancel signup" at a later time if your schedule changes and you can no longer come. There's no obligation to come if you sign up (but we hope you will!). There's also no obligation to sign up in order to come (it's up to you if you want a reminder or not).
What
We spend up to two hours in a question and answer format, with the participants in Google Hangouts, where they can share their screens, talk, etc. Most participants do not turn on video on for the meeting. Come with questions about a project you're working on, something you've learned that you'd like to share with others, a desire to improve Drupal in some way (documentation, programming, design, marketing etc.), or a desire to help others with their projects and questions. Or just come and listen and observe.
Who
Everyone is welcome -- the only prerequisite is having some interest in Drupal or other web technology. This group is usually 5-10 friendly people, with experience levels ranging from novice to expert, so you'll fit right in. Because of the size of the group, you will have time to share something you've learned, or get your questions answered, or both!

Comments

Hope we can meet!

paul121's picture

Hey all, just moved to Spokane after being on the west side the past few years for school. Excited to be back on the east side! I've been learning Drupal over the past year while working on the farmOS project. Would love to meet more of the Drupal community!

Welcome back!

jhodgdon's picture

This group has been meeting on Thursday mornings for several years now, and is small but active -- I hope you can make it to our next meeting on Sept 3rd so we can all meet you!

Interested in FarmOS

webpotato's picture

I used to be an organic farmer. Now I do regenerative ag organizing and occasional consulting. I'd love to hear more about FarmOS. Welcome back to Spokane. Chrys

Google Hangouts link

Momseekingbalance's picture

Hi All,

Here is the link to our Google Hangouts meeting: https://hangouts.google.com/call/eEwwxQxt4h60e6f8WRxSACEA

See y'all soon!

Meeting notes

jhodgdon's picture

Here is what we talked about at today's meeting:

  • Personal notes: New member Paul! Last meeting, new member Chris! Jon has retired!!
  • Next meeting in two weeks! I'll schedule it after I post this. Note: We still have this left-over agenda item for sometime about Search Engine Optimization. People who want to can create an account on both the Google and Bing search and webmaster tools sites before the next meeting:
    https://www.google.com/webmasters/
    https://www.bing.com/toolbox/webmaster/
  • Events:
    - Events may be happening online, so you could meet people from all over the world -- check https://groups.drupal.org/events?type%5B%5D=regional for events
  • Chrys -- frustrated because Drupal 7 modules he's familiar with are not available in Drupal 8. And what about Drupal 9?
    - One example: Rules in D7 https://www.drupal.org/project/rules
    There is Business Rules in D8/9 https://www.drupal.org/project/business_rules
    but it doesn't have all the functionality.
    - D8 seems unfinished (there is not much difference between Drupal 8 and 9, but there is a lot of difference between D7 and 8, so many contributed modules did not get ported)
    - Backdrop is an alternative https://backdropcms.org/ -- it is a fork of Drupal 7 and is trying to maintain backwards compatibility
  • Setting up your computer so you can develop on Drupal locally:
    https://www.drupal.org/community/contributor-guide/reference-information...
  • Paul showed us FarmOS: https://farmos.org/ and its Drupal project: https://www.drupal.org/project/farm
    Open-source web application for farm management and record keeping, based currently on Drupal 7, migrating to Drupal 9. You can contribute to the project on GitHub:
    https://github.com/farmos
    There's a forum:
    https://farmos.discourse.group/
    and a monthly meeting for developers.
    You can also get a hosted solution at farmier.com -- $75/year -- with about 200 users; also about 20 self-hosted active users.
    Was funded by a number of universities and farming consortiums.

    Affiliated with https://openteam.community/ -- Open Technology Ecosystem for Agricultural Management.

  • Jennifer suggested posting a "Case Study" about FarmOS to the Drupal Case Studies page:
    https://www.drupal.org/case-studies
  • Place to learn about integrating React.JS with Drupal (and other topics Drupal):
    https://drupalize.me/
    (affordable monthly subscription)
  • Project Gutenberg: new editor for WordPress and Drupal for creating content as a collection of "blocks"
    https://www.drupal.org/project/gutenberg

    There is a library of "blocks" at
    https://gutenbergcloud.org/blocks
    and each one should have source code available, to look at for examples.
    Documentation on the Gutenberg editor:
    https://gutenbergcloud.org/blocks
    Documentation on how to create a new block type:
    https://developer.wordpress.org/block-editor/tutorials/create-block/
    (should be a combination of PHP, JavaScript, HTML, and CSS code)

  • Lisa asked about upgrading from Drupal 7 to 8/9 -- is it really feasible?
    - Shawn has done this type of upgrading, but hasn't had success with the built-in migration tools
    - Jennifer had little success early on in the Drupal 8 cycle with migrating from Drupal 6 to 8
    - Jon says the best migration tools probably take care of 85% of the migration, then you spend hours and hours fixing the problems
    - An approach where you export data using the Views module to a spreadsheet, and then import using Feeds, to migrate the data, may be better. That also allows you to change your site and data structure, and then you end up with a better site.
    - Drupal docs on add-on modules for migration:
    https://www.drupal.org/docs/upgrading-drupal/drupal-8-migrate-modules
  • Matt asked about the Entity Print module:
    https://www.drupal.org/project/entity_print
    Docs:
    https://www.drupal.org/docs/contributed-modules/entity-print/usage
    He needed to define a new "library" in his custom theme for the CSS needed in printing. Documentation:
    https://www.drupal.org/docs/theming-drupal/adding-stylesheets-css-and-ja...
  • Matt asked about whether it was an OK practice to have views within views within views?
    - Jon: It's OK if it's working, but consider writing up a document about what you did. (Jennifer suggests a diagram could be helpful) -- start simple but next time you will end up adding to the docs, and eventually you'll have a complete record
    - Jon: Is the response time OK? Is it actually working?
    ==> We all thought it seems like probably the best approach
  • Diane had a question about her WordPress site. The theme they bought has a "portfolios" feature, which they are using to build pages for their library branches. ... Seems beyond the knowledge of the group at the moment and we ran out of time. Diane is going to send Jennifer a copy of her theme and we'll hopefully discuss it next time!

Spokane, WA

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: