Coder Social home page Coder Social logo

eat's Introduction

Eat Now

Download on the App Store

Eat Now is an app to help you decide where to eat.

Mission

Hereโ€™s to the indecisive ones. The hesitant. The ditherers. The fence-sitters. The donkey between two haystacks. The ones who can never make a decision.

We built Eat Now for us. We'll help you pick the best restaurant for any occasion. It's that simple.

Features

  • Search restaurants based on location
  • Select a preferred time to dine
  • View restaurant photos and reviews
  • Vote for the restaurant you want to eat

Getting Started

  1. Download the latest Xcode release.
  2. Clone this repository.
  3. Add APIKeys.swift to Eat/Services/ following the format here.
  4. Build!

Contributing

Our primary focus when working on this project was to create something we'd use and to learn about iOS development. If you share the same passion for eating and learning, we'd love to have you contribute! Whether you're suggesting new features or filing bug reports, we think the best way to do so is through a Github issue. We can't wait to see what we'll make together!

About

Made by the iOS team at UBC Launch Pad. We are

eat's People

Contributors

bobheadxi avatar dsep avatar ginaahong avatar hantaom avatar jimmyhli avatar miltonleung avatar sarina-chen avatar yonniluu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

eat's Issues

Reduce "let's eat" button size

  • "Let's eat" button size on third onboarding screen and map screen should be 64px, not 75px
  • Font size should be bold, not regular (see figma specs)

Thanks!

Save selected preferences if user encounters "not enough restaurants" state

image.png

Remember user input if user encounters "not enough restaurants" state and gets taken back to the map screen.

Ideally, when the user taps "adjust location" and gets taken to the map screen, the previously selected preferences will be saved. That way, they can quickly "next" through those screens without re-entering everything again.

Finish Up Search Query

Link up forms with passing along search query.

 var searchQuery: SearchQuery!

  static func viewController(searchQuery: SearchQuery) -> FormViewController {
    let storyboard = UIStoryboard(name: "ProfileStoryboard", bundle: nil)
    guard let formVC = storyboard.instantiateViewController(withIdentifier: "FormViewController") as? FormViewController
      else { fatalError() }
    formVC.searchQuery = searchQuery
    return formVC
  }
    let profileVC = ProfileViewController.viewController(user: self.filteredUsers[indexPath.row])
    navigationController?.pushViewController(profileVC, animated: true)

Make sure to embed the first view controller in a navigation controller. And change the next and back buttons to be inside the navigation bar.

Launch Screen

Screen that shows right when app is open, so it's loading screen essentially. could just be the app icon again with a name underneath

Done Selecting

After a user is done swiping, show this screen to tell them to pass it along

Restaurant Card with reviews hangs

When you click into a restaurant card that has reviews, it hangs. My guess is the loading of the images in each review cell. Consider using Kingfisher pod.

Lightbox photo gallery

When user taps photos on restaurant card, open photo gallery views for food and menu photos

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.