Challenge Overview
Previously, we have separated out the scorecard tool into https://github.com/topcoder-platform/scorecard-tool.
For this challenge, we'd like to remove the scorecard tool from direct app.
Basically, you have to do
1. Remove the codebase - https://github.com/appirio-tech/direct-app/tree/dev/scorecard_tool
2. Remove the build tasks - https://github.com/appirio-tech/direct-app/blob/dev/build.xml
3. Remove the css files - https://github.com/appirio-tech/direct-app/tree/dev/src/web/css/scorecard
4. Remove the javascript files - https://github.com/appirio-tech/direct-app/tree/dev/src/web/scripts/scorecard
5. Remove any other reference to these
6. Update the Scorecard links to /scorecard instead of /direct/scorecard
How to Setup Locally
- Please follow Build and Run with Docker compose to build and run direct app locally, make sure nothing is broken.
- Verification Steps
For this challenge, we'd like to remove the scorecard tool from direct app.
Basically, you have to do
1. Remove the codebase - https://github.com/appirio-tech/direct-app/tree/dev/scorecard_tool
2. Remove the build tasks - https://github.com/appirio-tech/direct-app/blob/dev/build.xml
3. Remove the css files - https://github.com/appirio-tech/direct-app/tree/dev/src/web/css/scorecard
4. Remove the javascript files - https://github.com/appirio-tech/direct-app/tree/dev/src/web/scripts/scorecard
5. Remove any other reference to these
6. Update the Scorecard links to /scorecard instead of /direct/scorecard
How to Setup Locally
- Please follow Build and Run with Docker compose to build and run direct app locally, make sure nothing is broken.
Final Submission Guidelines
- Code Changes For Removal.- Verification Steps