Giter VIP home page Giter VIP logo

coworfing's Introduction

Coworfing Build Status Code Climate

Coworfing is built by the coworking community to share the best places to work.

Depending on your skills and desires, there are different ways for you to participate. Check the What To Work On? section below to find something to help with, and then the How to contribute to get started with our code.

New features are released regularly. Follow us on Twitter @coworfing, our blog and like our Facebook page. If you have any doubts or questions, let us know: [email protected].

Happy contribution!

#WHAT TO WORK ON?

##1. Report an issue

Found a problem?

First check that you are the only one to have spotted it by searching similar issues in the issues list. If your issue is not listed, then create a bug report, with at least an explicit title and a descriptive text, the part of code posing a problem, and (it would be great) a unit test showing what goes wrong.

##2. Solve an issue

Here is a list of the priorities to solve. Click on the item to see the corresponding issue. Comment on the issue if you have any doubts or questions. The list is sorted by priority (first item is the most important).

##3. Try and assess pending pull requests

You can also try pending pull request that have been submitted to us to test their validity.

##4. Propose new features

Email us at [email protected] before you propose a new feature as we are currently focusing on solving issues rather than introducing new features.

#HOW TO CONTRIBUTE

##1. Getting ready to contribute

First, you'll need to have a working Rails development environment. Check the Contributing to Ruby on Rails page.

Be sure to have PostgreSQL configured, as well as bundler, and of course Git.

Then grab the code and deploy coworfing locally on your computer:

  • Fork the coworfing repo on GitHub

  • Clone your fork:

      git clone https://github.com/xxxyourNamexxx/coworfing.git
    
  • Get into your coworfing directory and run

      bundle install
    
  • create a postgres user for the app

      su - postgres
      psql
      create role coworfing with createdb login password 'yourpassword';
    
  • you may have to edit your pg_hba.conf to be able to log to your database. More details here.

  • run

      rake db:seed
    
  • to prepare the test database

      RAILS_ENV=test rake db:create db:schema:load
    
  • you have to create SECRET_TOKEN for verifying the integrity of signed cookies

      rake secret
    
  • finaly put your token to .env as SECRET_TOKEN=### (see .env.example)

Coworfing is now deployed locally on your computer!

##2. Submitting your changes

If you feel like adding your stone to the collaborative coworfing cathedral, please do so using a clear procedure:

  • work on your cloned repo

  • commit the changes you are happy with on your computer, with a short and clear comment for each commit

  • Before pushing, be sure that you updated you cloned repo, changes might have occurred while you were working:

    • create a remote

          git remote add coworfing https://github.com/nukomeet/coworfing.git
      
    • Get the changes

          git fetch coworfing
      
    • Get back on your branch and merge

          git checkout master
          git merge coworfing/master
      
    • Update your repo on GitHub

          git push origin master
      

Then you can issue a pull request. Be sure to comment precisely what your request adds, and accompany it with all necessary tests. There is a chance that other contributors or the maintainers may suggest changes to your code before accepting it. Please take it as a really good sign, it means your contribution is potentially clever and interesting, and this is the way of the collaborative revolution.

Now play with the code, play with the app, find the coolest places to coworf!


License: GPL 3. See the LICENSE file for more details.

coworfing's People

Contributors

2can avatar akwiatkowski avatar albanlv avatar arthurnn avatar asok avatar nikitachernov avatar pdostal avatar pierricklt avatar randomecho avatar sharnik avatar spk avatar thejumu avatar tomkuk avatar zaiste 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

coworfing's Issues

Counter

How many times has a place been visited? (request accepted)
to be displayed on profile place page.

show places in profile

My public profile should show places I created and also places I reviewed. If necessary, it might be good to offer opt-out.

logo

Is there a logo for Coworfing? In the newsletter and someplace else I saw the high-rise buildings badge. If that’s the logo it should be added to the header.

I also need a logo to add the Coworfing to Libre Projects. :)

Favourite places

User should be able to favorite places, and have lists of favorite places in the profile.

Add fields / checkboxes to place profile

Price for pro places
Hours
Contact (phone or mail)
Capacity (how many people fit)
Is there a land phone that can be used?
Is there a printer that can be used?
idem with Kitchen, Fax; Coffee machine, 3D printer, PirateBox, Washing machine
--> we have to find a way to make it not too messy, user friendly.
--> user should be able to add an item that can be reused then by others;

Comments

Ability to comment on places. Put stars/notation system

Error when I go to /requests/sent

I think it is also due to deleted places, the error is similar in heroku logs:

Started GET "/requests/sent" for 82.66.242.67 at 2012-04-25 05:57:16 +0000
2012-04-25T05:57:16+00:00 app[web.1]:
2012-04-25T05:57:16+00:00 app[web.1]: ActionView::Template::Error (undefined method name' for nil:NilClass): 2012-04-25T05:57:16+00:00 app[web.1]: 23: %td 2012-04-25T05:57:16+00:00 app[web.1]: 24: = link_to place_request.receiver.name, profile_path(place_request.receiver.username) 2012-04-25T05:57:16+00:00 app[web.1]: 25: %td 2012-04-25T05:57:16+00:00 app[web.1]: 26: = link_to place_request.place.name, place_path(place_request.place) 2012-04-25T05:57:16+00:00 app[web.1]: 27: %td= status_h(place_request.status) 2012-04-25T05:57:16+00:00 app[web.1]: 28: %td= time_ago_in_words(place_request.created_at) 2012-04-25T05:57:16+00:00 app[web.1]: 29: %tr 2012-04-25T05:57:16+00:00 app[web.1]: app/views/place_requests/sent.html.haml:26:inblock in _app_views_place_requests_sent_html_haml__2700746821545073102_56595560'
2012-04-25T05:57:16+00:00 app[web.1]: app/views/place_requests/sent.html.haml:20:in _app_views_place_requests_sent_html_haml__2700746821545073102_56595560' 2012-04-25T05:57:16+00:00 app[web.1]: app/controllers/place_requests_controller.rb:16:insent'

Users can tag places

(fun, social, work, open air, chill out, dangerous, street art, weird, peaceful...)

adding pictures not possible after creation

Adding pictures is only possible while creating a place, not when editing it afterwards. In edit mode, only the »add photo field« button is visible, and when I click it, I get

dupa
Uncaught TypeError: Cannot call method 'replace' of undefined in application-[token].js

Also, the giant empty »add your photo« photo placeholder should be clickable and cause a file picker to appear.

Add options to profile

Washmachine
Fax
Print
Coffee machine
Land phone free to call the US
3D printer
PirateBox
Kitchen
Nearby cool places (eat, food)
Copy covoiturage
Hours

opening times

Should be possible to put them in for a place. Then the website/apps could also automatically grey out places which are currently closed.

Admin access

Admin should be able to:

  1. edit all profiles
  2. edit all places

Responsive

media queries
em instead of pixels
maybe different layout for different viewing environment
flexible images

Public/private places

Distinguish between your place & a public place you add.
Public places : different color or different icon, everyone can see/modify it.
Private : only logged user can see, only proprietary can modify

Optimize the js

  • clean
  • compressing (.min)
  • have a framework for js (backbone, angular)

place sorting

Places are currently sorted by oldest first. Rather they should be sorted by nearby. If that isn’t available, newest first, and more sophisticated when mixing in popularity (reviews) also.

Calendar with events in your places

Lukasz idea : make a calendar with the events in your places.
It implies

  • to be able to make yours some places
  • to have access to places calendar
  • to sync with user's calendar

Facebook for New Place

When a user adds new place on Coworfing it should automatically appear on the Coworfing Facebook page.

Area of interest in registration

Area of interest in registration - may be used later for searching people (places with people) with similar area of interest, but also for dedicated adds.

Business model:

  1. Free app based on dedicated ads
  2. Dedicated ads + commission from booking

Make groups

Like couchsurfing groups.
Users should be able to discuss and organize coworking sessions. (like nukomeet group )
We need to think more about how to design this feature.

LinkedIn Integration

  • getting skills from a user profile
  • visits: (frequently, from time to time, rarely)
  • matching places with people based on the visits amount
  • associating tags from frequent visitors to a specific place

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.