Skip to content

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

Draft
SylvainChevalier wants to merge 1 commit 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 1 commit 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: 48253cbf-6d6c-4494-bd80-82a9c6ae8dba

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

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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

🚀 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-daf60a7
🗄️ 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: eb41931ec4d47a011785d455804117a2a7110f0c
  • 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

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