-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcode.json
More file actions
83 lines (83 loc) · 3.36 KB
/
Copy pathcode.json
File metadata and controls
83 lines (83 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "form-builder-template",
"version": "0.1.0",
"organization": "Internal Revenue Service",
"description": "A cookiecutter template that generates a new, multi-language questionnaire application built on the Fact Graph and Form Builder Scala libraries.",
"longDescription": "Form Builder Template deliberately generates a lightweight application. It assumes you want to model complex business logic with the Fact Graph, including but not limited to a tax code, without building your own rules engine, presentation layer, navigation, internationalization, or styling components to meet Section 508 compliance. Applications generated with this template include the flow parser, site generators, Thymeleaf engine, node templates, locales, browser theme, flow runtime, and optionally a web GUI for updating presentation and business logic, out of the box. Extensions such as the Taxpert workspace, Author Mode, Fact Explorer, and Docker are optional: an application generated with include_taxpert_workspace set to no has no dependency on Taxpert at all, and still gets the theme and the flow runtime, both of which ship inside the Form Builder jar.",
"status": "Development",
"permissions": {
"licenses": [
{
"name": "CC0-1.0",
"URL": "https://github.com/IRS-Public/form-builder-template/blob/main/LICENSE.md"
}
],
"usageType": [
"openSource"
],
"exemptionText": ""
},
"repositoryHost": [
"github.com/IRS-Public"
],
"repositoryURL": "https://github.com/IRS-Public/form-builder-template",
"repositoryVisibility": "public",
"homepageURL": "https://github.com/IRS-Public/form-builder-template",
"disclaimerURL": "https://github.com/IRS-Public/form-builder-template?tab=readme-ov-file#legal-disclaimer-public-repository-access",
"vcs": "git",
"platforms": [
"web"
],
"categories": [
"other"
],
"softwareType": [
"configuration"
],
"languages": [
"Scala",
"HTML",
"CSS",
"JavaScript",
"Python",
"Shell"
],
"sbom": "https://github.com/IRS-Public/form-builder-template/network/dependencies",
"relatedCode": [
"https://github.com/IRS-Public/fact-graph",
"https://github.com/IRS-Public/form-builder",
"https://github.com/IRS-Public/taxpert",
"https://github.com/IRS-Public/form-builder-examples",
"https://github.com/IRS-Public/tax-withholding-estimator",
"https://github.com/IRS-Public/eitc-assistant"
],
"reusedCode": [
"https://github.com/IRS-Public/fact-graph",
"https://github.com/IRS-Public/form-builder",
"https://github.com/IRS-Public/taxpert"
],
"tags": [
"Open Source",
"IRS",
"Tax",
"Fact Graph",
"Form Builder",
"Cookiecutter",
"Template"
],
"feedbackMechanism": "https://github.com/IRS-Public/form-builder-template/issues",
"AIUseCaseID": "0",
"repositoryType": "template",
"userInput": true,
"group": "IRS/IT",
"userType": [
"government",
"developers"
],
"maturityModelTier": 2,
"date": {
"created": "2026-08-10T20:36:38Z",
"lastModified": "2026-08-27T13:11:12Z",
"metadataLastUpdated": "2026-08-27T18:11:45Z"
}
}