Priority: Show some initiative or the gremlins will eat you.
- User must be able to view jobs he's applied for (link, date/time), and be given option to delete job from his tracker.
Clicking on 'delete job' button will result in controller deleting application from where it's stored under a the given user in the model.
- Beneath job entry is a short form that will allow User to type when he's last made contact with employer.
-Clicking save will result in information being stored in database model.
User can set notifications to remind him to query an employer after a given time has passed.
-Setting notifications to 'true' results in the controller adding message object is added to user inbox. Message becomes visible to user on given date.
Priority: Show some initiative or the gremlins will eat you.
Clicking on 'delete job' button will result in controller deleting application from where it's stored under a the given user in the model.
-Clicking save will result in information being stored in database model.
User can set notifications to remind him to query an employer after a given time has passed.
-Setting notifications to 'true' results in the controller adding message object is added to user inbox. Message becomes visible to user on given date.