Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Site Plans 10 2013

Kyle L. Jensen edited this page Oct 2, 2013 · 2 revisions

Overview

We're planning to expand the NewHaven.io website

Current status

The NewHaven.io website is currently a set of static assets that are compiled using some grunt tasks and deployed to S3. The client side is a small AngularJS application that pulls in the Meetup.com API. The code pieces were generated using Yeoman and an Angular generator.

Plans

We want to have developer and company profiles.

The developer profiles will allow people to add some basic information about themselves including contact info, profile picture, social media links, and professional information, like their preferred languages, etc. These will, by requirement, be linked to a GitHub account, which we'll use for authentication via OpenID.

The company profiles will allow a company (thought its representative member) to upload information about the company including logo, pictures, what stack they work on, open positions, contact information, open source projects, etc. People may optionally link their profile to a company's profile to indicate that they work there.

Technical shiz

We're hoping to do that on a node stack server-side, keeping Angularjs client-side. We'll host it on Heroku and Kyle will pay for it as needed.

Clone this wiki locally