Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Edit Homepage Blurb

  • Edit Post - Support Header Tags.

  • Rich View Redirect (URL)

  • Embed Post (Global Content)

...

Current Behavior: the system only stores one copy of “Post Content” this is stored as a string in the announcement API: PostInfo: string:Description We currently use javascript to strip the HTML down to plaintext and serve the frst couple of lines as plain text for the truncated description that appears on the homepage, then we show the full version when the post is opened.

Desired Behavior: Add a secondary string which is automatically generated when the description is changed, but allow users to manually alter this to be a customized string of their choice (with a limited character count of 200 characters and no line breaks)

Edit LogicUser Warning: If “Post Content” is edited and a custom blurb is present ask Ask the user on save if they would like to replace the custom blurb with a truncated version of their post content.

...