Skip to content

feat(notebooks): raise short title limit to 80 characters#4728

Draft
SylvainChevalier wants to merge 2 commits into
mainfrom
claude/issue-4727-raise-the-short-title-limit
Draft

feat(notebooks): raise short title limit to 80 characters#4728
SylvainChevalier wants to merge 2 commits into
mainfrom
claude/issue-4727-raise-the-short-title-limit

Conversation

@SylvainChevalier
Copy link
Copy Markdown
Contributor

Closes #4727

Summary

Raise the notebook short_title max length from 60 to 80 characters in notebook_form.tsx.

Notes

  • question_form.tsx and group_form.tsx already use max(80) on short_title on main, so no changes were needed there.
  • The DB column Post.short_title is max_length=2000, and no DRF serializer adds a length validator, so no backend changes are needed.

Generated with Claude Code

Closes #4727

Co-authored-by: Sylvain <SylvainChevalier@users.noreply.github.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 15, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 017d0e08-19fc-45fd-b234-27dde40aedce

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/issue-4727-raise-the-short-title-limit

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 and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 15, 2026

🚀 Preview Environment

Your preview environment is ready!

Resource Details
🌐 Preview URL https://metaculus-pr-4728-claude-issue-4727-raise-the-sh-preview.mtcl.cc
📦 Docker Image ghcr.io/metaculus/metaculus:claude-issue-4727-raise-the-short-title-limit-0d07b89
🗄️ PostgreSQL NeonDB branch preview/pr-4728-claude-issue-4727-raise-the-sh
Redis Fly Redis mtc-redis-pr-4728-claude-issue-4727-raise-the-sh

Details

  • Commit: 931dc4adf3e00c96c57cd5f774c8779796e69069
  • Branch: claude/issue-4727-raise-the-short-title-limit
  • Fly App: metaculus-pr-4728-claude-issue-4727-raise-the-sh

ℹ️ Preview Environment Info

Isolation:

  • PostgreSQL and Redis are fully isolated from production
  • Each PR gets its own database branch and Redis instance
  • Changes pushed to this PR will trigger a new deployment

Limitations:

  • Background workers and cron jobs are not deployed in preview environments
  • If you need to test background jobs, use Heroku staging environments

Cleanup:

  • This preview will be automatically destroyed when the PR is closed

@SylvainChevalier
Copy link
Copy Markdown
Contributor Author

lgtm

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.

Raise the short title limit to 80 characters on Notebooks

1 participant