Skip to content

Add basic MEAD artist profile updates#28

Merged
raymondjacobson merged 1 commit into
mainfrom
codex/mead-artist-profile-updates
Jun 29, 2026
Merged

Add basic MEAD artist profile updates#28
raymondjacobson merged 1 commit into
mainfrom
codex/mead-artist-profile-updates

Conversation

@raymondjacobson

Copy link
Copy Markdown
Member

Summary

  • parse MEAD artist profile updates for display name, bio, profile image, and cover art
  • persist MEAD updates in a dedicated artist_profile_updates queue with pending/blocked/failed/published states
  • apply pending artist profile updates through sdk.users.updateUser before release publishing
  • add fixture and example-style tests showing standalone MeadMessage, Feed/Entry by Audius handle, and blocked unmatched artist payloads

Test plan

  • npm run tsc
  • DB_URL=postgresql://postgres:test@127.0.0.1:40111/ddex_mead_test npx vitest run src/parseMead.test.ts
  • DB_URL=postgresql://postgres:test@127.0.0.1:40111/ddex_mead_test npm test

@raymondjacobson raymondjacobson force-pushed the codex/mead-artist-profile-updates branch from ab7f014 to 0caf272 Compare June 29, 2026 20:21
@raymondjacobson raymondjacobson merged commit 6ec641b into main Jun 29, 2026
1 check passed
raymondjacobson added a commit to AudiusProject/apps that referenced this pull request Jun 29, 2026
## Summary
- Add distributor docs for MEAD artist profile updates, including
supported Audius fields and authorization/matching requirements.
- Provide copyable standalone `MeadMessage` and feed-entry XML examples.
- Document package-relative image delivery and add sidebar/overview
links.

Related implementation: AudiusProject/ddex-processor#28

## Test plan
- `git diff --check`
- `env
PATH=/Users/ray/.cache/codex-runtimes/codex-primary-runtime/dependencies/node/bin:$PATH
npm --workspace docs-audius-org run build`

The docs build completed successfully; it still prints the existing
React `hideExternalIcon` DOM-prop warning during prerendering.
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