openedx / openedx/frontend-app-authoring

Remove 150 character limit for course short description

Open Beginner friendly
#3,223 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
17
Forks
218
Avg merge
9d 20h
Merged PRs (30d)
20

Description

The course short description field has a maxlength in the frontend of 150 characters:

https://github.com/openedx/frontend-app-authoring/blob/1b537c3617596630fa96962c4246ad6893eabb72/src/schedule-and-details/introducing-section/index.jsx#L104

However, the backend does not enforce this 150 character limit, and the frontend help text - "Limit to ~150 characters." - suggests it's only a guideline.

So this maxlength could be removed.

Ref. https://github.com/openedx/openedx-demo-course/issues/72

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in src/schedule-and-details/introducing-section/index.jsx at the linked field definition and inspect how the short description input applies its maxlength. Done means the frontend no longer prevents descriptions longer than 150 characters while retaining the existing help text and field behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Feature
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
90/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.