项目作者: Sharabesh

项目描述 :
A social media portal and analytics tool for Cisco Interns to engage with the community and generate insights for analytics into optimal team behavior
高级语言: CSS
项目地址: git://github.com/Sharabesh/InternCorner.git
创建时间: 2017-05-30T23:53:32Z
项目社区:https://github.com/Sharabesh/InternCorner

开源协议:Apache License 2.0

下载


Bridge

  • Bridge was a Stretch Assignment at Cisco Systems designed to track employee experience. Through the portal users have the opportunity to repeatedly “check-in” - elaborate on what they’ve done and interact with other user content. The site also provides a suite of analytics and user engagement functionality designed to maintain a consistent user-base.

Technical Details

  • InternCorner is written in Python’s tornado framework
  • API Endpoints are designated by *Endpoint classes while classes designated to rendering HTML files are designated by *Handler
  • All user data is securely stored in a postgres management portal
  • The website is hosted on heroku at https://internbridge.herokuapp.com

Check out our Chrome Extension

  • As a tool to expand ease of use InternCorner also has a designated Chrome Extension (InternCorner) on the Chrome app store. This application allows users to quickly check-in.

Running Locally