Giter Site home page Giter Site logo

nibs's Introduction

Nibs

Deploy

Check out the documentation to learn more about Nibs and to set up your own instance.

Changes

Updated: 7/22/2015

Modify product selection query to filter on the 'family' column - defaults to selecting products where 'family' is 'Nibs' - 
this can be overridden by setting the PRODUCT_FAMILY config variable

Updated: 4/21/2015

Split 'salesforce' schema sql init commands into a separate command. Run 'npm run init_salesforce_schema' now
to intialize the database **without** Heroku Connect.

nibs's People

Contributors

ccoenraets avatar chrisanderton avatar citizengordon avatar dzuelke avatar mattcreager avatar ntassone avatar samuelsharaf avatar scottpersinger 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

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  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

nibs's Issues

internal server error

Hi,
I'm getting "internal server error" when trying to login user - either direct or via FB.
I have modified server/config.js with database URL as specified in heroku postgres overview page.

When trying to connect to it from the local app running (as suggested in one of trailhead docs):
DATABASE_URL=heroku config:get DATABASE_URL PGSSLMODE=require npm start
... i eventually get an error:
Failed at the [email protected] start script 'node server.js'.

Did anyone have similar issues and any ideas how to fix this?
Thanks!

Building the Cordova Shell issues

The instructions available on this url http://heroku.github.io/nibs/setup.html need some adjusts.
In the section "Building the Cordova Shell", the step "4 Install the Cordova plugins", the following lines should be revised:
if you try this: cordova plugins add org.apache.cordova.device
you will get this: Error: Registry returned 404 for GET on https://registry.npmjs.org/org.apache.cordova.device

The similar error will be presented for the lines below:
cordova plugins add org.apache.cordova.console
cordova plugins add org.apache.cordova.statusbar
cordova plugins add org.apache.cordova.geolocation
cordova plugins add org.apache.cordova.dialogs
cordova plugins add org.apache.cordova.inappbrowser

However if those lines are rewrite on this way, all of them will work fine:
cordova plugins add cordova-plugin-device
cordova plugins add cordova-plugin-console
cordova plugins add cordova-plugin-statusbar
cordova plugins add cordova-plugin-geolocation
cordova plugins add cordova-plugin-dialogs
cordova plugins add cordova-plugin-inappbrowser

Needed database/custom objects

How do I get a salesforce instance with the custom objects/fields needed for Nibs (Integration__c, Stores__c, loyalty__c, etc)?

I created a developer instance and connected it with Heroku Connect, but it doesn't have the custom objects and fields. The app appears to be broken.

FileTransfer() in s3uploader

Hi, there is a FileTransfer() and FileUploadOptions() in the s3uploader.js, where are these things defined ? Thanks

Concat. vs sum

So many points:

screenshot-avalidnameisawesome herokuapp com 2014-10-10 16-25-24

At a glance, I'd guess we're missing a typecast somewhere, perhaps here.

Configure Salesforce?

The project's page mentioned we could configure the tables to sync with Salesforce and manage the data there. How do we do this?

Error while executing the nibs app in local

Hello,

I've deployed the nibs app in my local windows.

  • update the pg & pg-native module to last version in package.json (my pg database in local required more recent version of the module)
    ("pg": "^4.3.0",
    "pg-native": "^1.8.0")

while launching the "heroku local" command i get the following error when it comes to execute the sqlinit.js file to generate the public table.

Assertion failed: handle->type == UV_POLL, file src\win\poll.c, line 463

Do you have an idea of what can cause this error?

Regards,

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.