Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View individual artist performances #11

Closed
5 tasks
tubbo opened this issue Mar 5, 2016 · 1 comment
Closed
5 tasks

View individual artist performances #11

tubbo opened this issue Mar 5, 2016 · 1 comment

Comments

@tubbo
Copy link
Contributor

tubbo commented Mar 5, 2016

Each performance recording by an artist on a given episode will be extracted from the main file and given special pages on http://brother.ly, so that artists can directly link their performances from elsewhere on the Web. Although this implementation is pretty straightforward, there's still some questions regarding creating the best URL routing scheme for this feature. Ideally, a performance URL would look something like http://brother.ly/performances/some-artist-at-brotherly-xxx, but this may be a bit too long even if it's human readable. Perhaps we could use http://brother.ly/episodes/one/performances/some-artist as an alternative.

From a SEO perspective, it seems a better choice to have a URL with less "tiers". Performance pages are likely going to be hit the most, given they're the easiest things to share, so we want to make sure that we're deploying a feature that is optimized both for direct Web searches and sharing over social media networks like Twitter and Facebook.

  • Mock up layout for performance pages
  • Implement in performance show views
  • Slice existing video and audio recordings into performances
  • Create data migration to batch-upload content to the staging server
  • After QA, run the batch upload on production after deployment of v2.1.0
@tubbo tubbo self-assigned this Mar 5, 2016
@tubbo tubbo added this to the v2.1.0 milestone Mar 5, 2016
@tubbo tubbo changed the title Artist performance pages View individual artist performances Mar 7, 2016
@tubbo tubbo removed their assignment Mar 7, 2016
@tubbo tubbo modified the milestones: v2.1.0, v2.2.0 Mar 15, 2016
@tubbo tubbo modified the milestone: v2.2.0 May 2, 2016
@tubbo
Copy link
Contributor Author

tubbo commented May 2, 2016

Now that we have data for this feature, we can begin developing on it. It's been prioritized for v2.2.0.

@tubbo tubbo removed the help wanted label May 2, 2016
@tubbo tubbo closed this as completed Feb 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@tubbo and others