Challenge Overview
Overview
The MyMedia website allows a user to store photos, videos, music, and documents to Hercules servers. Users can manage their files, edit them, and view them on a new website we are creating.
This F2F challenge applies to the MyMedia Website.
Code
The existing code is here:
https://gitlab.com/team-autobots/mymedia-website/
The code relies on Node.js, HTML, CSS, and Javascript.
If you need code access, please request in the F2F TopCoder forum with your Gitlab username. You will be given read-only access.
If you receive a 404 error when hitting the Gitlab link, it means you do NOT have access. Please request access in the challenge forum. Within 24 hours you will receive an email from Gitlab that states you have access. This is NOT an automatic process - it is handled manually.
Please ask any questions in the TopCoder forum or on Gitlab. Either is appropriate.
Building Code
There is a README.md file here that explains test accounts and how to build the app. Please read this documentation carefully as it covers a lot of different pieces of information.
https://gitlab.com/team-autobots/mymedia-website/blob/develop/README.md
Submission
Your submission to OR should be a Git patch file that can be applied to see the fixes. Here is documentation on how to generate a Git patch file:
https://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/
Ticket
The ticket to fix in this F2F challenge is on Gitlab here: https://gitlab.com/team-autobots/mymedia-website/issues/1329
Final Submission Guidelines
Please see above