GithubHelp home page GithubHelp logo

giistr / giistr Goto Github PK

View Code? Open in Web Editor NEW
35.0 35.0 0.0 1.42 MB

Quickly list issues from your starred repositories

Home Page: https://giistr.com

License: Other

HTML 3.36% TypeScript 94.38% CSS 2.26%
github react redux-observable typescript

giistr's Introduction

Build Status

Fetch a list of repositories you starred then display the issues immediately in one view. Apply filter and search on these issues and repositories then pick one and contribute to your favorite library.

Learn more

Go to the app

Stack

  • React
  • Redux
  • Typescript
  • Immutable

Run the app locally (Development)

  • Install dependencies
npm install
npm install -g typescript typings
typings install
  • Start development server (The github oauth button won't work in development, you need to run the nodejs proxy server for that)
npm run start

Run the app for Production

  • Build the bundle
npm run build

Target the /dist folder with an nginx, you should use the nginx.conf file provided in the dist folder. You should also set the CLIENT_SECRET and CLIENT_ID env variable on nginx.

giistr's People

Contributors

alex3165 avatar wykks avatar zacwhalley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

giistr's Issues

Please make links real links

Controlling which links open in a new tab or not using Ctrl+click doesn't seem to work: All issues always open in a new tab, but clicking the about link will always open in the same tab. Hovering over the 'links' also doesn't show the target URL.

Please make the links real links and allow Ctrl-click to work.

Refreshing page after entering dev token shows XML page with AccessDenied

What I did:

  1. Visit https://giistr.com/
  2. Enter my dev token into the input
  3. https://giistr.com/home loads listing all my starred repos
  4. Refreshing the page shows an xml file with the content
    <Error>
        <Code>AccessDenied</Code>
        <Message>Access Denied</Message>
        <RequestId>randomString</RequestId>
        <HostId>aBigRandomString</HostId>
    </Error>

But then loading the site with just https://giistr.com loads https://giistr.com/home with all my content perfectly.

Other info:
Browser: Firefox 66.0.2
OS: Ubuntu 18.04 LTS
Network: No Proxy or VPN

Edit:
Even the https://giistr.com/about behaves the same way. Pages can be viewed through links from the header of the page. But refreshing the page after they've loaded (except the main https://giistr.com) shows the above mentioned XML error.

OAuth token storage

From what I can see, Github user OAuth access tokens are stored in localStorage. Third party JS (e.g. from a node module or analytics scripts) will have access to the access code. Have you folks thought about storing the access tokens and making the requests to Github server side (as a just-in-case thing)? At the moment it's just public data users are giving access to, but it would protect you if you ever wanted to ask users for more permissions.

The codebase is really nice, by the way. I enjoyed reading through it!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.