Git Product home page Git Product logo

tvshow-tracker's Introduction

ShowTrackr Donate Book session on Codementor

tvshow-tracker's People

Contributors

sahat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tvshow-tracker's Issues

delete tv show

Can i add a delete tv show implementation as a pull request?

var skinClassName = 'Skin' + NativeClass.name; when running node server.js

npm WARN EPEERINVALID [email protected] requires a peer of mongodb@~1.4 but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of jasmine-core@* but none was installed.
npm WARN EPEERINVALID [email protected] requires a peer of phantomjs@>=1.9 but none was installed.

I get the previous after cloning the repo and running npm install.

If I run node server.js I get:

/tvshow-tracker/node_modules/mongoskin/lib/utils.js:33
var skinClassName = 'Skin' + NativeClass.name;
^
TypeError: Cannot read property 'name' of undefined
at makeSkinClass (/tvshow-tracker/node_modules/mongoskin/lib/utils.js:33:43)
at Object. (/tvshow-tracker/node_modules/mongoskin/lib/grid.js:6:35)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (/tvshow-tracker/node_modules/mongoskin/lib/db.js:22:16)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (/tvshow-tracker/node_modules/mongoskin/lib/mongo_client.js:5:14)

Any idea how can I correct the issue?

Thanks!

Can't Add Show

Hi I cloned this app and installed all necessary components. I was able to run the app successfully however when I went to localhost:3000/add and then add a new tv show it didn't work.

Add a license

People may want to use this as a model for their project.
Would you mind adding a license so that others may use it?

Start server

In the folder of the server.js
can not start the serverjs via node.... it shows:
capture

gulp command problem

When i write gulp command in cmd :

  [13:42:58] Using gulpfile c:\Users\Gabriel\Desktop\dbrmr\pinterestbg.git\showtra
  ckr\gulpfile.js
  [13:42:58] Starting 'sass'...
  [13:42:58] Finished 'sass' after 28 ms
  [13:42:58] Starting 'watch'...
  [13:42:59] Finished 'watch' after 29 ms
  [13:42:59] Starting 'default'...
  [13:42:59] Finished 'default' after 32 ?s
  [13:42:59] Plumber found unhandled error:
  Error in plugin 'gulp-sass'
  Message:
      source string:51: error: file to import not found or unreadable: 'bootstrap/
 bootstrap'

This is on Step 2.

repeatPassword Directive

Hi Sahat,
im following your showtracker tutorial and for some reason I can not make the repeatPassword directive work. I copy the code I put in:

angular.module('MyApp')
    .directive('repeatPassword', function () {
        return {
            require: 'ngModel',
            link: function (scope, elem, attrs, ctrl) {
                var otherInput = elem.inheritedData("$formController")[attrs.repeatPassword];

                ctrl.$parsers.push(function (value) {
                    if (value === otherInput.$viewValue) {
                        //console.log(value);
                        ctrl.$setValidity('repeat', true);
                        return value;
                    }
                    ctrl.$setValidity('repeat', false);
                });

                otherInput.$parsers.push(function (value) {
                    ctrl.$setValidity('repeat', value === ctrl.$viewValue);
                    return value;
                });
            }
        };
    });

and the html with it:

                    <div class="form-group" ng-class="{'has-success': signupForm.confirmPassword.$valid && signupForm.confirmPassword.$dirty, 'has-error':signupForm.confirmPassword.$invalid && signupForm.confirmPassword.$dirty}">
                        <input type="password" class="form-control input-lg" name='confirmPassword' ng-model="confirmPassword"  repeat-password="password" placeholder="Confirm Password" required>
                        <div class="help-block text-danger my-special-animation" ng-if="signupForm.confirmPassword.$dirty" ng-messages="signupForm.confirmPassword.$error">
                            <div ng-message="required">You must confirm your password.</div>
                            <div ng-message="repeat">Passwords do not match.</div>
                        </div>
                    </div>

Maybe I'm missing something. compared to the rest of the demo/tutorial you didn't explain as much how you defined it.
Really awesome demo, thanks for your help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.