SalesforceFoundation / EDA

Education Data Architecture
BSD 3-Clause "New" or "Revised" License
225 stars 150 forks source link

Expand the Description field in the Course Object to support > 255 characters #383

Closed wongmike closed 7 years ago

wongmike commented 7 years ago

The current field is limited to 255 characters. Most of the course descriptions for educational institutions are > 255 characters. TES's description field is 7000 characters long, but this seems excessively long. Review of several course catalogs from universities around the country suggests almost all course descriptions are < 1500 characters.

Make the Description field in the Course Object 2048 characters to account for the vast majority of course descriptions available. > 2048 character descriptions should be truncated or a custom field can be created to support it.

wongmike commented 7 years ago

**lurch: add

LurchTheButler commented 7 years ago

Tracking W-017581

ceiroa commented 7 years ago

If we are going to change the field type, from textarea to long textarea, why not give it the max allowed: 131.072?

wongmike commented 7 years ago

My only concern is the amount of space it would consume. I'm all for going for the max size if that's going to be easier. Just to be clear, that's 131,072 characters?

davidjray commented 7 years ago

After discussing with @wongmike the decision was made to increase the capacity of the Extended Description field to 131,072 characters.

mrbelvedere commented 7 years ago

Included in beta release 1.31 (Beta 1)

mrbelvedere commented 7 years ago

Included in production release rel/1.31