drinkingvideogames/mixer

View on GitHub

Showing 57 of 57 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

openLoginModal () {
const settings = {
confirmButtonText: 'Login',
html: [
'<input class="js-sw-login-email" type="email" placeholder="Email" tabindex="1"/>',
Severity: Major
Found in src/components/header.jsx and 1 other location - About 4 hrs to fix
src/components/header.jsx on lines 72..85

Similar blocks of code found in 2 locations. Consider refactoring.
Open

openRegisterModal () {
const settings = {
confirmButtonText: 'Register',
html: [
'<input class="js-sw-register-email" type="email" placeholder="Email" tabindex="1"/>',
Severity: Major
Found in src/components/header.jsx and 1 other location - About 4 hrs to fix
src/components/header.jsx on lines 57..70

Function render has 99 lines of code (exceeds 25 allowed). Consider refactoring.
Open

render () {
const drinkingGames = this.state.state === 'view' ? (
this.props.drinkingGames.toJS().map((drinkingGame, index) => {
return (<div className='col s12 m6 l3' key={index}>
<DrinkingGameCard game={this.state.game.toJS()} drinkingGame={drinkingGame} />
Severity: Major
Found in src/components/game.jsx - About 3 hrs to fix

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    module.exports = function () {
    const app = this
     
    let options = {
    Model: model,
    Severity: Major
    Found in api/services/genre/index.js and 1 other location - About 3 hrs to fix
    api/services/asset/index.js on lines 5..20

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    module.exports = function () {
    const app = this
     
    let options = {
    Model: model,
    Severity: Major
    Found in api/services/asset/index.js and 1 other location - About 3 hrs to fix
    api/services/genre/index.js on lines 5..20

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    <div className='input-field col s12 m6'>
    <input placeholder='/game/:slug' id='game_slug' type='text' className='validate' ref={node => {
    this.input.gameUrl = node
    }} />
    <label htmlFor='game_slug'>Game Slug</label>
    Severity: Major
    Found in src/components/admin/modals/new-game.jsx and 1 other location - About 2 hrs to fix
    src/components/admin/modals/new-game.jsx on lines 43..48

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    const imageDrop = this.state.game && this.state.game.has('imageUrl')
    ? <img className='image-preview' src={this.state.game.get('imageUrl')} />
    : <div className='image-preview'>Click or drop to upload Main Image</div>
    Severity: Major
    Found in src/components/game.jsx and 1 other location - About 2 hrs to fix
    src/components/game.jsx on lines 82..84

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    const iconDrop = this.state.game && this.state.game.has('iconImageUrl')
    ? <img className='image-preview' src={this.state.game.get('iconImageUrl')} />
    : <div className='image-preview'>Click or drop to upload Icon Image</div>
    Severity: Major
    Found in src/components/game.jsx and 1 other location - About 2 hrs to fix
    src/components/game.jsx on lines 86..88

    Similar blocks of code found in 2 locations. Consider refactoring.
    Open

    <div className='input-field col s12 m6'>
    <input placeholder='Game Name' id='game_name' type='text' className='validate' ref={node => {
    this.input.gameName = node
    }} />
    <label htmlFor='game_name'>Game Name</label>
    Severity: Major
    Found in src/components/admin/modals/new-game.jsx and 1 other location - About 2 hrs to fix
    src/components/admin/modals/new-game.jsx on lines 49..54

    Similar blocks of code found in 3 locations. Consider refactoring.
    Open

    <div className='input-field col s6'>
    <input placeholder='/game/:game/drink/:slug' id='game_slug' type='text' className='validate' ref={node => {
    input.gameUrl = node
    }} />
    <label htmlFor='game_slug'>Game Slug</label>
    Severity: Major
    Found in src/components/admin/modals/new-drinking-game.jsx and 2 other locations - About 2 hrs to fix
    src/components/admin/modals/new-drinking-game.jsx on lines 21..26
    src/components/admin/modals/new-genre.jsx on lines 15..20

    Similar blocks of code found in 3 locations. Consider refactoring.
    Open

    <div className='input-field col s6'>
    <input placeholder='Drinking Game Name' id='game_name' type='text' className='validate' ref={node => {
    input.gameName = node
    }} />
    <label htmlFor='game_name'>Drinking Game Name</label>
    Severity: Major
    Found in src/components/admin/modals/new-drinking-game.jsx and 2 other locations - About 2 hrs to fix
    src/components/admin/modals/new-drinking-game.jsx on lines 27..32
    src/components/admin/modals/new-genre.jsx on lines 15..20

    Similar blocks of code found in 3 locations. Consider refactoring.
    Open

    <div className='input-field col s12'>
    <input placeholder='Genre Name' id='game_name' type='text' className='validate' ref={node => {
    input.genreName = node
    }} />
    <label htmlFor='game_name'>Game Name</label>
    Severity: Major
    Found in src/components/admin/modals/new-genre.jsx and 2 other locations - About 2 hrs to fix
    src/components/admin/modals/new-drinking-game.jsx on lines 21..26
    src/components/admin/modals/new-drinking-game.jsx on lines 27..32

    Function render has 64 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    render () {
    const iconImage = this.input['iconImage']
    const image = this.input['image']
    const iconDrop = iconImage && iconImage.preview
    ? <img className='image-preview' src={iconImage.preview} />
    Severity: Major
    Found in src/components/admin/modals/new-game.jsx - About 2 hrs to fix

      Function makeUserSagas has 58 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      export default function makeUserSagas (app) {
      function performLogin (app, action) {
      if (!action.payload.strategy) {
      action.payload.strategy = 'local'
      }
      Severity: Major
      Found in src/sagas/user.js - About 2 hrs to fix

        Function render has 52 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        render () {
        const styles = {
        autoCompleteInput: { width: '70%', display: 'inline-block' },
        rightBlock: { width: '25%' },
        genreButton: { width: '50%', textAlign: 'center' },
        Severity: Major
        Found in src/components/header.jsx - About 2 hrs to fix

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          <div className='col s12 m6'>
          <Dropzone style={dropStyles} onDrop={this.onDrop.bind(this, 'image')} multiple={false} accept={'image/*'}>
          {imageDrop}
          </Dropzone>
          </div>
          Severity: Major
          Found in src/components/admin/modals/new-game.jsx and 1 other location - About 2 hrs to fix
          src/components/admin/modals/new-game.jsx on lines 56..60

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          <div className='col s12 m6'>
          <Dropzone style={dropStyles} onDrop={this.onDrop.bind(this, 'iconImage')} multiple={false} accept={'image/*'}>
          {iconDrop}
          </Dropzone>
          </div>
          Severity: Major
          Found in src/components/admin/modals/new-game.jsx and 1 other location - About 2 hrs to fix
          src/components/admin/modals/new-game.jsx on lines 61..65

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          const gameAdd = (game) => ({
          type: constants.game.ADD.SUCCESS,
          name: game.name,
          userId: game.userId,
          url: game.url,
          Severity: Major
          Found in src/actions/game.js and 1 other location - About 1 hr to fix
          src/actions/game.js on lines 12..19

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          const gameUpdate = (game) => ({
          type: constants.game.UPDATE.SUCCESS,
          name: game.name,
          userId: game.userId,
          url: game.url,
          Severity: Major
          Found in src/actions/game.js and 1 other location - About 1 hr to fix
          src/actions/game.js on lines 3..10

          Function render has 47 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          render () {
          let input = {}
           
          const games = this.props.games.size > 0 ? this.props.games.toArray().map((game, index) => {
          return (<li key={index}><a href='#!'>{game.get('name')}</a></li>)
          Severity: Minor
          Found in src/components/admin/modals/new-drinking-game.jsx - About 1 hr to fix
            Severity
            Category
            Status
            Source
            Language