Skip to content

[R1-297] SCHOLARSHIP SNIPPETS | Character Limit + Links#1142

Draft
katdom13 wants to merge 5 commits intomasterfrom
R1-297-scholarship-snippets-character-limits-links
Draft

[R1-297] SCHOLARSHIP SNIPPETS | Character Limit + Links#1142
katdom13 wants to merge 5 commits intomasterfrom
R1-297-scholarship-snippets-character-limits-links

Conversation

@katdom13
Copy link
Copy Markdown
Collaborator

@katdom13 katdom13 commented Apr 1, 2026

JIRA Ticket: https://torchbox.atlassian.net/browse/R1-297
This PR:

  • Makes the Scholarship summary field into rich text
  • Migrates the Scholarship plain text summary values into the new rich text field, formatting the URLs in the process.
  • Allows the Taxonomy titles and slugs to be longer

Screenshots

Page Before After
https://www.rca.ac.uk/study/apply-to-study/funding-your-studies/rca-scholarships-and-awards/?programme=mres-rca#results image image
https://www.rca.ac.uk/study/programme-finder/mres-rca/#fees-funding image image

@katdom13 katdom13 force-pushed the R1-297-scholarship-snippets-character-limits-links branch from 085b355 to 7e26194 Compare April 1, 2026 12:04
@register_snippet
class Scholarship(models.Model):
title = models.CharField(max_length=50)
title = models.CharField(max_length=255)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ticket states:

remove character limits from Scholarship title fields and other criteria taxonomy.

But we can't really do that, so the simplest solution would just be to make the max_length bigger.

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