Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stub out React component structure #31

Open
reefdog opened this issue Jan 30, 2019 · 1 comment
Open

Stub out React component structure #31

reefdog opened this issue Jan 30, 2019 · 1 comment

Comments

@reefdog
Copy link
Contributor

reefdog commented Jan 30, 2019

Given the design screens, stub out the React component structure, re-using existing components if possible.

@reefdog reefdog self-assigned this Jan 30, 2019
@reefdog reefdog added the ui/ux label Jan 30, 2019
@reefdog
Copy link
Contributor Author

reefdog commented Feb 7, 2019

App
  Meta
  Head
  Dashboard
    FacetSelectors
      Selector.Entity
      Selector.Interval
      Selector.Channel
    EntityList
      Entity...
        [Title]
        [Total]
        [Count]
    EntityGraph
      EntityLine...
      RecentSegment
        [Label]
    Transcripts
      LiveTranscript
        ChannelTag
        Transcript.Live
          MinuteGroup...
            Timestamp
            Sentences
              Sentence...
                Link.Entity...
        ActionBar
          ActivityIndicator
          ExpandButton
      EntityDetail
        Header
          [Titles...]
          [Total]
          [Recent]
          Button.LiveClaim
            [Count]
        Matches
          Match...
            Metadata
              [Timestamp]
              [Channel]
            Sentence
              [Title]
              Link.RelatedEntity...
        Transcript.Historical
          MinuteGroup...
            Timestamp
            Sentences
              Sentence...
                MatchEntity...
        RelatedEntities
          Button.RelatedEntity...
            [Title]
            [Count]
          Button.AdditionalEntities
          AdditionalEntityMenu
            AdditionalEntity...
              [Title]
              [Count]

reefdog added a commit that referenced this issue Mar 5, 2019
This is a very large commit that collates many smaller incremental commits and
accomplishes the following:

* Replaces prototype styling/layout with new styling/layout based on
  high-fidelity designs
* Begins implementation of additional features and UX
* Refactors components and adds new component stubs
* Replaces separate stylesheet with styled-components

This is just the beginning.

Closes #30 and #31
reefdog added a commit that referenced this issue Mar 5, 2019
This is a very large commit that collates many smaller incremental commits and
accomplishes the following:

* Replaces prototype styling/layout with new styling/layout based on
  high-fidelity designs
* Begins implementation of additional features and UX
* Refactors components and adds new component stubs
* Replaces separate stylesheet with styled-components

This is just the beginning.

Closes #30 and #31
@reefdog reefdog removed their assignment Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant