mafintosh/peerflix
View on GitHubrefactor all the players into their own 'play-media' module
Open
#183 opened on Feb 26, 2015
5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript6,130 stars (6,130 stars)717 forks (717 forks)batch import
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- clitooling
- Issue type
- refactor
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- JavaScriptNode.js
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 35
- Research direction
- Examine the existing player implementations in the codebase, likely in a 'players' directory. Review the comments on this issue (https://github.com/mafintosh/peerflix/issues/183) for any prior discussion. Determine the common interface among players and propose a structural plan for extracting them into a 'play media' module. Look at existing module patterns in peerflix to ensure consistency.