# Marketplace for Code Reviews * Home page - List of code reviews - display name, programming tags, and link to GitHub url * GitHub OAuth for login * Create code review - name (max length 30 or something) - description - github repo (selected from dropdown) - programming language tags (max of 3) - list of questions (max of 10 questions) * View code review - reviewer answers questions - send email to the other person when code review done - see who reviewed and what they said - public, anyone can see this - rate the person who reviewer * My code reviews page - list of code reviews given and the rating received - list of code reviews received * NavBar - display average rating * Code Review Briefing - number of questions/flags - list of questions - code snippet - comment thread - click to go to file where code snippet came from
Marketplace for Code Reviews