Skip to content

feat: add Prerequisites Suggested to Skill Level picklist#1097

Open
claude[bot] wants to merge 1 commit into
mainfrom
claude/issue-1096-20260604-1852
Open

feat: add Prerequisites Suggested to Skill Level picklist#1097
claude[bot] wants to merge 1 commit into
mainfrom
claude/issue-1096-20260604-1852

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude Bot commented Jun 4, 2026

Description

Add the "Prerequisites Suggested" value to the Skill Level picklist field in the Events Collection.

Related Issues

Closes #1096

Key Changes

  • Added { label: 'Prerequisites Suggested', value: 'prerequisites-suggested' } to skillLevelOptions in src/fields/skillLevel.ts, positioned between "Beginner Friendly" and "Prerequisites Required"
  • Updated generated Payload types in src/payload-types.ts to include the new 'prerequisites-suggested' union member

How to test

  1. Start the dev server (pnpm dev)
  2. Navigate to the admin panel → Events
  3. Create or edit an Event
  4. Verify the "Skill Level" dropdown contains "Prerequisites Suggested" as a selectable option
  5. Save an event with "Prerequisites Suggested" selected and confirm it persists
  6. Run pnpm tsc and pnpm lint to verify no type or lint errors

Generated with Claude Code

Add the "Prerequisites Suggested" option to the skillLevelOptions array
in the shared skillLevel field, positioned between "Beginner Friendly"
and "Prerequisites Required". Update generated Payload types to include
the new value.

Closes #1096

Co-authored-by: Rusty <rustynwac@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

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.

Add value to Skill Level picklist in Events Collection

1 participant