Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Date

Attendees

 

Discussion items

ItemWhoTo discussNotes
PG-only subjectsPaulDo PG-only subjects get covered on the area of study branch/url? Or can we have them on the PG subject branch/url? And what does this mean for the writing?

From last week, but we probably need Jane to make a decision or at least be present

cons

  • we wouldn't be able to have them as related areas of study
    • Related areas of study are an ug feature - jane
    • Help people find subjects when we call them different things from other universities - Paul
  • AOS - would have to have two different patterns for the Navigation page
  • On the homepages you could have an Area of Study and subject looking the same but acting differently
EnhancementsJane

Talk about anything new on the enhancements list

Enhancements to Areas of Study and Degree/Programme Pages

Paul has been parking ideas (his and from other people) in two epics, one for improving AoS pages and the other for ug degrees.

 

In page links

Automatically generating related links from in page content.

e.g. http://www.victoria.ac.nz/study/preparing/parents-whanau

Open up a javascript console and run this code:

function capitalizeFirstLetter(string) {
    return string.charAt(0).toUpperCase() + string.slice(1);
}
var links = $('.entry').find('a');
for (var i = 0; i < links.length; i++) { 
    $('aside.secondary').append("<p><a href='" + $(links[i]).attr('href') + "'>" + capitalizeFirstLetter($(links[i]).html()) + "</a></p>"); 
}

We could potentially add this script in as a widget (with appropriate styling), removing the need for editors to manually add in links. It will be pretty trivial to implement in squiz, but needs some discussion about how we integrate it with existing related links/content.

 
BlockersAll

Team to raise any blockers not already covered

 

 

 

 

  • No labels