Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mkigikm/CodeGenius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Genius

live link

Description

Code Genius is source code annotation app inspired by Genius. Users can

  • Create accounts
  • Upload files
  • Tag/search for files
  • View annotations
  • Manage there file's annotations by deleting/reverting
  • Create annotations using markdown
  • Search for other users
  • View their files/annotations
  • Follow other users

Design Choices

Most functionality comes through a RESTful API that the browser queries through Ajax. This allows for a straightforward, easy to understand implementation that should be maintainable as the site expands.

A few non-RESTful routes were needed. Following users and tagging files are both non-RESTful routes. Annotation revisions are as well. Annotation history is managed through ActiveRecord::Callbacks. Every time an annotation is edited, the old content is stored in an note_revisions table. The file owner has the ability to revert to any previous history entry, deleting the revisions that came after it.

Third-party functionality

Code Genius is written with Ruby on Rails and Backbone. Additionally, core functionality was provided with

About

A Rap Genius clone for source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •