unikent / programmes-plant

A comprehensive solution for the management of university programmes, that produces an XCRI feed.
Other
7 stars 4 forks source link

NRPhD award represented as PhD #761

Closed edelarose closed 10 years ago

edelarose commented 10 years ago

Taken from FP#561739:

The award in the deliveries section for NRPhD is incorrect & shows as PhD instead. psych-nrphd_20141013171250_927995

jna-unikent commented 10 years ago

@gb332-unikent @aw285-unikent

It looks like the sits import outputs the same award for both NRPhD and PHD. Examples:

<course>
<inUse>Y</inUse>
<mcr>RPGY000101PH-PD</mcr>
<ari_code>MCR000001239</ari_code>
<progID></progID>
<createdDate>2014-07-23 15:29</createdDate>
<updatedDate>2014-09-15 15:57</updatedDate> 
<description>Psychology - NRPhD - part-time at Canterbury</description> 
<attendanceType>Part-time</attendanceType>
<award>Doctor of Philosophy</award>
<pos>PSY4:PHD-R1</pos>
...
<course>
<inUse>Y</inUse>
<mcr>RPHA000101PH-FD</mcr>
<ari_code>MCR000001242</ari_code>
<progID>171PG</progID>
<createdDate>2014-07-23 15:29</createdDate>
<updatedDate>2014-09-15 15:57</updatedDate> 
<description>Pharmacy - PhD - full-time at Medway School of Pharmacy</description> 
<attendanceType>Full-time</attendanceType>
<award>Doctor of Philosophy</award>
<pos>PHARM:PHD-R1</pos>
...

And in the Programmes Plant, PhD has the long name of Doctor of Philosophy whiles NRPhD has the long name of New Route PhD. Consequently we're matching Doctor of Philosophy to PhD.

@gb332-unikent would it be possible to change the award for NRPhD courses to New Route PhD in the SITS impot xml?

Justice

guybanister commented 10 years ago

Hi @jna-unikent

I think I know what the issue is: we don't have an award type of NrPhD in SITS. So i'm going to set one up and then apply that to all NrPhD courses. I've asked Shirley Prosser in admissions for a list of all these courses so this should be resolved once she gets back to me.

Guy

edelarose commented 10 years ago

Thanks Guy, please can you let us know when you have set up this award in SITS?

edelarose commented 10 years ago

Hi @gb332-unikent the customer said this has now been fixed for her. However, I had a look at the XML and whilst there are some NRPhD's coded correctly, there are 2 programmes that still need to be corrected:

  <mcr>RPGY000101PH-PD</mcr> 
  <ari_code>MCR000001239</ari_code> 
  <progID /> 
  <createdDate>2014-07-23 15:29</createdDate> 
  <updatedDate>2014-09-15 15:57</updatedDate> 
  <description>Psychology - NRPhD - part-time at Canterbury</description> 
  <attendanceType>Part-time</attendanceType> 
  <award>Doctor of Philosophy</award> 
  <pos>PSY4:PHD-R1</pos>

  <mcr>RPGY000101PH-PD</mcr> 
  <ari_code>MCR000001239</ari_code> 
  <progID /> 
  <createdDate>2014-07-23 15:29</createdDate> 
  <updatedDate>2014-09-15 15:57</updatedDate> 
  <description>Psychology - NRPhD - part-time at Canterbury</description> 
  <attendanceType>Part-time</attendanceType> 
  <award>Doctor of Philosophy</award> 
  <pos>PSY4:PHD-R1</pos>
edelarose commented 10 years ago

Hi @gb332-unikent I've checked the XML today and the NRPhD's now all have the correct award type. Closing issue.