Code Monkey home page Code Monkey logo

htchr's People

Contributors

salemhilal avatar schallert avatar zeppelinnn avatar

Watchers

 avatar  avatar  avatar  avatar

htchr's Issues

We need to handle out-of-date events.

What happens to old events? Do we filter them out occasionally? Do we leave them in, and filter them out when we query the db? Do we create a separate table where we insert them when they're done?

Make better search queries!

In c3ddcba, I threw together a pretty quick-and-dirty search query. It looks for exact matches first, then re-queries for close matches, and then re-queries for far matches. The problem is that it makes these requests in nested asynch calls, meaning

  1. They're serial.
  2. They query the whole DB at once.
  3. exact is a subset of close is a subset of far. Duplicate entries. No me gusta.

I'd still like diversity between each of these queries to prioritize search results by relevance. I'll need to make a blanket query using mongoose's Model.find(), and then query far, close, and then exact, storing the results as I go.

Need a user page/tab.

It should display:

  • User's name (so they know who's logged in)
  • A log-out button
  • The events they're attending.
  • The events they're administering.

Feed doesn't show own events.

According to /search, I have made two events. One's private, and one's public. On the feed, however, neither show up. The private makes sense, but the public should definitely be there.

Un-hack access to user client-side

As per 0f8f700, we have access to a globalUser object in htchr.js, and it's the exact record from the database. Useful for now to pump out features, but needs to be fixed

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.