Questions tagged [waterfall]

Waterfall is an abstraction model for software design which translates requirements into lists of simple routines and arranges them in a sequence of phases based on dependencies.

In Javascript, Elan Shanker's async-waterfall package organizes series of functions with callback completions into waterfalls. It runs an array of functions in series, each passing their results to the next in the array. However, if any of the functions pass an error to the callback, the next function is not executed and the main callback is immediately called with the error.

In chart design, a waterfall chart is a form of data visualization that helps in understanding the cumulative effect of sequentially introduced positive or negative values. These intermediate values can either be time based or category based.

217 questions
0
votes
1 answer

How to use jquery waterfall plugin

I'm trying to work with jQuery waterfall to show data 3 column, but it is not working. On the head html I added a script which loads https://github.com/dfcreative/jquery.waterfall
trai bui
  • 588
  • 12
  • 36
0
votes
1 answer

how to create a customize error message for async.waterfall?

to avoid node.js callback hell, i am using async.js to organize my code. its using one callback function at the end to catch all the error. is it possible to find out where it throws the exception. in following example, there are 3 functions in the…
qinking126
  • 11,385
  • 25
  • 74
  • 124
0
votes
1 answer

How to use JIRA to manage Waterfall projects?

Is it possible to have a custom template/workflow to manage a project that follows Waterfall methodology and use JIRA for managing such projects? Is there a plugin or way to customize the default flow?
Nilesh
  • 4,137
  • 6
  • 39
  • 53
0
votes
1 answer

Directory path of images for waterfall jQuery plugin

I'm using the jquery WATERFALL plugin. I would like the script to display all of the images from a folder rather than using JSON data files. Is this possible?