Coder Social home page Coder Social logo

mavropalias / hero35 Goto Github PK

View Code? Open in Web Editor NEW
21.0 21.0 6.0 2.72 MB

Curated conference talks for developers. Built on React, MobX, NextJS, Firebase Functions & Firestore.

Home Page: https://hero35.com

License: GNU Affero General Public License v3.0

TypeScript 98.76% JavaScript 0.33% CSS 0.91%
algolia firebase-firestore firebase-functions material-ui mobx nextjs react serverless travis-ci typescript

hero35's People

Contributors

mavropalias avatar

Stargazers

 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

hero35's Issues

Warning: Failed prop type: LinkPrefetch: unknown props found: tabIndex

Running the frontend with in development mode returns an error that I can't seem to figure out how to fix.

index.js:1 Warning: Failed prop type: LinkPrefetch: unknown props found: tabIndex
    in LinkPrefetch (at StacksMenu.tsx:81)
    in ForwardRef(MenuList) (created by ForwardRef(Menu))
    in div (created by ForwardRef(Paper))
    in ForwardRef(Paper) (created by WithStyles(ForwardRef(Paper)))
    in WithStyles(ForwardRef(Paper)) (created by Transition)
    in Transition (created by ForwardRef(Grow))
    in ForwardRef(Grow) (created by TrapFocus)
    in TrapFocus (created by ForwardRef(Modal))
    in div (created by ForwardRef(Modal))
    in ForwardRef(Portal) (created by ForwardRef(Modal))
    in ForwardRef(Modal) (created by ForwardRef(Popover))
    in ForwardRef(Popover) (created by WithStyles(ForwardRef(Popover)))
    in WithStyles(ForwardRef(Popover)) (created by ForwardRef(Menu))
    in ForwardRef(Menu) (created by WithStyles(ForwardRef(Menu)))
    in WithStyles(ForwardRef(Menu)) (at StacksMenu.tsx:63)
    in div (at StacksMenu.tsx:51)

Tried googling this error and it didn't seem to give back any helpful hints. @mavropalias

Issues that need to be fixed.

Thanks so much for making this open source! Love the design and everything about it :) I spotted a few issues.

  1. If you login and go to https://hero35.com/saved-talks it returns an internal server error 500 message.

  2. If you like an event/talk .. it doesn't let you unlike it. Clicking the like button again doesn't do anything.

  3. I noticed in some of your functions code on the server, you're missing a few return statements in various spots. (An example of what i'm talking about is this)

    if (!eventId) response.send("event id is required");
    There's various other spots that also have missing return statements in front of the response.send functions :)
    Edit: Fixed all the missing return statements with this PR: #4

  4. I also don't see any functions to add/delete talks from the database. How are new talks added to the database?

  5. I see there's a /country/[countryid] route included in the project.. however don't see any pages that link to that page. Is this a page that was just never used or maybe is upcoming?

I will keep updating this thread if you'd like to keep it open, and I can help spot errors as you add new updates, etc! @mavropalias

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.