Coder Social home page Coder Social logo

mozilla / around Goto Github PK

View Code? Open in Web Editor NEW
20.0 9.0 6.0 4.37 MB

HTML5 foursquare client

Home Page: http://around.lonelyvegan.com

License: Apache License 2.0

JavaScript 1.84% Shell 0.73% CSS 49.16% CoffeeScript 43.97% Makefile 0.64% HTML 3.67%

around's Introduction

around

HTML5 foursquare client.

Installation

You need npm (and thus Node.js).

npm install -g stylus volo volo-ghdeploy
npm install
./serve

Then head to localhost:8008.

TODO

  • How to add foursquare API key.

License

This program is free software; it is distributed under an Apache 2.0 License.


Copyright (c) 2013 Matthew Riley MacPherson.

around's People

Contributors

comzeradd avatar tofumatt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

around's Issues

Expand checkin info

Show checkin points, comments, shouts, and likes when a user taps on one.

Users can use "Explore"

Users should be able to explore nearby places without launching the "check-in" dialog.

The Explore dialog would let them filter by place type, a search term, or criteria like "haven't been before".

Ability to read and leave tips for venues

Users should be able to, at the very least, see popular and all tips on each venue page. Further integration of tips (such as a modal after check-in with a popular or friend's tip) can be explored at a later time.

Add manual install page for beta

Add a URL that allows the user to manually install the app to their Firefox OS device for testing so folks can use the app before marketplace submission (and to test betas).

Propagate failure reasons/error messages up to UI

Currently the app does a poor job of explaining exactly what went wrong with a request, usually just assuming a venue doesn't exist if the request fails, for instance. Try to improve the errors in the console and the UI.

Display photos for venues

Add the ability to browse photos attached to a venue, and possibly include masthead photos similar to many apps.

The beta doesn't work in Firefox OS 1.1

I get a "around Beta for Firefox OS" header, what looks like a button on the right side (but it's cut off and I can't tap it)

And a grey header with "around for Foursquare beta" below that.

I would love to send a proper screenshot captured from within the phone but for some odd reason I can't seem to mount the SD card (either the computer or the phone are trolling me). So attaching
a picture of the thingie taken with another phone!

img_20131219_192638

View and cross off items from todo list

Automatically check off (delete?) a venue in the user's todo list once they check in there. I'm not even Foursquare does this themselves, but they really should -- why clutter up a todo list with places you've been to?

SASS โ‡ Stylus? (was: You don't have write permissions into the /Library/Ruby/Gems/1.8 directory.)

$ gem install sass
ERROR:  While executing gem ... (Gem::FilePermissionError)
    You don't have write permissions into the /Library/Ruby/Gems/1.8 directory.

do you use the system's own ruby version or something like rbenv or something? I don't want to use sudo unless it's strictly necessary.

Also, did you see Brick was migrated from Sass to Stylus hence removing the dependency on Sass? Would you consider that an option?

Allow anonymous requests

Totally not important, but why not let anonymous users use whatever Foursquare allows them to (I'm thinking at least explore and venue info)?

Move from promises everywhere to event-binding

Backbone, especially its models, allow us to listen on events rather than wait for promises to be fulfilled. This could result in some cleaner code and less promises that fulfill multiple times. Maybe we should switch over to this style of coding.

"Leave tip" button reads "check in"

As a result of my sloppy copy-and-pasting of modal template HTML, the "leave a tip" action button in the tip-leaving modal reads "check in" when it should read "leave tip".

Add notifications

Use the notifications in all API responses to display notifications in the top bar similar to iOS and Android apps.

Show venue photos in search

Currently venue photos aren't shown in the checkin modal search, because the Foursquare API returns compact venue objects via venues/search. We should make a request to the API per-venue to get their photos (it's expensive, but it looks oh-so-pretty).

Maybe be smart about only getting the first few venue's photos?

Don't rely on volo

volo isn't really something we use much, so I might as well move away to something just based off node/npm.

CODE_OF_CONDUCT.md file missing

As of January 1 2019, Mozilla requires that all GitHub projects include this CODE_OF_CONDUCT.md file in the project root. The file has two parts:

  1. Required Text - All text under the headings Community Participation Guidelines and How to Report, are required, and should not be altered.
  2. Optional Text - The Project Specific Etiquette heading provides a space to speak more specifically about ways people can work effectively and inclusively together. Some examples of those can be found on the Firefox Debugger project, and Common Voice. (The optional part is commented out in the raw template file, and will not be visible until you modify and uncomment that part.)

If you have any questions about this file, or Code of Conduct policies and procedures, please reach out to [email protected].

(Message COC001)

Add ability to share on Firefox OS

Users should be able to share venues via email or SMS.

It might be cool to have some kind of redirect link (aroundHost/#/shared/venue/:id) so that it can check if the user is logged in or not; if not it redirects to Foursquare's website. It would allow users on Firefox OS to open the app right on their device, I'd hope?

Add search field to check-in modal

If a venue doesn't appear in the list of nearby/relevant venues on the check-in modal we should allow the user to search for their desired venue by name (a realtime/per-letter search would be fantastic).

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.