Coder Social home page Coder Social logo

devfriendlyplaces's People

Contributors

acassaigne avatar antoinecezar avatar areski avatar avernois avatar brunobord avatar cba85 avatar clacote avatar d-plaindoux avatar demental avatar fabientregan avatar francois2metz avatar josselinauguste avatar kloe-dal avatar leplatrem avatar lilianricaud avatar mattisg avatar nostradamnit avatar nsteenv avatar postite avatar providenz avatar revolunet avatar rock3r avatar sabinesafi avatar samirtalwar avatar schwuk avatar scicasoft avatar thibault avatar vferries avatar vinyll avatar xavcc 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

devfriendlyplaces's Issues

Add a "closed on" property

Some places are closed during one weekday, to balance the working-saturday. maybe it would be a good idea to put a "closed-on" propery in the dataset to indicate this

add a "contribute" link

Add a link on the page to help visitor knows where and how they can contribute and add new friendly places.

A solution could be a ribbon like github's "fork me on github" in the upper right corner

url & website in popup

An url field wich seems to be always "undefined" is shown in popup of places.
And another field called website wich seems to be correctly filled.

There should be only one.
And if no url is defined in the JSON for that place, nothing should appear in the popup.

Add "bathroom" metadata

Just like power and wifi are important for the dev’s machine tools, bathroom is useful for the dev’s body ;)

Use maki map icons

It could be nice to display maki map icons depending on the type of place.

  • cafe for café,
  • bar for pubs or bars,
  • restaurant for restaurants, brasseries

when no icon is suitable, use the default marker, et voilà.

Stricter field typing for later facetting/filtering

Right now we have these JSON semantics for describing a place:

    {
      "name": "L'impro",
      "lat": "43.602984",
      "lon": "1.4416109999999662",
      "address": "7 Carriera Leon Gambetta" ,
      "type" : "coffee",
      "power": "no",
      "wifi": "no"
    }

I could totally see switching from strings to boolans for the wifi & power fields to ease further filtering/facetting; but the we would miss the ability to comment on the feature, so why not introducing a simple substructure which would just allow combining both aspects? eg.

  {
      "name": "L'impro",
      "lat": "43.602984",
      "lon": "1.4416109999999662",
      "address": "7 Carriera Leon Gambetta" ,
      "type" : "coffee",
      "power": {"available": true},
      "wifi": {"available": true, "comment": "intermittent failures when overcrowded"}
    }

We could even support undefined for when the situation is unclear, eg.

    {
      "wifi": {"comment": "short term subscription required"}
    }

Places with flags set to undefined would be retrieved anycase when filtering.

Thoughts?

index page with links to all cities

hi there,

is it possible to create an index page or pane that allows people to navigate to the city they are looking for, also, defaulting to the city closest to the visitors location would be good..

Cordialement

Add comment to places

As a contibutor I want to report a particularity to better describe the place

example :

  • noisy on friday
  • room upstairs for meetings

Lat and lon field should be defined as floats

Right now latitude and longitude fields are stored in strings, while they should imho be stored as numbers:

    {
      "name": "L'impro",
      "lat": 43.602984,
      "lon": 1.4416109999999662
    }

I know js supports dynamic type inference but I wouldn't suggest relying on it too much ;)

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.