Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.11.0
-
Component/s: None
-
Labels:None
Description
We include quite a lot in the service change log. Potentially too much for the text column that is used. Let's filter out some of the irrelevant content. pricing option, descriptions, and email content come to mind.
Do we need to include the package object at all? package_pricing does refer to the package_id and pricing_id from which we can get most of the rest by looking at the package. If it makes sense to keep the package object, remove at least the following
[email_content]
[groups]
[names]
[descriptions]
[pricing] (at least remove all pricing options that do not match the pricing_id mentioned in the package_pricing object as only these are relevant)
Though I question whether we need package at all.
Might be better to just remove package for now entirely, unless I'm missing something in here that is necessary.