question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Summary field in Info Object

See original GitHub issue

Several objects have both a description and a summary field. The distinction seems to be that summaries are plaintext and should be <= 120 chars, while descriptions are markdown and can be arbitrarily long.

I’d like to have an optional summary field in the Info Object e.g. for display in API Galleries. Currently to achieve this on AnyAPI we strip HTML/md out of the description field and truncate it, which isn’t great.

I’d also like to see a higher level note about summary vs. description and add the “SHOULD be <= 120 characters” to each summary field (right now it’s just mentioned on operation.summary)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:7
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

5reactions
ioggstreamcommented, Jul 23, 2018

Revamping the thread, as after many ramblings I had to add an x-summary to my definitions.

Proposal:

  • add an optional info.summary to be a service description (eg. for catalog purposes)
  • not enforcing limit.

To make an analogy with a product:

  title: "Ferrari Testarossa"
  summary: "A 12-cylinder mid-engine sports car manufactured by Ferrari"
  description: |-
    The whole wikipedia page ;)
1reaction
MikeRalphsoncommented, Dec 17, 2018

It’s a minor (non breaking) change so the v3.1-dev branch would be the one.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Roll-Up Summary Field - Salesforce Help
A roll-up summary field calculates values from related records, such as those in a related list. You can create a roll-up summary field...
Read more >
How to create a Roll-Up Summary field on the Contact object
Create a Roll-Up Summary field on the Academic Profile object. Select Setup and search for Fields. Under Contact Custom Fields & Relationships, select...
Read more >
Modeling with Fields Instead of InfoObjects - SAP Help Portal
Objects in SAP BW∕4HANA can be modeled with InfoObjects or with fields. Modeling InfoObjects brings additional effort, but offers a number of advantages....
Read more >
Summary Object Details - TechDocs - Broadcom Inc.
Specify one to five fields as the key for each summary group. ... Specify a key field, the step size, and optionally the...
Read more >
Create Roll-up Summary Fields Using Salesforce Flow
A roll-up summary field is one that aggregates data from a child object to a parent object that shares a Master-Detail relationship. Roll-up ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found