Skip to content
#

github-client

Here are 86 public repositories matching this topic...

iamnewton
iamnewton commented Feb 21, 2017

I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.

Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.

  • who? - who wrote the p
ElianVanCutsem
ElianVanCutsem commented Mar 12, 2020

Is your feature request related to a problem? Please describe.
When you first use the app, it may not be really clear to people they have to grant access to FastHub to show the organisations

Describe the solution you'd like
Maybe it's an idea to show the FAQ instead of the no organisation found: try again button. I think people overlook the FAQ icon to quick.

maybe you could just s

machour
machour commented Apr 26, 2018

This component could benefit from a refactoring similar to EventsScreen, where every event type would be handled by a dedicated method.

Instead of the big switch/case in render(), we could have something like this:

render() {
    const { repository, event } = this.props;
    const handler = camelCase(`handle_${event.event}`); // lodash's camelCase

    if (typeof this[handler] ==

Improve this page

Add a description, image, and links to the github-client topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the github-client topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.