Giter VIP home page Giter VIP logo

chalk-lifts's People

Contributors

jdivock avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

jeantimex

chalk-lifts's Issues

schema.json needed to generate schema.json

wat.

May need to file something against relay-starter-kit. the babel-relay babel plugin runs on update-schema and requires schema.json . . . but update-schema generates schema.json

update-schema gets pool closed error

With the new knex seed/migrate stuff my close connection hack in update-schema no longer works. The real solution here is to find a way to mock the dbConnection object when generating the schema, time to go play with babel-rewire some more . . .

graphiql should mount when configured

Tired of fighting with this

app.use('/graphql', graphqlHTTP({ schema: MyGraphQLSchema, graphiql: true }));

Should set up the /graphiql path, but no matter what I do it tries to fire a query

Login Page

Use passport, no login wth fb or google crap, just salt passwords and blah blah blah

fix super shady duck typing in Schema.js

(obj) => {
      // This is super hacky, might need bookshelf or a way
      // to define types to decent what the obj is
      if (obj.workout_id) {
        return Lift;
      } else if (obj.email) {
        return Account;
      } else if (obj.account_id) {
        return Workout;
      }

      return null;
    }

AddLiftDialog does more than it probably should

Starting to dirty it up with edit or save logic, should just be a dumb form, mutations are probably better kept outside back in the workout component and passes in the save handler and other actions

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.