Skip to content

marzagao/snippets

This branch is 32 commits ahead of, 1 commit behind kushal/snippets:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 21, 2014
Mar 29, 2014
Apr 21, 2014
Apr 21, 2014
Feb 8, 2013
Mar 29, 2014
Dec 13, 2013
Feb 8, 2013
Feb 8, 2013
Feb 8, 2013
Apr 21, 2014
Jan 10, 2011
Jan 25, 2011
Oct 29, 2013
Oct 29, 2013
Apr 21, 2014
Feb 21, 2011
Feb 8, 2013
Feb 8, 2013
Feb 8, 2013

Repository files navigation

#Snippets

##Original README

Folks who worked at Google may miss snippets at their current employers. Help is at hand.

Every week, the system emails out a reminder email. Users can reply to it with what they did that week. Users can follow other users via the web, as well as following tags, and assigning tags to themselves. All content matching the tags they follow will be mailed to them in a digest every Monday afternoon. In addition, archives for each user and the most recent data for each tag are visible on the web.

It was hard to make this totally portable. You'll probably want to fork and change the application name and hardcoded email addresses, creating your own application on app engine with authentication restricted to your custom domain. I would love patches to core functionality, though.

Little attention has been paid to making this particularly scalable, but it should work for any small or medium company.


###Changes by Harper Reed

  • Moved to python2.7
  • added bootstrap
  • separated out logic into different handlers
  • moved to micro framework

####TODO

  • migrate away from app engine mail (maybe?)
  • make email template based.

About

Snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.1%
  • JavaScript 30.8%
  • CSS 0.1%