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.

Rename and abstract SuccessStory component to cover multiple use-cases

See original GitHub issue

Feature request

Is your feature request related to a problem? Please describe. There is a similarity between the following interfaces: screen shot 2018-11-22 at 10 32 09 pm screen shot 2018-11-22 at 10 31 28 pm

As an entirely all-volunteer team, we should be consolidating design and working to reuse components.

Describe the solution you’d like Create a new component that can be leveraged for both “Success Story Card” and “Board Member Card”.

If I had to come up with a name immediately, I guess I’d all it FlatCard and it wouldn’t use the Card component.

I imagine the DOM to look something like this:

<article>
  <h1></h1>
  <!-- optional h6 -->
  <img />
  <hr />
  <p></p>
</article>

Take advantage of flex “order” so that the content has the h1 read first, but the image appears first.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
kylemhcommented, Dec 12, 2018

@markchernov was 👀ing at it, but not sure if he cares.

I’d give it a day for him to respond, if not - dive in.

0reactions
kylemhcommented, Dec 12, 2018

Assigned 💃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Writing Effective Use Cases
This book has those guidelines, examples of use cases, variations that make sense - - and best of all, the reassurance that a...
Read more >
Template Pattern Tutorial - Visual Paradigm
Learn template design pattern free, with step-by-step design pattern tutorial. Know how to apply the pattern. Download free resources and ...
Read more >
About the Rename a Class wizard | Pega
Use the Rename a Class wizard to rename a class and all of its pattern inheritance dependent classes. In addition you can choose...
Read more >
The Process In Naming or Renaming Your Brand - Wildstory
It helps to think of a name as the first introduction, then, to your product or service. In this guide, we'll give you...
Read more >
Facade Design Pattern - SourceMaking
Identify a simpler, unified interface for the subsystem or component. ... Abstract Factory can be used as an alternative to Facade to hide...
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