ManSangSin / Rhythm-Code

https://starter-kit-al84.onrender.com/
ISC License
3 stars 7 forks source link

Show description in modal for rhythm #14

Open gregdyke opened 9 months ago

gregdyke commented 9 months ago

Story

Acceptance Criteria

  1. Given the rhythm has a description only
    • When the modal for that rhythm opens
    • Then the description is visible
  2. Given the rhythm has a description and a video
    • When the modal for that rhythm opens
    • Then two tabs are visible, with the video tab selected
    • And clicking the description tab shows the description
    • And the tabs are unobtrusive (hover? tbd?) so that the solo video remains visually uncluttered

Implementation Notes

  1. Obviously, needs data on the server to be added + in api calls, etc

Checklist:

mferryRV commented 9 months ago

Descriptions for the two data points (DC hand dancing and Rumba Guaguanco) would be helpful here.

gregdyke commented 9 months ago

https://www.youtube.com/watch?v=iLGuLEqtq7g

mferryRV commented 9 months ago

@gregdyke - how does this fit with #15 ? If a rhythm has Audio, Video, and a Description, how many tabs should there be?

If a rhythm has only Video or only a Description, should we display one tab or no tabs at all?