Code Monkey home page Code Monkey logo

blockoverhead's Introduction

Description

Block Overhead is a (lightly) fighting game themed clone of Stack Overflow. It is a Backbone.js app consuming a RESTful Rails API.

Highlights

Unanswered Questions, Questions with a certain tag, and searching are all implemented using custom AJAX requests. The rails controller action for searching uses the pg_search gem, but will redirect to '/questions/tagged/:tag_name' if the exact name of a tag is searched.

The text fields for creating questions and answers implement a markdown editor created using Pagedown, with a custom javascript hook for uploading images to Amazon S3 and embedding them in the post. Text is stored in the database as written, and converted to HTML at render time.

The backbone views are generated using a straightforward nesting strategy, with some care taken to reduce extraneous loads.

Future Features

Most of the things we would like to see are better ways of looking at data. Advanced sorting of questions, a 'my tags' view, etc.

The main other feature to come is notifications, both instantly the navbar and by email. Also, the addition of moderator accounts would be necessary to support any kind of active userbase.

Finally, one small fix would be to ensure Pagedown respects line breaks more consistently, and doesn't purge inline html tags used to do something like embed a video.

blockoverhead's People

Contributors

reruns avatar

Watchers

 avatar

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.