Skip to content

Commit e8e10a9

Browse files
Create solution_overview.yml
1 parent a0f33a1 commit e8e10a9

File tree

1 file changed

+231
-0
lines changed

1 file changed

+231
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,231 @@
1+
name: Solution Project Status Template
2+
description: Template for tracking solution project status
3+
title: "[Solution]: "
4+
labels: ["solution-overview"]
5+
projects: ["NASA-IMPACT/139"]
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
# 📊 Solution Project Status Report
12+
Please fill out the information below to create a new solution project status report.
13+
14+
- type: dropdown
15+
id: project-status
16+
attributes:
17+
label: 📈 Project Status
18+
options:
19+
- Planning
20+
- Development
21+
- Operational
22+
- Maintenance
23+
validations:
24+
required: true
25+
26+
- type: input
27+
id: funding-period
28+
attributes:
29+
label: Funding Period
30+
placeholder: "e.g., FY24-FY25"
31+
validations:
32+
required: true
33+
34+
- type: dropdown
35+
id: assessment-cycle
36+
attributes:
37+
label: Assessment Cycle
38+
options:
39+
- "1 (2016)"
40+
- "2 (2017)"
41+
- "3 (2018)"
42+
- "4 (2019)"
43+
- "5 (2020)"
44+
- "6 (2021)"
45+
- "7 (2022)"
46+
- "8 (2023)"
47+
- "9 (2024)"
48+
validations:
49+
required: true
50+
51+
- type: checkboxes
52+
id: thematic-areas
53+
attributes:
54+
label: 🎯 Thematic Areas
55+
description: Select all applicable thematic areas for this solution
56+
options:
57+
- label: Atmospheric Composition
58+
- label: Carbon Cycle & Ecosystems
59+
- label: Disaster Response
60+
- label: Earth Surface & Interior
61+
- label: Infrastructure/Other
62+
- label: Land Cover/Land Use Change
63+
- label: Ocean & Cryosphere
64+
- label: Water & Energy Cycle
65+
- label: Weather & Atmospheric Dynamics
66+
validations:
67+
required: true
68+
69+
- type: input
70+
id: implementation-lead
71+
attributes:
72+
label: 👨‍💼 Implementation Lead
73+
placeholder: "Name"
74+
validations:
75+
required: true
76+
77+
- type: input
78+
id: project-scientist
79+
attributes:
80+
label: 🔬 Project Scientist
81+
placeholder: "Name"
82+
validations:
83+
required: true
84+
85+
- type: input
86+
id: partner-org
87+
attributes:
88+
label: 🤝 Partner Organization
89+
placeholder: "Organization name"
90+
validations:
91+
required: true
92+
93+
- type: dropdown
94+
id: sep-mandate
95+
attributes:
96+
label: SNWG MO Mandate Status
97+
options:
98+
- "Yes"
99+
- "No"
100+
- "Pending Review"
101+
validations:
102+
required: true
103+
104+
- type: input
105+
id: stakeholder-survey
106+
attributes:
107+
label: 📝 Stakeholder Survey Link
108+
placeholder: "https://docs.google.com/..."
109+
110+
- type: input
111+
id: product-url
112+
attributes:
113+
label: 🔗 Primary Product URL
114+
placeholder: "https://..."
115+
validations:
116+
required: true
117+
118+
- type: textarea
119+
id: product-description
120+
attributes:
121+
label: Product Description
122+
placeholder: "Brief description of the product and its purpose..."
123+
validations:
124+
required: true
125+
126+
- type: input
127+
id: sep-board
128+
attributes:
129+
label: 📋 SEP Board Link
130+
placeholder: "https://github.com/..."
131+
132+
- type: textarea
133+
id: key-stakeholders
134+
attributes:
135+
label: Key Stakeholders
136+
placeholder: "List key stakeholders..."
137+
validations:
138+
required: true
139+
140+
- type: input
141+
id: user-assessment
142+
attributes:
143+
label: 🔮 End User Assessment Results
144+
placeholder: "https://docs.google.com/..."
145+
146+
- type: input
147+
id: assessment-folder
148+
attributes:
149+
label: 🗃️ Assessment Drive Folder
150+
placeholder: "https://drive.google.com/..."
151+
152+
- type: input
153+
id: portal-url
154+
attributes:
155+
label: 🌐 NASA/ST Portal URL
156+
placeholder: "https://earthdata.nasa.gov/..."
157+
158+
- type: input
159+
id: training-url
160+
attributes:
161+
label: 📚 Training Resources URL
162+
placeholder: "https://github.com/..."
163+
164+
- type: input
165+
id: toolkit-url
166+
attributes:
167+
label: 🛠️ Implementation Toolkit URL
168+
placeholder: "https://github.com/..."
169+
170+
- type: input
171+
id: sow-url
172+
attributes:
173+
label: 📄 Statement of Work URL
174+
placeholder: "https://docs.google.com/..."
175+
176+
- type: dropdown
177+
id: fact-sheet
178+
attributes:
179+
label: 🎨 Fact Sheet Status
180+
options:
181+
- "Not Started"
182+
- "In Development"
183+
- "Complete"
184+
validations:
185+
required: true
186+
187+
- type: checkboxes
188+
id: lifecycle-pre-formulation
189+
attributes:
190+
label: Pre-Formulation Phase
191+
options:
192+
- label: 🎬 HQ Kickoff
193+
- label: 🤝 Solution Provider Kickoff
194+
- label: 📝 Project Plan Draft
195+
- label: 🎯 ATP DG Milestone
196+
- label: ✍️ ATP DG Memo Completion
197+
198+
- type: checkboxes
199+
id: lifecycle-formulation
200+
attributes:
201+
label: Formulation Phase
202+
options:
203+
- label: 📊 DAAC Selection Product Summary
204+
- label: 🗣️ Agency Stakeholder Co-design Sessions
205+
- label: ✅ ESDIS DAAC Selection Process
206+
- label: 📜 Inter-Project Agreement
207+
- label: 📄 Interface Control Document
208+
- label: 📋 Project Plan Finalization
209+
- label: 🎯 F2I DG Completion
210+
- label: ✅ Project Plan Baseline
211+
212+
- type: checkboxes
213+
id: lifecycle-implementation
214+
attributes:
215+
label: Implementation Phase
216+
options:
217+
- label: 🧪 Operational Testing
218+
- label: 🎯 ORR Completion
219+
220+
- type: checkboxes
221+
id: lifecycle-operations
222+
attributes:
223+
label: Operations Phase
224+
options:
225+
- label: ✅ PVR Completion
226+
- label: 🚀 Provisional Operations Launch
227+
- label: 🌟 Validated Operations Launch
228+
- label: 📢 Closeout Announcement
229+
- label: 📝 Final Report Preparation
230+
- label: ✍️ DG Memo Processing
231+
- label: 🗄️ Documentation Archival

0 commit comments

Comments
 (0)