GithubHelp home page GithubHelp logo

bfla / campawesome Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 15 MB

CampHero 2.0 (Michigan-only, Rails)

Home Page: http://gentle-ocean-6036.herokuapp.com

Ruby 90.20% CoffeeScript 5.34% JavaScript 0.37% CSS 4.09%

campawesome's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

campawesome's Issues

Search reset glitchiness

  • The "max number reached" notice stays even after the campsites are reset. I'm not sure if it reappears once the reset button is used.

Rankings need to be fixed

Right now campground rankings are not existent for many campgrounds and the City rerank script doesn't seem to work right

"Email protected"

If the user did not sign in with a Facebook account, the upper left says "[email protected]" instead of the user's email. This seems to happen when the naked url is used "getcamphero.com" instead of "www.getcamphero.com".

Katy - Login problems with email

  • Katy could not login with email
  • Problem #1: It was trying to use a root_path in Devise's after_sign_in method. I think the root path is now correctly defined but this still requires verification
  • Problem #2: The omniauth_callback path was being saved as the session[:previous_url] which was causing a redirect loop. I think this is now fixed

field naming error

misnamed city.description as "desciption". tried to fix it but was becoming a time suck

Modal reorientation weirdness

  • When the signup and signin modals are clicked, it forces the whole page to shift position.
  • I think maybe they should be included at the top of the body tag or maybe at the top of the container?

N + 1 requests

I think some pages are generating N+1 requests. I should double check to make sure I'm using "includes" or custom queries in the cases where I'm fetching associated objects...

nonoptimal state guide page

  • It might be better to use an includes statement so I can get the destinations and state in just a couple queries
  • but
  • I tried using a scope like scope :top_destinations, joins(:destinations).where(...).limit(20)
  • but it didn't work
  • not worth wasting time on yet so I deferred it until later

Photo sizing

For some reason the small photo size sometimes is sized like a thumbnail... This seems to occur if square photos are submitted. Maybe it's not forcing them to be sized properly...

Bug: Review modal is messed up when search list resets

  • For one thing, the rating does not display in the modal. I think it's because it requires javascript and the javascript is not currently reloading when the new list html is fetched and inserted.
  • I'm also not sure if the review modal works when the list is reset. Requires testing.

Search notices

A search notice should display on the map when a search returns more than 50 campsites. Right now, though, it only works if the user uses the URL. If the user reloads a page with javascript, then it fails.

Facebook login errors

  • Some users cannot login with Facebook.
  • I think this is fixed now but I'm not certain...

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.