Git Product home page Git Product logo

uni-bd-2014's People

Contributors

hisapy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

uni-bd-2014's Issues

Task storage

Add code to use IndexedDB API to store classmates, using the form provided with the initial code.

The Task store should store the following info:

description
dateCreated
dueDate

Note that you will also have to add the missing inputs in the Classmate form.

Search contacts

Add widget to search contacts. This widget should be only 1 text input that will be used to search contacts looking up coincidence in their firstName, lastName, email or github link.

Take a look at https://github.com/kurko/ember-indexeddb-adapter to see the search features available in the adapter used in this app.

Paginate lists

Add code to paginate todos and contacts lists. The number of items per list can be hardcoded. For example, display only 5 todos per page.

Classmates storage

Add code to use IndexedDB API to store classmates, using the form provided with the initial code.

The Classmate store should store the following info:

  • firstName
  • lastName
  • email (unique)
  • githubRepo (unique)
  • cellPhone
  • birthday
  • sex

Note that you will also have to add the missing inputs in the Classmate form.

List classmates

Add code to list classmates stored in the database. The list should display the following columns:

  • First Name
  • Last Name
  • Email

You will also need to add buttons or links to go to view or edit a record.

Share tasks

Create a mechanism to allow classmates to share tasks with each other.
For now this will only be an association between Classmates through objects. In other words, Classmates that have the same tasks.

Add the code to store this association using IndexedDB API and the corresponding stuff needed to allow CRUD in the UI.

Create README

Create README. Try to include branching and commit example.

Contact CRUD

The app has to allow users to add classmates (Contacts) that will be displayed in a contact list

  • Add a button or menu to open a form to add contacts.
  • Add a button or menu to show a contacts list.
  • Each row in the contacts list must display the firstName, lastName and email of each contact.
  • The contact list must be sorted by firstName, lastName and lastly by email.
  • When a Contact in the contacts list is clicked, a detailed view with all the Contact attributes must be displayed.
  • The Contact detailed view should have a button that should open a form to edit the Contact's attributes.

The Contact model must have the following attributes:

  • firstName (mandatory)
  • lastName (mandatory)
  • email (unique)(mandatory)
  • githubRepo (unique)(mandatory)
  • cellPhone
  • birthday
  • sex
  • dateCreated(mandatory, full date including minutes and seconds)

Of course, to accomplish requirements stated above, you'll have to add the corresponding code for views, routes, controllers, model and the migration to create the IndexedDB store for the model.

Search todos

Create widget, something like a text input to search todos. Obviously, to accomplish, besides the view with the text input you'll have to add the corresponding routes, controller and model code.

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.