alijafargholi / shareshot

hackathon project for code sharing site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SG code sharing site POC

This is a proof-of-concept code-sharing site for Shotgun products including Shotgun Toolkit, the shotgun-api3 Python API, RV, the shotgunEvents event trigger daemon, etc. It was started as part of the 2015 Shotgun | Autodesk hackathon.

Requirements

A loose (yes, incomplete) list of the stack:

  • Django 1.9
  • Postgres 9.3
  • Bootstrap 3.3.6
  • jQuery 2.2.0

Goal

Iterating on this to see if we can provide an easily maintainable solution that enables users to contribute code as well as discover code in a single catalog. Currently users have code scattered in various repos across Github and Bitbucket and there's no easy way to browse all of the projects out there that pertain to Shotgun products.

The site is currently a lightweight layer on top of Github repos. To contribute, users fork the channel repo, add a small JSON snippet into the appropriate channel .json file and then submit it back in a pull request.

Assuming the JSON is valid, the pull request will be merged and within minutes the project will be listed in the directory.

Status

This is still in a proof-of-concept state and isn't expected to be production ready.

About

hackathon project for code sharing site


Languages

Language:Python 71.7%Language:HTML 24.5%Language:CSS 3.8%