@tonguetoquill/collection 0.1.18 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonguetoquill/collection",
3
- "version": "0.1.18",
3
+ "version": "0.2.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nibsbin/tonguetoquill-collection.git"
@@ -22,7 +22,7 @@
22
22
  "type": "module",
23
23
  "scripts": {
24
24
  "update-subtrees": "node scripts/update-subtrees.mjs",
25
- "test": "node scripts/check-duplicates.mjs && node scripts/validate-quills.mjs",
25
+ "test": "node scripts/check-duplicates.mjs && node scripts/validate-quills.mjs && node scripts/validate-templates.mjs",
26
26
  "build": "echo \"No build specified\"",
27
27
  "preversion": "npm test",
28
28
  "postversion": "git push --follow-tags",
@@ -36,6 +36,6 @@
36
36
  "dependencies": {},
37
37
  "devDependencies": {
38
38
  "@quillmark/registry": "^0.6.1",
39
- "@quillmark/wasm": "^0.39.0"
39
+ "@quillmark/wasm": "^0.41.0"
40
40
  }
41
41
  }
@@ -0,0 +1,92 @@
1
+ Quill:
2
+ name: af4141
3
+ version: 0.1.0
4
+ backend: typst
5
+ plate_file: plate.typ
6
+ example_file: example.md
7
+ description: "AF Form 4141 — Individual's Record of Duties and Experience, Ground Environment Personnel"
8
+
9
+ fields:
10
+ name:
11
+ title: Name (Last, First, MI)
12
+ type: string
13
+ required: true
14
+ ui:
15
+ group: Personnel
16
+ description: Full name in Last, First, Middle Initial format.
17
+
18
+ unit:
19
+ title: Unit of Assignment
20
+ type: string
21
+ required: true
22
+ ui:
23
+ group: Personnel
24
+ description: Unit or organization of assignment.
25
+
26
+ grade:
27
+ title: Grade/CCC Level
28
+ type: string
29
+ ui:
30
+ group: Personnel
31
+ description: Current grade or CCC level.
32
+
33
+ commanders_auth:
34
+ title: Commander's Record of Authentication
35
+ type: string
36
+ ui:
37
+ group: Personnel
38
+ description: Commander's authentication entry on page 1.
39
+
40
+ cards:
41
+ experience:
42
+ title: Record of Experience
43
+ description: Each card represents one row in the Record of Experience table. Rows fill page 1 (up to 16 rows) then page 2 (up to 21 rows), for a maximum of 37 rows.
44
+ fields:
45
+ date:
46
+ title: Date
47
+ type: string
48
+ ui:
49
+ group: Record
50
+ description: Date of the action (column A).
51
+
52
+ action:
53
+ title: Mandatory Actions to be Reported
54
+ type: string
55
+ ui:
56
+ group: Record
57
+ description: One type of action per line (column B).
58
+
59
+ written_grade:
60
+ title: Written Grade
61
+ type: string
62
+ ui:
63
+ group: Record
64
+ description: Written grade, if applicable (column C).
65
+
66
+ written_grade_date:
67
+ title: Written Grade Date
68
+ type: string
69
+ ui:
70
+ group: Record
71
+ description: Date of written grade (column D).
72
+
73
+ positional_grade:
74
+ title: Positional Grade
75
+ type: string
76
+ ui:
77
+ group: Record
78
+ description: Positional grade, if applicable (column E).
79
+
80
+ positional_grade_date:
81
+ title: Positional Grade Date
82
+ type: string
83
+ ui:
84
+ group: Record
85
+ description: Date of positional grade (column F).
86
+
87
+ auth_or_remarks:
88
+ title: Record of Authentication or Remarks
89
+ type: string
90
+ ui:
91
+ group: Record
92
+ description: Authentication or remarks entry (column G).
@@ -0,0 +1,20 @@
1
+ I visually mapped out a bunch of fields on the form to the typst field names. The intent is to write a plate and field schema that interfaces with the Typst form and exposes an ergonomic API to the Quill consumer. See [Creating Quills](https://quillmark.readthedocs.io/en/latest/guides/creating-quills/) to learn how to write the field schema.
2
+
3
+ Note that the following field names are not authortative; use your discretion to name them ergonomically.
4
+
5
+ ## Admin Fields
6
+
7
+ Name: `commonforms_text_p1_1`
8
+ Unit: `commonforms_text_p1_2`
9
+ Grade/CCC Level: `commonforms_text_p1_3`
10
+
11
+ ## Record of Experience table fields
12
+
13
+ Date: `commonforms_text_p1_{4,7,18,...,109}` and `commonforms_text_p2_{1,8,15,...141}`
14
+ Mandatory Actions to be Reported: `commonforms_text_p1_{5,12,19,...,110}` and `commonforms_text_p2_{2,9,16,...,142}`
15
+ written_grade: `commonforms_text_p1_{6,13,...111}` and `commonforms_text_p2_{3,10,...,143}`
16
+ writen_grade_date: `commonforms_text_p1_{7,14,...,112}` and `commonforms_text_p2_{4,11,144}`
17
+ positional_grade: `commonforms_text_p1_{8,15,...,113}` and `commonforms_text_p2_{5,12,...,145}`
18
+ positional_grade_date: `commonforms_text_p1_{9,...,114}` and
19
+ `commonforms_text_p2_{6,...,145}`
20
+ auth_or_remarks: `commonforms_text_p1_{10,...,115}` and `commonforms_text_p2_{7,...,146}`
@@ -0,0 +1,36 @@
1
+ ---
2
+ QUILL: af4141@0.1
3
+ name: "DOE, JOHN A."
4
+ unit: "1 CACS/DOT"
5
+ grade: "GS-13"
6
+ commanders_auth: "Verified by unit commander"
7
+ ---
8
+
9
+ ---
10
+ CARD: experience
11
+ date: "2025-01-15"
12
+ action: "Assigned to 1 CACS/DOT as Weapons Director"
13
+ written_grade: "3"
14
+ written_grade_date: "2025-01-20"
15
+ positional_grade: "3"
16
+ positional_grade_date: "2025-01-20"
17
+ auth_or_remarks: "Initial assignment"
18
+ ---
19
+
20
+ ---
21
+ CARD: experience
22
+ date: "2025-06-01"
23
+ action: "Completed WD upgrade evaluation — certified Mission Ready"
24
+ written_grade: "5"
25
+ written_grade_date: "2025-06-10"
26
+ positional_grade: "5"
27
+ positional_grade_date: "2025-06-10"
28
+ auth_or_remarks: "Per AFMAN 13-1CRCV1"
29
+ ---
30
+
31
+ ---
32
+ CARD: experience
33
+ date: "2025-09-15"
34
+ action: "PCS to 726 ACS/DOT"
35
+ auth_or_remarks: "Outprocessed 1 CACS"
36
+ ---