ski-climb / job-tracker

0 stars 0 forks source link

Job Tracker

Learning Goals

Project Specs

You will be working with the existing code in this repository to modify a personal job tracking app. Imagine that your close friend has learned just enough rails to be dangerous, and has started to create an app to track job opportunities they find interesting. They are planning to maintain this site themselves (i.e. they will be adding all companies and jobs, and don’t anticipate companies or other users posting/reviewing jobs). The application currently has the following functionality:

You will be to add the following functionality to this application.

Jobs

Categories

Comments

Contacts

Analysis

Extensions:

Tags

Rubric

1) Database, Relationships, and Migrations

2) Routes

3) Controllers

4) ActiveRecord

5) Views

6) User Experience

7) Testing