Details
-
Type:
Task
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: M3
-
Fix Version/s: M4
-
Component/s: Core Services DEPRECATED, PDT - Green
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
KS ENR Functional Area:Course Offering
-
KS Theme:Service Contract, Service Implementation
-
Epic Link:
Description
We need changes to the following Service contracts:
- courseOfferingInfo::courseNumberSuffix (class II)
- LuiIdent::sufx_CD (class I)
In UI, the user sees Catalog Course Code = "ENGL101A", for example, (need to search on this field!), and that field is composed of the following Services fields:
courseInfo::subjArea = "ENGL"
courseInfo::courseNumber = "101"
courseInfo::courseNumberSuffix = "A"
In UI, the user sees Course Offering Code = "ENGL101AB" (need to search on this field!), and that field is composed of the following Services fields:
courseOfferingInfo::subjArea = "ENGL"
courseOfferingInfo::courseNumber = "101"
courseOfferingInfo::courseNumberInternalSuffix = "blah" (hidden from user)
courseOfferingInfo::courseNumberSuffix = "A" (must be unique for a CO)
courseOfferingInfo::courseOfferingNumberSuffix = "B", updateable
Attachments
Issue Links
- is relied upon by
-
KSENROLL-1932 Create back end functionality for Copy Course Offering from an existing term (except configure section)
-
- Closed
-
-
KSENROLL-1972 Create back end functionality for Configure Section of Copy Course Offering from an existing term
-
- Closed
-
-
KSENROLL-1981 Create back end functionality for Copy Course Offering within the same term (except configure section)
-
- Closed
-
-
KSENROLL-1993 Create back end functionality for Configure Section of Copy Course Offering within the same term
-
- Closed
-
This Jira cannot be worked on until the Services merge is complete this week.