Challenge Overview

The primary goal of this contest is to design the look and feel of a web application which has very defined guidelines and the look is dashboard oriented, for business purposes. We are trying to provide a simple interface to a complicated tool.  Our users need to be gently pushed to particular flows through the application so they don’t get overwhelmed by the total number of choices available to them.

EMP is a migration planning application that's used to streamline the planning process for data migrations onto storage arrays. It's currently implemented as a stand-alone single user desktop installed Windows application, but is in the process of being ported a web application. The goal of this project is to replace the existing EMP UI with a web UI. So, for this contest, you will be designing the first phase of the Web UI transition.

In this contest, you should implement the Phase 5A views based on existing prototype. Phase 5A views will use same look and feel as theexisting prototype so you should be able to find all necessary resources from existing prototype and Phase 1 Storyboard. Client provides wireframes in PDF document with detailed specification.

If you find any elements which doesn't have look and feel style in existing prototype and Phase 1 Storyboard. Please report in forum and we will get UI Designer to provide the look and feel.

You can find the Views of Phase 5A from "Contest Specifications" section of "EMP Phase 5A" Introduction document.

Following are specific requirements for HTML, CSS and Javascript files:

  • Note: The javascript function should be put in properly file. Don't put all functions in script.js. Script.js should only contain the common functions for all pages. We have fixed this issue in existing prototype and it will be a good reference to you.
  • The code standards (gssd-development-standards.pdf in gssd-development-standards-v0.4.zip) now include HTML, CSS, and JS, so you should now code to the GSSD standards. The Google HTML/CSS Style Guide should be used where no GSSD standard exists.
  • Your HTML code must be HTML5 Compliant. Note that this doesn't imply use of any HTML 5 features. If any HTML 5 features are used they must either be supported by all of the browsers above or there must be an alternative way of achieving the same functionality.
  • Validate your code, reviewers may accept minor validation errors, but please comment your reason for any validation errors. Use the validators listed in the scorecard.
  • Use CSS to space out objects, not clear/transparent images (GIFs or PNGs) and use proper structural CSS to lay out your page. Only use table tags for tabular data and not for page layout.
  • No inline CSS styles, all styles must be placed in an external stylesheet.
  • Use semantically correct tags - use H tags for headers, etc. Use strong and em tags instead of bold and italic tags.
  • Element and Attribute names should be in lowercase and use a "-" or camel naming to separate multiple-word classes (i.e. "main-content", or "mainContent".
  • All JavaScript must not have a copyright by a third party. You are encouraged to use your own scripts, or scripts that are free, publicly available and do not have copyright statements or author recognition requirements anywhere in the code. You are allowed to use the JQuery JavaScript library for this contest.
  • All elements that will eventually need to be accessible for automated testing (e.g. any type of input) must have the 'id' attribute set.

Your submission must works on browser in the list below:

  • IE7+
  • Latest Firefox
  • Safari 5
  • Latest Chrome


Final Submission Guidelines

N/A

ELIGIBLE EVENTS:

2013 TopCoder(R) Open

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30034607