Skip to content

Rework the meetup skill's run of show and forms - #51

Open
MasonEgger wants to merge 1 commit into
mainfrom
meetup-skill-drive-forms
Open

Rework the meetup skill's run of show and forms#51
MasonEgger wants to merge 1 commit into
mainfrom
meetup-skill-drive-forms

Conversation

@MasonEgger

Copy link
Copy Markdown
Member

Reworks the Drive-artifact half of the meetup-update skill based on what broke during the September setup.

What changed

  • Run of show is built as markdown, not HTML. HTML upload gave broken bullets and mangled formatting; markdown uploaded with contentMimeType: text/markdown converts to a native Google Doc (real headings, nested bullets, bold, autolinked URLs, a genuine table).
  • HUMAN REQUIRED TASKS block at the top of the run of show, with both form edit links surfaced up front, the steps only a person can do (publish forms, fix each form's internal title, make the response sheets), and FILL_ME_IN markers on roles and every pending link.
  • Questions form is now a standard artifact, copied and renamed from the "Meetup Forms Template" folder alongside the attendance form.
  • Drive-account check up front. The connector can silently reconnect to a personal Google account, which reads as data loss (empty searches, "entity not found"). Verify the active ouid before creating anything.

Files

  • references/drive-artifacts.md - rewritten around the markdown flow, the account check, and both forms
  • references/run-of-show.md - new template with the task block and FILL_ME_IN markers
  • SKILL.md - Step 8 and the resource list updated to match

No website or content changes; this is skill-only. The September/October/November website changes are in the separate meetup-september-2026 branch (PR #50).

Building the run of show as HTML and uploading it produced funky Google
Docs: broken bullets and mangled formatting.
Switch the flow to markdown uploaded with conversion, which lands a native
Doc with real headings, nested bullets, and a genuine table.

The run of show now opens with a HUMAN REQUIRED TASKS block: both form edit
links up front, then the steps only a person can do (publish the forms,
fix each form's internal title, make the response sheets), plus FILL_ME_IN
markers on the roles and every pending link.
The questions form joins the attendance form as a standard copy-and-rename
from the Meetup Forms Template folder.

Also adds a Drive-account check up front.
The connector can silently reconnect to a personal Google account, which
reads as data loss (empty searches, "entity not found"); verifying the
active ouid before creating anything catches it.
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant