ustaxlib.git
4 years agoMake Form input strongly typed with generics.
Robert Sesek [Wed, 19 Feb 2020 01:32:53 +0000 (20:32 -0500)]
Make Form input strongly typed with generics.

4 years agoMove input from a TaxReturn to a Form.
Robert Sesek [Tue, 18 Feb 2020 05:18:16 +0000 (00:18 -0500)]
Move input from a TaxReturn to a Form.

This also associates every Line to a Form.

4 years agoIntroduce InputLine and the ability to acquire inputs from a TaxReturn.
Robert Sesek [Tue, 18 Feb 2020 05:03:18 +0000 (00:03 -0500)]
Introduce InputLine and the ability to acquire inputs from a TaxReturn.

4 years agoAdd Line.test.ts.
Robert Sesek [Tue, 18 Feb 2020 04:28:34 +0000 (23:28 -0500)]
Add Line.test.ts.

4 years agoRestructure adding Lines to Forms.
Robert Sesek [Tue, 18 Feb 2020 04:05:38 +0000 (23:05 -0500)]
Restructure adding Lines to Forms.

4 years agoStart modeling Line, Form and their relation to TaxReturn.
Robert Sesek [Tue, 18 Feb 2020 03:57:49 +0000 (22:57 -0500)]
Start modeling Line, Form and their relation to TaxReturn.

4 years agoEnable Jest code coverage and use ES7 compiler.
Robert Sesek [Tue, 18 Feb 2020 03:57:20 +0000 (22:57 -0500)]
Enable Jest code coverage and use ES7 compiler.

4 years agoBegin defining a TaxReturn and Person model.
Robert Sesek [Mon, 17 Feb 2020 22:17:10 +0000 (17:17 -0500)]
Begin defining a TaxReturn and Person model.

4 years agoSkeleton project with Jest and TypeScript.
Robert Sesek [Mon, 17 Feb 2020 20:56:12 +0000 (15:56 -0500)]
Skeleton project with Jest and TypeScript.