@tonguetoquill/collection 0.2.0 → 0.2.2
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
|
@@ -3,6 +3,8 @@ Quill:
|
|
|
3
3
|
version: 0.1.0
|
|
4
4
|
backend: typst
|
|
5
5
|
plate_file: plate.typ
|
|
6
|
+
ui:
|
|
7
|
+
hide_body: true
|
|
6
8
|
example_file: example.md
|
|
7
9
|
description: "AF Form 4141 — Individual's Record of Duties and Experience, Ground Environment Personnel"
|
|
8
10
|
|
|
@@ -11,36 +13,30 @@ fields:
|
|
|
11
13
|
title: Name (Last, First, MI)
|
|
12
14
|
type: string
|
|
13
15
|
required: true
|
|
14
|
-
ui:
|
|
15
|
-
group: Personnel
|
|
16
16
|
description: Full name in Last, First, Middle Initial format.
|
|
17
17
|
|
|
18
18
|
unit:
|
|
19
19
|
title: Unit of Assignment
|
|
20
20
|
type: string
|
|
21
21
|
required: true
|
|
22
|
-
ui:
|
|
23
|
-
group: Personnel
|
|
24
22
|
description: Unit or organization of assignment.
|
|
25
23
|
|
|
26
24
|
grade:
|
|
27
25
|
title: Grade/CCC Level
|
|
28
26
|
type: string
|
|
29
|
-
ui:
|
|
30
|
-
group: Personnel
|
|
31
27
|
description: Current grade or CCC level.
|
|
32
28
|
|
|
33
29
|
commanders_auth:
|
|
34
30
|
title: Commander's Record of Authentication
|
|
35
31
|
type: string
|
|
36
|
-
ui:
|
|
37
|
-
group: Personnel
|
|
38
32
|
description: Commander's authentication entry on page 1.
|
|
39
33
|
|
|
40
34
|
cards:
|
|
41
35
|
experience:
|
|
42
36
|
title: Record of Experience
|
|
43
37
|
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.
|
|
38
|
+
ui:
|
|
39
|
+
hide_body: true
|
|
44
40
|
fields:
|
|
45
41
|
date:
|
|
46
42
|
title: Date
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
---
|
|
2
|
+
QUILL: af4141@0.1
|
|
3
|
+
# EDIT: Full name in Last, First, Middle Initial format
|
|
4
|
+
name: !fill "LAST, FIRST M."
|
|
5
|
+
# EDIT: Unit of assignment (e.g., "1 ACCS/DOT", "726 ACS/MOC")
|
|
6
|
+
unit: !fill "UNIT/SYMBOL"
|
|
7
|
+
# EDIT: Current grade or CCC level (e.g., "SSgt", "GS-12", "3")
|
|
8
|
+
grade: !fill "GRADE"
|
|
9
|
+
# EDIT: Commander's authentication entry — often a commander's name/signature block or "Verified by unit commander"
|
|
10
|
+
commanders_auth: !fill ""
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
<!-- ═══════════════════════════════════════════════════════════════
|
|
14
|
+
RECORD OF EXPERIENCE CARDS
|
|
15
|
+
Each card below becomes one row in the experience table.
|
|
16
|
+
Page 1 holds up to 16 rows; Page 2 holds up to 21 rows (37 max).
|
|
17
|
+
|
|
18
|
+
Required reportable actions include:
|
|
19
|
+
• Initial/subsequent duty assignment
|
|
20
|
+
• Written and/or positional upgrade evaluations
|
|
21
|
+
• Certification events (Mission Ready, Senior Director, etc.)
|
|
22
|
+
• Downgrade or decertification
|
|
23
|
+
• PCS/PCA departure
|
|
24
|
+
• Temporary duty of significant duration
|
|
25
|
+
• Any other commander-directed entry
|
|
26
|
+
|
|
27
|
+
Leave blank any columns that do not apply to a given entry.
|
|
28
|
+
═══════════════════════════════════════════════════════════════ -->
|
|
29
|
+
|
|
30
|
+
<!-- Example 1: Initial assignment to a unit -->
|
|
31
|
+
---
|
|
32
|
+
CARD: experience
|
|
33
|
+
date: "15 Jan 2025"
|
|
34
|
+
action: "Assigned to {:UNIT/SYMBOL:} as {:Duty Title:}"
|
|
35
|
+
written_grade: ""
|
|
36
|
+
written_grade_date: ""
|
|
37
|
+
positional_grade: ""
|
|
38
|
+
positional_grade_date: ""
|
|
39
|
+
auth_or_remarks: "Initial assignment"
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
<!-- Example 2: Written upgrade evaluation -->
|
|
43
|
+
---
|
|
44
|
+
CARD: experience
|
|
45
|
+
date: "{:DD Mon YYYY:}"
|
|
46
|
+
action: "Completed written upgrade evaluation for {:position/level:}"
|
|
47
|
+
written_grade: "{:1–5:}"
|
|
48
|
+
written_grade_date: "{:DD Mon YYYY:}"
|
|
49
|
+
positional_grade: ""
|
|
50
|
+
positional_grade_date: ""
|
|
51
|
+
auth_or_remarks: "Per {:AFMAN 13-1CRCV1 or applicable directive:}"
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
<!-- Example 3: Positional (live-environment) upgrade / certification -->
|
|
55
|
+
---
|
|
56
|
+
CARD: experience
|
|
57
|
+
date: "{:DD Mon YYYY:}"
|
|
58
|
+
action: "Certified {:Mission Ready / Senior Director / etc.:} — positional upgrade"
|
|
59
|
+
written_grade: ""
|
|
60
|
+
written_grade_date: ""
|
|
61
|
+
positional_grade: "{:1–5:}"
|
|
62
|
+
positional_grade_date: "{:DD Mon YYYY:}"
|
|
63
|
+
auth_or_remarks: "{:Evaluator name or directive:}"
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
<!-- Example 4: Combined written + positional upgrade (both columns filled) -->
|
|
67
|
+
---
|
|
68
|
+
CARD: experience
|
|
69
|
+
date: "{:DD Mon YYYY:}"
|
|
70
|
+
action: "Upgrade evaluation — written and positional"
|
|
71
|
+
written_grade: "{:1–5:}"
|
|
72
|
+
written_grade_date: "{:DD Mon YYYY:}"
|
|
73
|
+
positional_grade: "{:1–5:}"
|
|
74
|
+
positional_grade_date: "{:DD Mon YYYY:}"
|
|
75
|
+
auth_or_remarks: "{:Authentication / remarks:}"
|
|
76
|
+
---
|
|
77
|
+
|
|
78
|
+
<!-- Example 5: PCS departure — no grade columns needed -->
|
|
79
|
+
---
|
|
80
|
+
CARD: experience
|
|
81
|
+
date: "{:DD Mon YYYY:}"
|
|
82
|
+
action: "PCS to {:next unit/location:}"
|
|
83
|
+
written_grade: ""
|
|
84
|
+
written_grade_date: ""
|
|
85
|
+
positional_grade: ""
|
|
86
|
+
positional_grade_date: ""
|
|
87
|
+
auth_or_remarks: "Outprocessed {:UNIT/SYMBOL:}"
|
|
88
|
+
---
|
package/templates/templates.json
CHANGED
|
@@ -40,5 +40,11 @@
|
|
|
40
40
|
"description": "USAF special pass request memorandum template",
|
|
41
41
|
"file": "pass_request.md",
|
|
42
42
|
"production": true
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "AF Form 4141",
|
|
46
|
+
"description": "Individual's Record of Duties and Experience, Ground Environment Personnel",
|
|
47
|
+
"file": "af4141.md",
|
|
48
|
+
"production": true
|
|
43
49
|
}
|
|
44
50
|
]
|