1
0
Fork 0
Data collection, validation, and processing framework for JavaScript [archive]
 
 
 
 
 
 
Go to file
Mike Gerwitz 08e0d20cad Consider classification changes on failed fields
The individual commits contain more useful detail, but since there's a
lot of _new_ code, you might be okay with looking at the full diff.

This adds support to Liza for considering classification changes when
detecting field fixes.  It can be boiled down to: abstract the bucket
diff array into a `Store`, which can also handle classification diffs,
and have `ValidStateMonitor` check that instead of the original
array.  The diff data format is unchanged.

- The diff portion of it comes together in `system/client.js` where it
  constructs the Store.

- `ValidStateMonitor` is what performs the validations, and existed
  previously; it was modified to support Promises and be
  async.  `DataValidator` extracts some logic (much less than I had
  hoped to) from `Client` in the `rating-fw` repository and glues it
  together.  If it doesn't look coherent, that's because the process
  is a bit of a mess; the overall architecture _did not_ change with
  this.

A lot of the project design changed or was abandoned upfront before
code was written: I committed my design notes in the new `liza-notes`
repo.  It notes a lot of my thoughts and design decisions, and shows a
lot of what was abandoned or simplified.
2017-01-30 12:10:39 -05:00
doc Added placeholder files for Texinfo documentation 2014-01-16 23:35:45 -05:00
src system.client: working data.diffStore 2017-01-30 00:43:13 -05:00
test system.client: working data.diffStore 2017-01-30 00:43:13 -05:00
tools ECMAScript 3 compatibility fixes 2015-05-31 23:51:08 -04:00
.gitignore Ignore dist files 2016-03-30 14:16:23 -04:00
.travis.yml Initial Travis CI configuration 2014-01-17 14:00:26 -05:00
COPYING Placeholder README.md and license 2014-01-16 11:44:02 -05:00
Makefile.am Use node --harmony-destructuring when available 2017-01-27 11:08:39 -05:00
README.hacking Add npm instructions for developers 2016-03-29 14:33:32 -04:00
README.md Relocate README.md license 2016-03-29 14:28:11 -04:00
autogen.sh autogen.sh added 2016-03-29 14:27:07 -04:00
configure.ac Use node --harmony-destructuring when available 2017-01-27 11:08:39 -05:00
index.js Build now generates index.js modules 2014-04-18 10:03:40 -04:00
package.json.in Add chai-as-promised 2017-01-03 09:11:18 -05:00

README.md

Liza Data Collection Framework

Liza is a data collection, validation, and processing framework for JavaScript.

This project is under active development; please check back later as we make it available.

About

The Liza Data Collection Framework—"Liza" for short—is an effort to clean up, formalize, and expand upon a framework that was developed at LoVullo Associates for collecting, validating, and processing large amounts of user input for insurance quoting. As existing code is refactored or its design improved upon, it will begin its life as part of Liza; please be patient as the entire core framework makes its way into this repository and others.

Configuring

If your distribution does not contain a `configure' file in the project root, then you likely have the sources as committed to the project repository; you may generate the script by issuing the following command:

  $ ./autogen.sh

You may then see ./configure --help for more information.

License

Liza is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

The full license is available in COPYING.