gvsurenderreddy / audiospread

Automatically exported from code.google.com/p/audiospread
0 stars 0 forks source link

content category type development #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

implementation requested by ticket:
This ticket is for Drupal (Dakuo/Bo) & Asterisk (Xavier)
=== A. DRUPAL ===
=== B. ASTERISK ===
------------------------
=== A. DRUPAL ===
have a category cck type with the following fields:
  - title:text
  - description:text
  - audio title:audio file (not obliged to fill by user) 
(this will be heard in the parent category of this category and must be short)
 - audio header:audio file (not obliged to fill by user)
(requested by Internews on skype, this could be some advertisement or
something else that the radio wishes to have)
  - audio footer: audio file

this is how a category will look like over internet in any user view:
title
description
audio title
(for admin roles only: audio header if present, audio footer if present)

=== B. ASTERISK ===
contexts/macros for categories display will be like this
-play audio title
-play audio header
-play program title 1
...
-play program title N
-play audio footer
-waitexten (or something in this idea...)

this is how a category will sound like over phone:
1. within a category containing the category we speak about:
"[...]
  - one for audio title (<= a category title here)
  - two for other audio title (<= another category title here)
[...]"

2. no when inside the category itself:
"
  - audio title (the title is said again once to clarify that we're in a
this new category now)
  - audio header (ie. radio staff may have chosen to put pizza shop
advertisement here...)
  -  [...] listing of audio program titles here
  - audio footer (ie. another advertisement... or "press 0 for parent
category"... radio staff-defined as well here)

Original issue reported on code.google.com by jonathan.schroder@gmail.com on 29 Mar 2009 at 11:38

GoogleCodeExporter commented 8 years ago

Original comment by jonathan.schroder@gmail.com on 29 Mar 2009 at 11:39

GoogleCodeExporter commented 8 years ago
note for Drupal view of a category:
Let us assume for time reason, that it is not an issue anymore if any user can 
also
play the header & footer of categories from Drupal. This sounds more like open 
stuff
so it's cool. (what's uncool is the bandwidth usage).

Original comment by jonathan.schroder@gmail.com on 29 Mar 2009 at 11:41