Skip to content

feat(dwca): add visual editor - #8522

Draft
grantfitzsimmons wants to merge 48 commits into
issue-3351from
issue-286
Draft

grantfitzsimmons wants to merge 48 commits into
issue-3351from
issue-286

Conversation

@grantfitzsimmons

Copy link
Copy Markdown
Member

Fixes #286

Checklist

  • Self-review the PR after opening it to make sure the changes look good and
    self-explanatory (or properly documented)
  • Add relevant issue to release milestone
  • Add pr to documentation list
  • Add automated tests
  • Add a reverse migration if a migration is present in the PR
  • Add migration function to
    def fix_schema_config(stdout: WriteToStdOut | None = None):

Testing instructions

@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@grantfitzsimmons
grantfitzsimmons changed the base branch from main to issue-3351 September 14, 2026 09:39
try:
validate_definition(definition)
except DwCAException as error:
return HttpResponseBadRequest(str(error))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋Back Log

Development

Successfully merging this pull request may close these issues.

Create UI for Darwin Core Archive setups.

2 participants