ERROR: No matching distribution found for requirements.txt
Driver started
Driver code executed.
Name: Brandon Rachal
Classification: Junior
Major: Computer Science
Minor: Business
GPA: 3.67
Enrolled Classes: CPSC 2735, CPSC 2120, Math 2050
Grades: {'CPSC 2735': 'A', 'CPSC 2120': 'B', 'Math 2050': 'A'}
Has a minor? True
--- Advisor Alerts (threshold = 2.0) ---
✅ Brandon Rachal meets GPA requirements (3.67 ≥ 2.00).
⚠️ ALERT: Chris Jackson (Sophomore) is below the GPA requirement (0.50 < 2.00).
Major: Engineering | Minor: None
Enrolled: ENGR 2010, MATH 2070
Advisor Action: Reach out and offer support.
Total below threshold: 1
Login success: [email protected] (Role.STUDENT)
→ User is a Student
Login failed for [email protected]
Login success: [email protected] (Role.ADVISOR)
→ User is an Advisor
[email protected] can see GPA alerts dashboard.
Driver ends
No instructions were provided for how to test your code.
I don't see any tests in your code. Why would you write all this code without testing it?
- [X_] README states purpose, contributors, and how to build, run, and test all the code from the CLI. Build and run should not assume everyone is using a particular IDE (so don't assume users can click a Run button or use VSC's Command Prompt commands.
- [X ] SDD has the project description, outline, architecture (including UML class diagrams), and all project user stories and use cases.
- Each team member must update our team's Statement of Work shared Excel spreadsheet. Your grade on this assignment is based ONLY on the quality of your use cases, your GitHub contributions that result in accepted pull requests, and 10% of your grade will be assigned by your fellow team members.
- [X ] Brandon must finish his pushes to our repo by 8 PM on Dec 1st and then check this box.
- [X ] Darion must finish his pushes to our repo by 8 PM on Dec 1st and then check this box.
- [X ] Kelly must finish her pushes to our repo by 8 PM on Dec 1st and then check this box.
- [X ] Qadir must do one last check that the code builds, runs, and all the tests run by 10 PM on Dec 1st and then check this box.
- [X ] Qadir must "Project Release" tag our repo.
- [X ] Everyone must complete the Brightspace survey to earn the final points for Assignment08.
- [X ] Everyone should complete the Class Climate survey to help Dr. Edwards improve her teaching.
https://trello.com/b/Pf13U9vJ/wildfires
Create an app that mimics Degree Works once given the URL to a curriculum and a transcript. Also, display an unofficial transcript that is good enough to be sent to prospective employers.
Coding language: Python Testing configuration: unittest
Using the git Bash enter the following commands to run: git clone https://github.com/username/repository.git cd repository pip install -r requirements.txt python driver.py