Review current fields that exist on the story model to ensure they are needed

Description

We should review all fields that exist on the model on the client side, and ensure they are still relevant / needed.

Fields that existed in older designs or are there as placeholders for expected future use should be removed or commented out.

Activity

Show:

Gregor Moss January 20, 2020 at 7:46 PM

Removed more fields, including previously commented-out ones. These were intended for future use, but we can re-implement them when that time comes. For now they're just cruft.

  • summary

  • timestampCreated

  • timestampModified

  • requestedTranslations

  • translationOf

  • thumbnailUrl (this is referred to in templates but not saved currently)

  • thumbnailAltText (same as above)

  • contentTypes (same as above, also calculated when loading the browse page data)

Gregor Moss November 30, 2018 at 10:33 PM
Edited

Removed:

  • language (each block has this now)

  • images (image blocks represent themselves)

  • categories (we're going to use tags only)

Commented out for the future:

  • timestampCreated

  • timestampModified

  • requestedTranslations

    • this could be a collection of language codes as keys with the number of requests for each language as values

  • translationOf

Done

Details

Assignee

Reporter

Components

Priority

Created June 1, 2018 at 7:31 PM
Updated January 20, 2020 at 7:46 PM
Resolved November 30, 2018 at 10:33 PM