Key Information

Register
Submit
The challenge is finished.

Challenge Overview

F2F Task Overview

Admin Area
Login as Admin user
1. Category Tab (Admin)

We need a list of items (product code) PER CATEGORY

- Click the category name, in the popup window, we need to add a button "EXPORT"
- When a user clicks on the Export button they will be able to export a CSV file(name it category_xxx.csv, xxx is the category name), containing a single sheet whose name is the category name, two columns: alternatecode1 and description of product.
 

2. Market Tab (Admin)
We need a list of branches (branch number and branch names) when the MARKET NAME is clicked (show in the EDIT MARKET popup window)

- Click the market name, in the popup window, we need to add an "EXPORT" button
- When a user clicks on the Export button they will be able to export a CSV file(name it market_xxx.csv, xxx is the market name), containging a single sheet whose name is the market name, two columns: branch number and branch name

Deployment
check out svn: https://coder.topcoder.com/tcs/clients/hestia/applications/WarRoom/trunk/code
base revision 249065
if you have no permission to access, send an email to support@topcoder.com

Application Setup
jboss 6.1.0
oracle 11g xe
jdk7
ant

Config:
edit build.properties for your environment

Deploy:
open console, under 'hestia', run "ant db-create"
import ExcelToDB project to Eclipse, edit test_files/db.properties, run "ReadExcelToDBTableTool.java" as application
in console, under 'hestia', run "ant deploy" or "ant deploy_exploded"
start the boss server then

Login User:
normal user name: user
password: WRuser321
admin user name: tfoster
password: WRuser321



Final Submission Guidelines

Updated Files

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30050890