GithubHelp home page GithubHelp logo

fuel-throttle-node's People

Contributors

cmcculloh avatar creatovisguru avatar futuremint avatar plumlee avatar tweettypography avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

fuel-throttle-node's Issues

Implement Live-Server feature

Simplify developer's lives by watching specific directories and files for saves and automatically test, build and reload the server without requiring refresh in the browser.

npm install

Using windows command prompt when I run npm install I get the following warns and I believe because of this the project is not working properly:

npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] 'repositories' (plural) Not supported
.
npm WARN package.json Please pick one as the 'repository' field
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.

Application Monitoring

New Relic is a handy tool for application monitoring, they (New Relic) are currently working on their Node.js version. But it will be BETA, and so "use at own risk" state at first.

There is a Github repo available here: https://github.com/newrelic/node-newrelic/
I'm not sure how current this is, it appears to have been a little while since it was last committed.

If anyone has any thoughts on this or suggestions (besides AppDynamics) they are welcomed. :)

Login route for single page apps should be changed

If the goal of fuel-throttle is to build a single page app, which I think it is, then the route configuration in the app.js file (node server) should be changed.

The App Center login URL should point to either:

and not

This will make sure the app is started on the correct page for the SSO flow instead of loading itself at "/login" when the app is looking to initialize itself on "/"

For this, code changes required in /app.js. Below is what should be changed.

// FROM 
app.post('/login', tokenManager, routes.login );

// TO
app.post('/', tokenManager, routes.login );

Provide non-ExactTarget specific implementation

Need to remove:

  • Token Manager (possibly convert to a Node module for registry)
  • Fuel Node
  • JWT handling
  • App Center specific data:
    • client id
    • client secret
    • app signature

NOTE: Fuel UX must remain in place, as it is a useful tool for any developer outside of ExactTarget.

Tie in Travis CI

The little Travis CI graphic is a nice feature and should be simple to implement. This will be for the actual repository.

Would this be helpful to implement in the template code as well?

Implement Language Agnostic Prompt/Scaffolding Engine

Currently, this repository is using grunt-init, which will be deprecated by Yeoman generators.

Since Fuel Throttle will be released in multiple languages to support cloud deployments (typically to Cloud Foundry based environments) - implementing a language agnostic scaffolding engine in DASH which is 100% POSIX compliant would be an elegant way to reduce the support footprint across multiple languages and provide a consistent developer experience while using Fuel Throttle in different languages.

Legacy tokens fail to refresh due to memoize invalidator timeout

The timeout for the memoization of the token fetching in fuel is keyed off the response's expiresIn value. When a legacyToken is included the actual expiration is much shorter.

Perhaps if a legacyToken is included set that timeout to something much shorter.

Improve documentation (ONGOING ISSUE, SHOULD NEVER CLOSE)

Need to include the following in the documentation:

  • Primary Goals
  • Optional Goals
  • Describe development approach
  • Better describe the prompt flow so developers better understand what they'll want/need
  • Describe tools required to operate and possibly more links to other learning resources
  • Describe optional available tools
  • Provide list of known issues w/ development approach
  • Provide list of known issues w/o development approach
  • Outline potential use cases

Windows installation option

Current directions are for linux or mac systems. Need to add instructions for Windows installation and operations.

Provide complete working example for Mongo

I think this would be helpful, but would like input from others.

In order to reduce the learning curve for developers who are new to NoSQL systems - providing a simple, but complete working example for MongoDB would be helpful.

When adding this feature, make sure to add it to the prompt system for implementation during the scaffolding run. Default to having it in place.

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.