Code Monkey home page Code Monkey logo

stickshift's People

Contributors

tmcw avatar tsibley avatar waldyrious 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  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  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  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

stickshift's Issues

Switch to Redux

This would be a good, clean place to try out redux for the first time.

No mention of browserify as a requirement

This is more an issue for people who are not so advanced yet with node.

I didn't have browserify installed so it took me a while to get stickshift running. Maybe add npm install -g browserify as a requirement in README.md?

For those new to browserify (like me): run browserify site.js -o bundle.js before running node example_server.js.

(Probably the same for watchify. :))

x button on 404 Error does nothing

When you click lists, and there aren't any saved queries, the Error retrieving queries: 404 appears. To the left there is an X that is basically pointless. To hide the error, you have to reclick list.

table listing

Is this even a kind of thing this tool should think about? Listing and displaying tables varies significantly between mysql/postgres/sqlite so it isn't an easy fix.

public demo

could be fun, basically this requires some pure-javascript sql server implementation

Map visualization

This is pretty doable - pull lat and lon fields from a result, display with mapbox gl.

Can't get example app to write to GitHub repo branch

I modified example_server.js to query my database, and that is working fine. However, I am having trouble connecting to my GitHub repo branch to store the queries.

This is my modified site.js:

var Stickshift = require('./src/index.js');
var cookie = require('cookie');

Stickshift(
  document.getElementById('page'),
  {
    endpoint: 'http://localhost:3000/query',
    branch: 'db',
    username: 'tanner-agi',
    access_token: 'MYGITHUBTOKEN',
    repo: 'example-repo'
  });

Clicking the List button returns "No Queries Saved" before quickly switching to "Error retrieving queries: 404".

I double checked that my repo and the branch are created. I think my issue lies in the access_token. In my GitHub account, I went to Settings -> Applications -> Personal Access Tokens and created a new token, which is what I set to access_token. I tried giving the application token various levels of permissions, but no luck. I noticed that in the README, access_token is referred to as token, so I tried that but it still didn't work.

Should I be using GitHub's Personal Access Tokens? Or should I be registering a developer application?

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.