Last Known Custom XB Changes Were Made in Spring 2010
Status | ASSESSING |
---|---|
Owner | Scheduling Coordinator |
Contributors | |
Goals | Assess the difference between Baseline and Custom XB reports. Assess deficiencies w/ Custom Report and recommend implementation of Baseline Business Practices. |
Jira tickets | |
On this page |
?? Overview of XB10
Custom Logic
cos_sv_mis_xb_bp.f_get_cvu_stat
IF lv_inst_meth in ('50','51','52','53','54','61','62','63','64','71','71','72') OR lv_inst_meth like 'O%' OR lv_inst_meth = '00' OR lv_inst_meth like 'V%' THEN CLOSE inst_meth_c; RETURN 'X';
Custom code references Instructional Method SSBSECT_INSM_CODE
and returns “Unknown whether distance education session was developed by a CVU-trained instructor.”
Assessed 5/22 and Instructional Methods listed are still valid.
Baseline Logic
sv_mis_xb_bp.f_get_cvu_stat
Grabs SSRATTR_ATTR_CODE
from SSADETL (can be inherited from SCADETL) and reports that.
GVATRMP does not seem capable of crosswalking values.
Helpful Design Elements
🎯 Requirements
📸 Latest designs
Screens | Context | Conditions | |
---|---|---|---|
1 | |||
2 |
❓ Open issues
🧪 Design test plan
Scenario | Prototype | What we know | What we need to learn |
---|---|---|---|
?? Deployment plan
Date | Plan type | Target segment | Notes | Action items | |
---|---|---|---|---|---|
1 | TEST / FEATURE FLAG / OTHER | ||||
2 |
Add Comment