bbc / simorgh

The BBC's Open Source Web Application. Contributions welcome! Used on some of our biggest websites, e.g.
https://www.bbc.com/thai
Other
1.4k stars 220 forks source link

Update podcast promos on the STY page (from 21/09) on following services: Arabic, Burmese, Gahuza, Hindi, Indonesian, Marathi and Persian #9328

Closed JonBeeb closed 3 years ago

JonBeeb commented 3 years ago

Is your feature request related to a problem? Please describe. Update podcast promos to The following services: Arabic, Burmese, Gahuza, Hindi, Indonesian, Marathi and Persian and Russian to show a different set of podcasts

Describe the solution you'd like Task Update the config for each service

Config Podcast promo details are set in the service config An example can be seen in the Russian config Config: https://github.com/bbc/simorgh/blob/latest/src/app/lib/config/services/russian.js

Config example

   podcastPromo: {
      title: 'Подкаст',
      brandTitle: 'Что это было?',
      brandDescription:
        'Мы быстро, просто и понятно объясняем, что случилось, почему это важно и что будет дальше. Никаких ненужных подробностей и передергиваний - только факты и взвешенная аналитика.',
      image: {
        src: 'https://ichef.bbci.co.uk/images/ic/512x512/p0776f5z.jpg',
        alt: 'Что это было?',
      },
      linkLabel: {
        text: 'эпизоды',
        href: 'https://www.bbc.com/russian/media-47937790',
      },
    },
Configs details Service Podcast Pid title: brandTitle: brandDescription: src: alt: text: href: href: Title validated pop/unpop/single
Arabic p09m6x31 البودكاست بودكاست "عَلاقات" بودكاست أسبوعي يناقش العلاقات العاطفية باختلافها ويسلط الضوء على تحدياتها وحلولها المتاحة http://ichef.bbci.co.uk/images/ic/3000x3000/p09m72gz.jpg بودكاست "عَلاقات" الحلقات https://www.bbc.com/arabic/podcasts/p09m6x31   n unpop
Burmese p02pc9lh ပေါ့တ်ကာစ် Burmese Evening Podcast Up-to-date news and current affairs in Burmese http://ichef.bbci.co.uk/images/ic/3000x3000/p02h1lyd.jpg Burmese Evening Podcast ပေါ့ဒ်ကတ်စ်အစီအစဉ်များ https://www.bbc.com/burmese/podcasts/p02pc9lh   n unpop
Gahuza p07yjlmf Podcast Ikiganiro cy’abagore Ikiganiro cy’abagore kuri BBC Gahuzamiryango http://ichef.bbci.co.uk/images/ic/3000x3000/p082wkdq.jpg Ikiganiro cy’abagore Inkurikirane https://www.bbc.com/gahuza/podcasts/p07yjlmf   n unpop
Hindi p05523zq पॉडकास्ट बीबीसी 70 एमएम नई रिलीज़ हुई फ़िल्मों की समीक्षा करता साप्ताहिक कार्यक्रम http://ichef.bbci.co.uk/images/ic/3000x3000/p09kn96g.jpg बीबीसी 70 एमएम एपिसोड्स https://www.bbc.com/hindi/podcasts/p05523zq   n unpop
Indonesian p02pc9v6 Podcast Dunia Pagi Ini BBC Indonesia BBC Indonesia mengudara pada Pukul 05.00 dan 06.00 WIB, Senin sampai Jumat http://ichef.bbci.co.uk/images/ic/3000x3000/p02h1lr8.jpg Dunia Pagi Ini BBC Indonesia Episode https://www.bbc.com/indonesia/podcasts/p02pc9v6   n unpop
Marathi p09431p4 पॉडकास्ट तीन गोष्टी दिवसभरातल्या कोरोना आणि इतर घडामोडींचा आढावा http://ichef.bbci.co.uk/images/ic/3000x3000/p0940n6j.jpg तीन गोष्टी भाग https://www.bbc.com/marathi/podcasts/p09431p4   n unpop
Persian p0703hz7 پادکست داستان انقلاب به روایت بی‌ بی سی مجموعه داستان انقلاب از آرشیو رادیوی بی بی سی http://ichef.bbci.co.uk/images/ic/3000x3000/p0703j1b.jpg داستان انقلاب به روایت بی‌ بی سی برنامه ها https://www.bbc.com/persian/podcasts/p0703hz7   n unpop

Describe alternatives you've considered None

Testing notes [Tester to complete] Validate image & content looks OK on Test.

Given that the config has been updated When I make the component visible Then the component should appear in the secondary column of every article in that service And the component should render as described in the config for that site Accessibility

Screen reader UX https://app.zeplin.io/project/5d4d77b1fcbfc79bf47e0294/screen/5fa4500498f1b6435cb487b5

Accessibility A/C https://paper.dropbox.com/doc/Brand-Promo-a11y-Acceptance-Criteria--BQlZz9z9vTcY1eighWAELKgOAg-z1Fj37sNQvTcMl1jpLfrw

Dev insight: Will Cypress tests be required or are unit tests sufficient? Will there be any potential regression? etc

Checklist

Additional context Add any other context or screenshots about the feature request here.

JonBeeb commented 3 years ago

Note: This ticket should be done at a month after https://github.com/bbc/simorgh/issues/9325