@tonguetoquill/collection 0.2.1 → 0.2.3

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.2.1",
3
+ "version": "0.2.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nibsbin/tonguetoquill-collection.git"
@@ -13,30 +13,22 @@ fields:
13
13
  title: Name (Last, First, MI)
14
14
  type: string
15
15
  required: true
16
- ui:
17
- group: Personnel
18
16
  description: Full name in Last, First, Middle Initial format.
19
17
 
20
18
  unit:
21
19
  title: Unit of Assignment
22
20
  type: string
23
21
  required: true
24
- ui:
25
- group: Personnel
26
22
  description: Unit or organization of assignment.
27
23
 
28
24
  grade:
29
25
  title: Grade/CCC Level
30
26
  type: string
31
- ui:
32
- group: Personnel
33
27
  description: Current grade or CCC level.
34
28
 
35
29
  commanders_auth:
36
30
  title: Commander's Record of Authentication
37
31
  type: string
38
- ui:
39
- group: Personnel
40
32
  description: Commander's authentication entry on page 1.
41
33
 
42
34
  cards:
@@ -31,7 +31,7 @@ commanders_auth: !fill ""
31
31
  ---
32
32
  CARD: experience
33
33
  date: "15 Jan 2025"
34
- action: "Assigned to {:UNIT/SYMBOL:} as {:Duty Title:}"
34
+ action: "Assigned to 1 ACCS/DOT as Weapons Director"
35
35
  written_grade: ""
36
36
  written_grade_date: ""
37
37
  positional_grade: ""
@@ -42,47 +42,47 @@ auth_or_remarks: "Initial assignment"
42
42
  <!-- Example 2: Written upgrade evaluation -->
43
43
  ---
44
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:}"
45
+ date: "15 Mar 2025"
46
+ action: "Completed written upgrade evaluation for 3-Level"
47
+ written_grade: "3"
48
+ written_grade_date: "15 Mar 2025"
49
49
  positional_grade: ""
50
50
  positional_grade_date: ""
51
- auth_or_remarks: "Per {:AFMAN 13-1CRCV1 or applicable directive:}"
51
+ auth_or_remarks: "Per AFMAN 13-1CRCV1"
52
52
  ---
53
53
 
54
54
  <!-- Example 3: Positional (live-environment) upgrade / certification -->
55
55
  ---
56
56
  CARD: experience
57
- date: "{:DD Mon YYYY:}"
58
- action: "Certified {:Mission Ready / Senior Director / etc.:} — positional upgrade"
57
+ date: "20 Jun 2025"
58
+ action: "Certified Mission Ready — positional upgrade"
59
59
  written_grade: ""
60
60
  written_grade_date: ""
61
- positional_grade: "{:1–5:}"
62
- positional_grade_date: "{:DD Mon YYYY:}"
63
- auth_or_remarks: "{:Evaluator name or directive:}"
61
+ positional_grade: "4"
62
+ positional_grade_date: "20 Jun 2025"
63
+ auth_or_remarks: "SSgt Jones, T.R."
64
64
  ---
65
65
 
66
66
  <!-- Example 4: Combined written + positional upgrade (both columns filled) -->
67
67
  ---
68
68
  CARD: experience
69
- date: "{:DD Mon YYYY:}"
69
+ date: "01 Aug 2025"
70
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:}"
71
+ written_grade: "4"
72
+ written_grade_date: "01 Aug 2025"
73
+ positional_grade: "4"
74
+ positional_grade_date: "01 Aug 2025"
75
+ auth_or_remarks: "Verified by unit commander"
76
76
  ---
77
77
 
78
78
  <!-- Example 5: PCS departure — no grade columns needed -->
79
79
  ---
80
80
  CARD: experience
81
- date: "{:DD Mon YYYY:}"
82
- action: "PCS to {:next unit/location:}"
81
+ date: "01 Sep 2025"
82
+ action: "PCS to 726 ACS/MOC, Tinker AFB OK"
83
83
  written_grade: ""
84
84
  written_grade_date: ""
85
85
  positional_grade: ""
86
86
  positional_grade_date: ""
87
- auth_or_remarks: "Outprocessed {:UNIT/SYMBOL:}"
87
+ auth_or_remarks: "Outprocessed 1 ACCS/DOT"
88
88
  ---