Git Product home page Git Product logo

ios-sprint-challenge-experiences's Introduction

Experiences

Instructions

Please read this entire README to make sure you understand what is expected of you before you begin.

This sprint challenge is designed to ensure that you are competent with the concepts taught throughout Media Programming.

Begin by forking this repository. Clone your forked repository to your machine. There is no starter project. Create a project for this challenge in this repository and commit as appropriate while you work. Push your final project to GitHub, then create a pull request back to this original repository.

You will have 3 hours to complete this sprint challenge

If you have any questions about the project requirements or expectations, ask your PM or instructor. Good luck!

Screen Recording

The screen recording is a video file included in the repo. Watch it to know how the project should function

Requirements

The goal of this sprint challenge is to create an app that helps the user create an "experience" over time. The user should be able to see where these experiences happened on a map.

The requirements for this project are as follows:

  1. At least one model object that represents an experience. You must be able to create experiences that can included:
    • An audio recording
    • A video recording
    • An image
    • Title and/or description
  2. Not every experience will use all types of media, you decide on the best way to create an experience. Evernote has a special + button for adding photos, video, and audio recordings to documents.
  3. The experience must be geotagged so that the user can see on a map where the experience happened.
    1. One experience model object must conform to the MKAnnotation protocol.
    2. A map view controller that adds an annotation for each experience created. Simply show the title of the experience on the annotation.
    3. The location can either be the user's current location or you may let them select a location however you choose to implement it (MKLocalSearch, pin dropping, etc).
  4. You are welcome to add any other properties and methods you wish in the model object.
  5. MVP UI can be similar to the screen recording (Experiences Screen Recording.MP4) that lets a user create an experience with an image, video, audio, and location.
  6. Use the inspiration below for guidance on a UI design that is already tested and easy to use.
  7. The image must be filtered in some way. In the screen recording example, it desaturates the image after the user picks an image from their photo library.
    1. You can add a image edit button to allow the user to use different photo filters

Inspiration

Go Further

  • Add a custom callout view to the annotations that shows either the image, video, a way to play the experience's audio, or a combination of the three.
  • Persist the experiences using Core Data or Firebase (either using the SDK or just as a REST API).
  • Add an image editor screen to choose between 3-5 different editing tools

ios-sprint-challenge-experiences's People

Contributors

junebash avatar paulsolt avatar spencercurtis avatar armadsen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.