Workday Data Toolkit Fix Issue 91 - Format Mask - Date Number and Regex

Register
Submit a solution
The challenge is finished.

Challenge Overview

Appirio's Workday Practice would like to develop a Data Management application for assistance in Workday implementation projects.  There is a set of data-related tasks that the practice is hoping to automate:

  1. Producing a data dictionary for a project
  2. Producing data gathering workbooks for a project
  3. Validating data from data gathering workbooks.
  4. Mapping data from data gathering workbooks to ILoad sheets
  5. Transforming data gathering workbooks to ILoad sheets.

This initial phase will focus on the first three high level requirements.

NOTE: Please check the code with the new revision from the forums.

Requirements:

Fix the issue: https://apps.topcoder.com/bugs/browse/WORKDAYBUGHUNT-91

The final Deployment Guide is: "Workday Data Toolkit Schema and Workbook Frontend Assembly Deployment Guide".

 

Here are a few deployment steps for a quick introduction:

  1. You need to have PostgreSQL installed, with an empty "WDT" database created.
  2. You need to set the PostgreSQL user/password in "/wdt/pom.xml" and "/wdt/src/main/resources/META-INF/persistence.xml". Also check if you need to replace the URL for PostgreSQL (change the IP to localhost, or your own IP)
  3. You need to have Maven installed.
  4. From console, execute inside the "/wdt" folder this command "mvn package -DskipTests".
  5. Then, deploy the "/wdt/target/wdt.war" file inside Tomcat (copy it in the "/webapps" folder of Tomcat).
  6. Access https://localhost:8443/wdt and start checking the application.
  7. Use Admin user: name="admin", password="admin".
  8. Use Project User: name="user1", ..., "user10", password="test".


Final Submission Guidelines

The submission should contain only the files that were updated and the new files.

There should be a readme.txt file in the submission mentioning the revision you worked on (i.e. rev4) and the changes from the updated files.

Review style

Final Review

Community Review Board

Approval

User Sign-Off

Challenge links

ID: 30045799