/CSCapstone

CS Capstone Marketplace

Primary LanguagePython

CS Capstone Marketplace

Synopsis

A marketplace for students/groups to find creative and challenging projects to work on. Projects will be provided by industry engineers.

CS390 Student Features

CS390 Students: Please refer to the grading form for most recent updates to these tasks.

  • Task 2 (10 pts): CommentsApp
    • Task 2 Bonus (5 pts): Add Nested Comments to CommentsApp
  • 3.1 (2 pts): Create “Teacher” model with profile (contact info, etc)
  • 3.2 (3 pts): Create “Engineer” model with profile (Alma Mater, About, Contact Info, etc)
  • 3.3 (8 pts): Complete “University” and “Class” models. All students should belong to 1 University, and can belong to multiple classes. Teachers should be able to manage who is enrolled in their class.
  • 3.4 (5 pts): Groups: Anyone can create a group. Only group members may add additional members to the group. Only groups can be assigned to a project.
  • 3.5 (5 pts): Projects: Projects can be only created by engineer/corporate users. Projects have a list of qualifications, which are used for matching. Projects are visible to everyone.
  • 3.6 (5 pts): Bookmarks: Create the “Bookmarks” model, which relates user_id and project_id. Add and implement a button on the project page to “Bookmark” a project. Add and implement a bookmark page or list.
  • 3.7 (12 pts): Implement Matching System: Using group’s combined student properties, calculate suggested projects for the groups to choose.
  • 3.8 (15 pts): Group Profiles: Each group’s profile should include team member details and the project they opted for. Group members, their teachers, and the project corporate users may post comments on the group profile page, allowing discussion.
  • 3.9 (10 pts): Deletion: Allow privileged users to delete groups, projects, classes, and comments.
  • 3.10 (10 pts): Use a WYSIWYG editor for any multi-line textarea (user profile about, group profile comments, etc). There are many WYSIWYG options available, just google “WYSIWYG editor”. One options is TinyMCE.
  • Robustness (5 pts): Did it crash?
  • Easy To Use (5 pts): Could all tasks be performed with minimal steps?
  • Presentation (5 pts)

TA Features - Will not be provided

  • Common Forms/Styling Across Site (Harris)
  • Alert Messages
    • Alert Messages for non-authentication modules (Harris)
  • Authentication Module (Naman)
    • Change Password
    • Password Reset (sending email)
    • Student Model
    • Teacher Model
    • Engineer Model
  • Project Module (Harris)
    • View Projects List
    • View Project
    • Create Project (Name, Description)
  • Company Module (Jacob)
  • University Model (Jacob)
  • Course Model (belongs to University)
  • Groups Module
    • Create Groups
    • Add Users to Groups
    • List Groups your in
    • List members in group
    • Advanced Group Profiles (Strengths, Weaknesses)
  • Student Profile (Major, Year, Skills, Experience Resume, etc)
  • Teacher Profile (Contact Info)
  • Engineer Profile (Alma Mater, About, Contact Info, etc)
  • Inter-Model Associations
    • Student + Group (Student manytomany Group)
    • Group + Project (Group manytoone Project)
    • Student + University (Student belongsTo University)
    • University + Class (Class belongsTo University)
    • Engineer + Company (Engineer manytomany Company)

Contributors

@harrischristiansen (http://www.harrischristiansen.com)
@thenamanpat
@dunbarj (http://www.jacobfdunbar.com)