WP Rig June 5, 2022 Meeting Agenda

We are looking to hold meetings every month on the first Sunday of the month. Our current time is at 11 am central, but dates and time can change if more people want to attend but it doesn’t fit with their schedule. On that note we are looking for more maintainers so if you are looking to help us grow this project please reach out to us on Github or join our slack. We are planning on putting out the agenda before the next meeting so that those that would like to participate can.

WP RIG Development

Meeting Notes 06/05

06 JUNE 2022 / 11:00 AM CENTRAL 

ATTENDEES

Rob Ruiz, Donte Henley, Sue Baily Weaver

AGENDA

Create a Showcase Page

  • Talked of salvaging the already created(but not public) showcasing page that we currently have to show of examples of WP Rig being used in projects.
  • Talked best way of implementing the page, be it a static page or an index page that pulls from custom post type.
  • Talked of creating a form where users can submit their example and it auto generates a draft post to be reviewed and published on the site.

NOTES

  • Maintainer Meetings now scheduled for the first Sunday of the month at 11:00 am Central. 

ACTION ITEMS

  1. Next Build: Donte would like to get a new version pushed out in the next week and then have it sent out to the community through social media.  

NEXT MEETING

July 3, 2022 at 11:00 am CENTRAL.

WP Rig V2.2.1 release

Changes

We have update a couple of the NPM dependencies for WP Rig as well as made some effort into slightly improving accessibility. Also put in a fix that caused php to throw an error that it was looking for a custom.js file that wasn’t there, if you have been working from the 2.2.0 release I suggest you either update or remove the code from Inc/Scripts/Component.php

        'wp-rig-custom' => array(
            'file'    => 'custom.min.js',
            'loading' => 'defer',
            'global'  => false,
        ),

Changelog – 2.2.1

  • Extended config file to add the ability to modify author name, author url, theme description and version for production. Props @dthenley
  • Bumps ajv from 6.10.2 to 6.12.3.
  • Bumps handlebars from 4.7.6 to 4.7.7.
  • Change Sidebar screen reader text. see #761
  • Update blocks css to use grid css
  • Added ‘deps’ to css files array Props @Spleeding1
  • Removed call for custom.min.js from the Scripts/Component.php file. Was throwing an error before.

We are looking to hold meetings every month on the first Sunday of the month. Our current time is at 11 am central, but dates and time can change if more people want to attend but it doesn’t fit with their schedule. On that note we are looking for more maintainers so if you are looking to help us grow this project please reach out to us on Github or join our slack. We are planning on putting out the agenda before the next meeting so that those that would like to participate can.

WP Rig May 1, 2022 Meeting Agenda

We are looking to hold meetings every month on the first Sunday of the month. Our current time is at 11 am central, but dates and time can change if more people want to attend but it doesn’t fit with their schedule. On that note we are looking for more maintainers so if you are looking to help us grow this project please reach out to us on Github or join our slack. We are planning on putting out the agenda before the next meeting so that those that would like to participate can.

WP RIG Development

Meeting Notes 05/01

01 MAY 2022 / 11:00 AM CENTRAL 

ATTENDEES

Rob Ruiz, Donte Henley, Sue Baily Weaver

AGENDA

Last Meeting Follow-up

  1. Gulp issues. Use Webpack and not Gulp? (Getting started with npm and Composer is overwhelming/confusing for inexperienced developers; Donte suggested making issue for updating our Gulp JSON dependencies to the latest versions because he is having to manually update one in particular [postcss-preset-env] – – Call to community to help with addressing updating dependencies??)   

New Business

  • Education being used to band-aid issues in Rig (YouTube videos on Easy Customizer & ACF are getting views – – we could do more of that, maybe once a month; Donte wants to do a Twitch/live stream of creating a website; OBS for recording – Rob/Donte may meet about that). 
  • Plugin development – Would developers like using something like WP Rig for plugin development? Block themes are forcing people to not put so much functionality in the theme. WP Rig may be perpetuating that problem (Rob mentioned the goal of not adding too much functionality into themes – theme is primarily for styling?; Donte’s work style is a bit different –  he does add more functionality into his themes). 
  • PRs: Prettier added recently (wondered if it is compatible with the rest of WP Rig or duplicating functionality? Seems to be okay but we should double check it?) 
  • ISSUES: Donte would like us to spend a little time looking at what PRs are left and figuring out which may have already been addressed; we ran out of time on the call to get through them

NOTES

  • Maintainer Meetings now scheduled for the first Sunday of the month at 11:00 am Central. 

ACTION ITEMS

  1. Next Build: Donte would like to get a new version pushed out in the next week and then have it sent out to the community through social media.  

NEXT MEETING

June 5, 2022 at 11:00 am CENTRAL.