Challenge Overview
They want to be able to easily identify a specific person in a group photo - the person who is signing the release.
Project Overview
The application is used for photographers and photographer's assistants to get signed releases from subjects in a photo particularly for large hosted events, such as the Boston Marathon.
Competition Task Overview
The challenge goal is to implement the ability to identify the person in photo, to whom the release pertains. This is a feature add to existing code.
Workflow:
- The user selects photos and start the release process (existing code)
- Identify a specific person in a group photo - the person who is signing the release.
- The photo thumbnails will show on the side of the release (or near the top on the iPhone). The user can then long-tap a specific photo-thumbnail, and the photo will enlarge and allow the user to draw a box around a face in the photo. When they're done, the thumbnail will be updated with this box on the release.
- Note - this shouldn't change the real (full-size) photo, this box will only be on the thumbnail on the release.
- The user can do this to one or more thumbnails.
- The user can draw more than one box on a single thumbnail if they want to.
- The photo thumbnails will show on the side of the release (or near the top on the iPhone). The user can then long-tap a specific photo-thumbnail, and the photo will enlarge and allow the user to draw a box around a face in the photo. When they're done, the thumbnail will be updated with this box on the release.
- The generated release will now contain thumbnails with any boxes the user has drawn.
Source Code
https://gitlab.com/John-Hancock/eRelease
Please post your gitlab handle in forum to request access.
Winner Responbility
Winner must create pull request for the changed code.
Testing
The deployment guide should provide verification steps and testing server set up steps.
Technology Overview
- iOS
- XCode
- iPhone
- iPad
- SCP
Final Submission Guidelines
Submission Deliverables
- Code
- Deployment Guide