1
0
Fork 0
Data collection, validation, and processing framework for JavaScript [archive]
 
 
 
 
 
 
Go to file
Mike Gerwitz 22c3a21cdf ServerSideQuote: Add metabucket
* src/server/quote/ServerSideQuote.js (_metabucket): Add field.
  (getMetabucket, setMetabucket, setMetadata): Add methods.
2017-07-10 10:09:24 -04:00
doc doc/Makefile.am (liza_TEXINFOS): Add missing license.texi 2017-06-29 11:01:23 -04:00
src ServerSideQuote: Add metabucket 2017-07-10 10:09:24 -04:00
test Initialize metadata on quote version change 2017-07-10 10:09:22 -04:00
tools LoVullo Associates => R-T Specialty 2017-06-08 14:48:43 -04:00
.gitignore Add notices and DEVNOTES flag 2017-03-23 12:16:52 -04:00
.gitlab-ci.yml .gitlab-ci.yml: Add --with-srcuri to build step 2017-03-23 12:18:41 -04:00
COPYING Placeholder README.md and license 2014-01-16 11:44:02 -05:00
COPYING.AGPL Near-complete liberation of liza 2017-06-08 14:38:28 -04:00
Makefile.am LoVullo Associates => R-T Specialty 2017-06-08 14:48:43 -04:00
README.hacking LoVullo Associates => R-T Specialty 2017-06-08 14:48:43 -04:00
README.md LoVullo Associates => R-T Specialty 2017-06-08 14:48:43 -04:00
autogen.sh LoVullo Associates => R-T Specialty 2017-06-08 14:48:43 -04:00
configure.ac Version bump 1.1.{1=>2} 2017-06-29 16:23:10 -04:00
index.js LoVullo Associates => R-T Specialty 2017-06-08 14:48:43 -04:00
npm-shrinkwrap.json Add lock files for npm and yarn 2017-06-08 14:57:49 -04:00
package.json.in Add missing mongodb dependency 2017-06-20 14:17:03 -04:00
yarn.lock Add missing mongodb dependency 2017-06-20 14:17:03 -04: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 RT Specialty / LoVullo 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.

The liza server is licensed differently: you can redistribute it and/or modify it under the terms of the GNU Affero 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 licenses are available in COPYING and COPYING.AGPL.