-
Notifications
You must be signed in to change notification settings - Fork 9
Site Plans 10 2013
We're planning to expand the NewHaven.io website
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.
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.
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.