Final Project
Important Deadlines:
- Project Proposal Due Date: Sunday, April 13th, 11:59 PM
- Final Project Due Date: Sunday, May 11th, 11:59 PM
- Demo Date: May 12th, during class
Project Options
This is a project-based course, and you are required to complete a project. You have two options to choose from:
- Choose Your Own Project
- Work on the E-Commerce Project (described below)
Option 1: Choose Your Own Project
If you prefer, you can propose your own project. This option allows you to explore a topic that interests you and encourages deeper learning. To proceed with this option:
- Submit a proposal that describes your project and includes detailed requirements.
- Present your proposal to me after class or during office hours for approval.
- Approval Deadline: Teams must receive approval by April 7th. If approval is not obtained by this date, you will be required to work on the e-commerce project.
Option 2: E-Commerce Project
For this option, you will work on building an e-commerce platform based on the following client requirements:
“We need an e-commerce platform to display our products and allow users to search and purchase items. Products will have categories, descriptions, serial numbers, prices, and quantities in stock. It would be ideal to include product images and basic inventory management.
The platform should also manage customer information, including names, addresses, emails, and phone numbers. Additionally, we need CRM features to track purchase history and calculate customer profitability scores.
To promote sales, customers should be able to leave reviews, read reviews, and see which products are the most popular in each category.”
Steps for the E-Commerce Project
- Use the client description to create an ER Diagram for your project.
- Define project requirements as tickets in a ticketing system or as a list in the
ReadMe.md
file. - Implement the system based on the requirements, updating tickets as you refine the project.
- Leave incomplete tickets in the system to show your thought process and planning.
Requirements for Both Options
- Team Registration: Sign up your team here.
- Team Roles: Assign a project manager and list all team members in the
ReadMe.md
file. Clearly indicate who the project manager is. - Documentation:
- For Option 1, describe the complete project requirements in the
ReadMe.md
file. - For Option 2, clearly state that you are working on the e-commerce project and give your project a unique name that reflects the business or product.
- For Option 1, describe the complete project requirements in the
- Project Management:
- Create an ER Diagram to define the information requirements. Use ERD Plus and include the diagram in the
ReadMe.md
file. - Define project requirements in one of two ways:
- Write them in the
ReadMe.md
file as a list of specific tasks (similar to the Poll Project assignment). - Optional (Bonus): Use a ticketing system (e.g., GitHub Issues, Trello, or Jira) to manage tasks. This requires learning agile project management techniques.
- Write them in the
- Create an ER Diagram to define the information requirements. Use ERD Plus and include the diagram in the
- Demonstration: Bring a PC to class to demonstrate your project.
- Go Beyond Requirements: Add extra features to make your application more valuable. Use your time wisely to learn new Django features and improve your project.
Grading Criteria
1. Demonstration (30%)
Each team will have 10 minutes to present their project. During the demo, you should:
- Introduce team members and provide an overview of the project.
- Demonstrate key features of the application, focusing on its functionality and design.
- Answer questions about the application, including technical and business-related aspects.
Evaluation will be based on:
- Effective use of time
- Quality of the presentation
- How well the application meets the requirements
- Preparation (e.g., test data, planned demo flow)
- Ability to answer questions
- Application functionality
2. Design (10%)
Design will be evaluated based on:
- The quality and appropriateness of the ER Diagram
- The clarity and completeness of the requirements
- How well the project meets the client’s stated needs
3. Collaboration (30%)
Collaboration will be assessed based on:
- Team involvement in development and project management
- Proper use of GitHub for collaboration, including:
- Pull requests
- Ticketing systems
- Clear communication and guidelines in the
ReadMe.md
file
4. Individual Contribution (30%)
Individual contributions will be evaluated based on:
- The amount of work completed by each team member (tracked via GitHub)
- Peer evaluations
5. Code Review
The instructor will perform a final code review to:
- Verify that the work was completed by the team without external assistance.
- Ensure the application functions as expected.
- Evaluate bonus features. Bonus items must be listed in a Bonus Items section in the
ReadMe.md
file, with references to the file and line numbers where they are implemented. Failure to follow this instruction will result in no bonus points being awarded.
For bonus ideas, refer to the Advanced Django Section.