Git Product home page Git Product logo

bikemaps's People

Contributors

amitra avatar connerleverett avatar danwillett avatar dgboss avatar finnshort avatar jstep avatar ssabu avatar streckereck avatar tayden avatar zahinprangon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  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

bikemaps's Issues

Python3

End of life for Python 2.7 is scheduled for January 2020. Are there plans to upgrade the site to Python 3 before then? The site will still run on 2.7 after EOL, but it will become increasingly vulnerable from a security standpoint. This might be a not-so-painless update to a lot of the backend code so was just wondering if it's on the radar.

If needed, I might be interested in helping with this in my spare time to brush up on my Django skills. Let me know.

Hope you're all doing well!

Terms and conditions check box validation

If someone reports two consecutive reports, they have to un-click and re-cklick the "I have read and understand the terms and conditions" check box to activate the submit button.

Dependencies

It would be great if you added some information about dependencies to this:

  • What version of postgres are you using?
  • What version of python?

Also would be great if you included the commands to create the database (because, for example, I've never created a case sensitive database name):

CREATE DATABASE "bikeDB";
\connect bikeDB;
CREATE EXTENSION postgis;
CREATE EXTENSION postgis_topology;
CREATE EXTENSION fuzzystrmatch;
CREATE EXTENSION postgis_tiger_geocoder;

Do something about your hard linked path to your email password

I get an error: You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path. Is this my fault?

Visibility page map enhancements

Right now, the map on the visibility page uses the extent of the world when the page loads. This means that a very large amount of data gets requested and slows things down.

We can explore a couple of options for improving performance and the user experience:

  1. Use geolocation to identify the users position and set the extent at a certain level (experiment to see what appears reasonable).
  2. If navigating from the main map page, use the center point of the map from the main page as the center point of the map on this vis page and zoom to an appropriate scale.

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.