Challenge Overview

In this challenge, competitors will work to create a responsive UI prototype by React Native (https://facebook.github.io/react-native/).   Storyboards are available.

As part of this challenge you will create flexbox, styling and javascript code, using best practices. We are looking for a clear explanation of the code to allow us the ability to quickly update and integrate with future development. 

This challenge will extend the initial skeleton with new components.  You will build out these components in a way that makes them easy to integrate into a fully converted prototype in a subsequent challenge.


React Native:

For this application, we are going to target:

* React Native
* Tablet form-factor (both portrait and landscape orientation)

Layout:
This challenge will focus on the tablet layout provided, but please k
eep in mind your submission needs able to easily expand to support the mobile / phone layout in the future.  You must support both portrait and landscape orientation.
 
Styling:
For Application styling you must follow React Native Styling method:  
https://facebook.github.io/react-native/docs/style.html.  You can also use Style Components if you want (https://styled-components.com/

- The plan is for each component to have a styling file that is to access and edit instead using a single CSS for the entire application
- Application layout must build using React Native Flexbox

Code encapsulation and quality:

All created native ReactJS components must re-usable and well encapsulated.  The goal is a clear, modular approach to implementing the prototype.

- Use Linter, ES6, Jest and other best practice libraries to maintain your code quality. 
- Put clear comment/documentation for all ReactJS elements. 
- Images, Icons (SVG), etc... should be in a consistent folder
- style.css - use this name for all custom css.
- Please use proper ids and classes in your naming conventions.

Integration

NOTE:  There are a number of parallel challenges running to build these components.  A subsequent challenge will merge them all into a single, converted prototype.  Please make sure your submission is well thought out and encapsulated with future integration in mind.  Also, because of this, we need to keep consistent with the current skeleton.  Please don't make wide-sweeping changes to the current code structure.

ReactNative/Javascript
- It is fine to use MIT and BSD licensed code and libraries.  Please get approval for GPL / LGPL libraries in the forum.
- 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.

Styling
- Provide comments on the CSS code. We need CSS comments to give a clear explanation of the code usage. The goal is to help future developers understand the code.
- Please use clean indentation for all CSS so developers can follow the code.
- All CSS naming should not have any conflicts.
- As possible use CSS style when create all styling.

Assets/Images

Wherever it makes sense, you can use icon fonts instead of images.

Hardware Requirements
- iOS 10
- Android 7

You are free to only focus on either iOS or Android, but note that the reviewers may use a different environment, so it's probably in your best interest to test both, if possible.

Test data:

The data shown in the converted UI should be easily editable via JSON files so we can tweak as we present the solution to the client.  Make sure to c
reate React Services to pull all data from the JSON

Screen Requirements:

These screens are in scope for the challenge.  To see the individual JPGs, go here:

https://marvelapp.com/279je8e 

Click "Menu" / "View All Screens"

https://marvelapp.com/279je8e/screen/27460690
https://marvelapp.com/279je8e/screen/27460689
https://marvelapp.com/279je8e/screen/27460688
https://marvelapp.com/279je8e/screen/27460675
https://marvelapp.com/279je8e/screen/27460674
https://marvelapp.com/279je8e/screen/27460663
https://marvelapp.com/279je8e/screen/27460664
 

Files:
Reference: 05_01Files.jpg

- This shows list of files, at the top we have search bar
- User will be able to click on “All Type” drop-down to see / filter list of types as shown in 05_02DropdownAllType.jpg

- We have two tabs, clicking on “My Files” will show a view that is same as 05_01Files.jpg, so please make sure the tab works!
- Hovering over each files will show more details as shown in 05_03Hover.jpg, clicking on “See location“ will take them to the chat where the file was originally shared (please show a view that is similar to 03_01Groups.jpg) (this can be mocked for the current challenge)
- Download can be a mock link for now, but see below for possible additional functionality.

- Tapping a photo (png / jpg) should show the file full screen with a close button to go back to the grid view
- Tapping an mp3 or mp4 should play back the file in the native iOS media player

Please provide mock data for photo, mp3 and mp4 playback testing.


Sizing:


Please make sure your submission looks good at 1x, 2x, and 3x resolution scalings.  The graphics in the PSD should be able to be exported as vector graphics for scaling

Submission:

Your submission should include:

* The code that implements the requirements
* Deployment documentation, including docs on how to deploy to either iOS or Android (or both)
* A video showing the UI working properly

Additional points:

If you fix these bugs in the original skeleton, that could be considered additional functionality:

1.  Images aren't properly sized all the way up to @3x
2.  There's no validation shown for the login or signup forms.
3.  Implement download so that it adds the file into the user's camera roll, showing a progress bar as it downloads.
4.  Implement display of .doc and .xls files



Final Submission Guidelines

Please see above

ELIGIBLE EVENTS:

2017 TopCoder(R) Open

REVIEW STYLE:

Final Review:

Community Review Board

Approval:

User Sign-Off

SHARE:

ID: 30057888