Giter Club home page Giter Club logo

lw_city_guide's Introduction

Hi! I'm Mirha. โ˜€๏ธ

I'm a frontend developer who likes to dabble in the deep, dark back. I'm oddly interested in best coding practices and refactoring.

In my free time, I work on side projects, like Neo's Tree, Slow Retreats, and Jungle. And I also write.

๐Ÿฅž Current fave stack: React, Next.js + Tailwind

๐Ÿ‘ฏ Collabs: I'm always up for a pairing session, so reach out if that sounds fun.

โšก Fun fact: I spent five years trying out 12 different lifestyles.

lw_city_guide's People

Contributors

4adams avatar adamsonson avatar datene avatar dctrg avatar dcts avatar dependabot[bot] avatar farhanlion avatar grumbeard avatar iachettifederico avatar joshunwin avatar libsyz avatar mirhamasala avatar paduck210 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

lw_city_guide's Issues

`@spots.unpublished.size` and `@spots.published.size` returns cities count instead of spots

@spots.unpublished.size and @spots.published.size, which translates to "pending review(s) ยท X" and "X shared spot(s)" in the view, now don't give back the count of spot instances but instead of the cities.

So if you have published 3 spots in one city, it will still just say "1 spot shared.." because that's what we give back through these methods.

Any suggestions @iachettifederico?

def published
@published ||= spots.published.group_by(&:city).sort_by(&:first)
end
def unpublished
@unpublished ||= spots.draft.group_by(&:city).sort_by(&:first)
end

discussion main categories

Hey! Its not really an issue, i was just wondering what kind of main categories there should be. Just wanted to start a discussion. I was a bit confused by he following categories:

  • play: Is it for sport activities or board games? Or parties?
  • stay: i assume all places for accomodation like hotels, good airbnbs go here, right?

Also I was not sure where to put "About Blank", a club for techno raves in berlin. I miss the category party, club or night club (or something similar).

adding spots to cities that do not exist

Hey! I just tried to add "about blank" as a spot for berlin, but berlin does not exist, so i chose "bali" (since the form forced me to choose a city). But the submission doesn't even show up in bali neither.

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.