-
Notifications
You must be signed in to change notification settings - Fork 0
Project Deliverables Timeline 1.0
Aiden Escamilla edited this page Jan 29, 2024
·
2 revisions
-
Home Page
- Initial layout and structure for the home page.
-
Database Models
- Define and set up all database models for the application.
- Implement CRUD functionality for Employers: index, show, new, edit.
- Implement CRUD functionality for Job Applications: index, show, new, edit.
- Implement CRUD functionality for Job Descriptions: index, show, new, edit.
- Implement CRUD functionality for Interviews: index, show, new, edit.
- Implement CRUD functionality for Supporting Documents: index, show, new, edit.
- Implement CRUD functionality for Job Offers: index, show, new, edit.
- Add and implement the
:archived
status to all models.
-
Input Job Applications (Personal Use)
- Test & analyze the app & database against my own data input.
-
Document Results
- Create documentation for CRUD page-flow, database schema, and
:archive
feature.
- Create documentation for CRUD page-flow, database schema, and
-
Sketch Job Applications #index and #show
- Design sketches for CSS and HTML enhancements.
-
Implement Front End for Job Applications #index and #show
- Apply CSS and HTML enhancements to the Job Applications module.
-
Copy Enhancements to Other Pages
- Extend the UI enhancements to other relevant pages.
-
Sketch Home Page
- Design sketches for CSS and HTML enhancements.
-
Implement Front End for Home Page
- Apply CSS and HTML enhancements to the Home page.
-
Document Results
- Create documentation for the UI enhancements.
-
Develop a URL crawler for fetching job descriptions.
-
Implement parsing logic to extract correct information.
-
Integrate the crawler results with the Job Description module.
-
Create documentation for the added feature.
-
Clean Up Repository
- Ensure the repository is easy to clone and setup.
-
Update Quick Start Guide
- Confirm the quick start guide is accurate and helpful.
-
Research Industry Standard Data Security
- Investigate and understand industry-standard data security practices.
-
Replan for Implementation
- Break down the implementation plan based on security findings.
-
Implement Data Security Measures
- Implement the planned data security measures.
-
Final Testing
- Conduct comprehensive testing, including security checks.
-
Deploy the Web App (TBD)
- Release the web app to the intended environment. (TBD)