Coder Social home page Coder Social logo

paas-rubbernecker's People

Contributors

46bit avatar alext avatar ap-hunt avatar bandesz avatar dcarley avatar dependabot[bot] avatar henrytk avatar jonty avatar keymon avatar kr8n3r avatar leeporte avatar mogds avatar mtekel avatar nimalank7 avatar paroxp avatar richardtowers avatar risicle avatar rory80hz avatar saliceti avatar samcrang avatar tlwr avatar whi-tw avatar

Watchers

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

paas-rubbernecker's Issues

Done column sort order should be reversed.

What

Reverse the order of the stories in the done column so that most recent is at the top.

Why

At standup we have started glancing/skimming the recently done as a last chance to flag anything interesting like "maybe this should be a knowledgeshare thing" before it is lost into the ether of done.

This is harder to do if the interesting new items are burried off the bottom of the page.

It's done when

Most recently done it at the top.

Crashing on "transitions is not defined"

Our deployment of rubbernecker has been crashing with the following entries in the log:

2017-08-08T15:45:06.50+0100 [APP/PROC/WEB/0] OUT GET / 200 1753.492 ms - 1063
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR /home/vcap/app/lib/storyFetcher.js:103
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR                     callback("Could not load the transitions for the story: " + story.id, transitions);
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR                                                                                           ^
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR ReferenceError: transitions is not defined
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR     at Request.getStories [as _callback] (/home/vcap/app/lib/storyFetcher.js:103:91)
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR     at Request.self.callback (/home/vcap/app/node_modules/request/request.js:186:22)
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR     at emitTwo (events.js:125:13)
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR     at Request.emit (events.js:213:7)
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR     at Request.<anonymous> (/home/vcap/app/node_modules/request/request.js:1060:10)
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR     at emitOne (events.js:115:13)
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR     at Request.emit (events.js:210:7)
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR     at IncomingMessage.<anonymous> (/home/vcap/app/node_modules/request/request.js:980:12)
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR     at Object.onceWrapper (events.js:314:30)
2017-08-08T15:45:06.54+0100 [APP/PROC/WEB/0] ERR     at emitNone (events.js:110:20)
2017-08-08T15:45:06.55+0100 [APP/PROC/WEB/0] ERR npm ERR! code ELIFECYCLE
2017-08-08T15:45:06.55+0100 [APP/PROC/WEB/0] ERR npm ERR! errno 1
2017-08-08T15:45:06.55+0100 [APP/PROC/WEB/0] ERR npm ERR! [email protected] start: `node ./bin/www`
2017-08-08T15:45:06.55+0100 [APP/PROC/WEB/0] ERR npm ERR! Exit status 1
2017-08-08T15:45:06.55+0100 [APP/PROC/WEB/0] ERR npm ERR!
2017-08-08T15:45:06.55+0100 [APP/PROC/WEB/0] ERR npm ERR! Failed at the [email protected] start script.
2017-08-08T15:45:06.55+0100 [APP/PROC/WEB/0] ERR npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
2017-08-08T15:45:06.55+0100 [APP/PROC/WEB/0] ERR npm ERR! A complete log of this run can be found in:
2017-08-08T15:45:06.55+0100 [APP/PROC/WEB/0] ERR npm ERR!     /home/vcap/app/.npm/_logs/2017-08-08T14_45_06_554Z-debug.log
2017-08-08T15:45:06.56+0100 [APP/PROC/WEB/0] OUT Exit status 1

Refactor rubbernecker

What

I'd like to fully refactor the application into version 2.0. An here's my reasoning:

  • the codebase is a little messy
  • we need caching in order to avoid hitting request limits with both Pivotal and PagerDuty
  • I'd like to introduce set of interfaces in order to allow support of other project platforms
  • change the backend language, to allow others to contribute
  • to allow more configuration for other teams that'd like to use the tool
  • test everything

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.