Giter Club home page Giter Club logo

sellers's Introduction

WEPO Project 3

This the 3rd hand-in assignment in Web Programming II. It has the following dependencies:

In this assigment, you should write an Angular application which is written for an online sales business for sellers. I.e. the website has a list of sellers which are selling their products, each individual has a list of products (s)he is selling. The website should be able to manage both the list of individuals, as well as the list of their products.

The website should therefore have the following screens:

The main screen, which displays a list of all sellers which are selling their products on the site
The list should display the name of the individual, and the main product category the individual is selling.
A dialog which allows the user of the website to add new sellers to the list, as well as edit existing sellers.
A details screen, showing the name of a given seller, a logo or a photo of that individual, plus a set of tabs:
The first tab should list all the products being sold
The second tab should list the 10 best selling products
There should be a dialog/page which allows the user to add/edit products

Note: the design of two of those screens was shown in monday lecture in week 8:

Sellers list: https://dl.dropboxusercontent.com/u/368343/2016-WEPO/V07/sellers.png Seller details page: https://dl.dropboxusercontent.com/u/368343/2016-WEPO/V07/details.png

The project should be unit tested, code coverage determines the grade for that part.

There may be a REST API you will talk to, or perhaps there will only be a mock API (will be determined shortly).

A starter project is provided (yay!), which contains a set of controls you should use, such as for the following:

Tables should be sortable by all columns (for instance, by using the table-sort directive which can be found in src/shared)
All application texts should be translated, and the user should be able to switch between Icelandic and English (using angular-translate). Note that this does not apply to data, only to hardcoded strings inside the app, such as headings, button captions, labels etc.
When the user adds or edit an entity (individual/product), a toastr notification should be displayed, showing if the operation succeeded or not (a service in src/shared called centrisNotify helps here, since it knows how to display translated strings).
When the user views a seller which has no products, the user should be informed about this (but not necessarily using a toastr message! Check out uib-alert from ui-bootstrap for this).
The screens should be responsive, for instance using the bootstrap grid system (this is expecially important in the products tabs!)
All input should be validated.
The product display should be a separate directive (or angular 1.5 component!)

The project will be graded as follows:

(5%) List individuals
(10%) Add/edit individuals
(10%) Show details about a given individual
(10%) All products tab
(5%) Top 10 products tab
(10%) Add/edit product
(5%) All tables sortable
(5%) All input validated
(5%) Translated
(5%) Toastr feedback after add/edit
(5%) Responsive layout
(5%) Product directive
(20%) Unit tests for all code
(10%) Coolness bonus

sellers's People

Contributors

kjartank13 avatar thoddi avatar

Watchers

James Cloos avatar  avatar  avatar

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.