Coder Social home page Coder Social logo

directory-backbone-topcoat-require's Introduction

Employee Directory

Sample Mobile/PhoneGap Application built with Backbone.js, RequireJS and Topcoat

"Backbone Directory" is a simple Employee Directory application built with Backbone.js, RequireJS, and [Topcoat] (http://topcoat.io).

Refer to this blog for more information about the application.

The application runs out-of-the-box with an in-memory data store.

If you want to experiment the application with other persistence layers, download the REST services in the following repositories:

directory-backbone-topcoat-require's People

Contributors

ccoenraets 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

directory-backbone-topcoat-require's Issues

Will Not Navigate to Employee Detail

I have build the app with PhoneGap Build and Xcode. I can not get pass the initial Employee Listing. I am using jsonp for storage and the initial search comes up perfectly fine. On my local machine it works fine because I have added it to IIS. I can not get it to work on the device.

rendering the 'reports list' is not OK when using the json storage

When I use the memory storage , there is no issue.. people can see the manager and the list of user reporting to him..

but when I use the json storage with same data on the node.js server sent (checked the json returned ), then people can see ONLY the manager.... not the list of people reporting to him...

    render: function () {
        this.$el.html(template(this.model.attributes));
        this.model.reports.fetch();
        this.listView = new EmployeeListView({collection: this.model.reports, el: $(".scroller", this.el)});
        return this;
    }

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.