[cle-release-team] [Sakai Jira] Updated: (SAK-21981) Mutliple synoptic announcement channels that can be added to a user's MyWorkspace and respects user properties

Bryan Holladay (JIRA) bugs-admin at sakaiproject.org
Mon Mar 26 11:27:19 PDT 2012


     [ https://jira.sakaiproject.org/browse/SAK-21981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Holladay updated SAK-21981:
---------------------------------

    Attachment: SAK-21981.patch

To add a generic channel (ex registrar):

In workspace template, add another "Recent Announcements (sakai.synoptic.announcement)" tool and set tool properties:
-specialSynoptic=true
-channel=/announcement/channel/{SITE_ID}/main
-Name the tool whatever you want to name it and choose "custom title" as a setting

To add dynamic announcements based on a user's property (ex user's school):


In workspace template, add another "Recent Announcements (sakai.synoptic.announcement)" tool and set tool properties:
-specialSynoptic=true
-userProp={property}
-channel=
-Name the tool whatever you want to name it and choose "custom title" as a setting

then set sakai.properties like (note, prop.value should have all spaces taken out of it in the sakai.property):

sakai.announcement.{prop_key}.{prop.value}=/announcement/channel/{SITE_ID}/main


sakai.property example for property "school" and value "School Of Science":

sakai.announcement.school.SchoolOfScience=/announcement/channel/2e63a98b-edb3-4295-894d-824a23c25bb1/main


> Mutliple synoptic announcement channels that can be added to a user's MyWorkspace and respects user properties
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SAK-21981
>                 URL: https://jira.sakaiproject.org/browse/SAK-21981
>             Project:  Sakai CLE
>          Issue Type: Feature Request
>          Components: Announcements
>    Affects Versions: 2.9.0-b03
>            Reporter: Bryan Holladay
>            Assignee: Bryan Holladay
>         Attachments: SAK-21981.patch
>
>
> Use Case:
> An institution wants to have multiple announcement channels (Institution wide, Registrar, School, etc) which are maintained by different groups of people and show up on the user's MyWorksapce

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the cle-release-team mailing list