Skip to content

Commit 17bfa1e

Browse files
committed
update readme + imgs for 2.4
1 parent 605ec87 commit 17bfa1e

9 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,24 @@ Worry no longer! This handy extension aims to address 2 crucial oversights of In
77

88
Features:
99
- Assignments for each class are sorted neatly by grading category with your current grade and category grades at the top of the page
10-
- You can simulate your grade by changing your score for past assignments, adding new assignments, or deleting past ones
10+
- Simulate your grade by changing your score for past assignments, adding new assignments, or deleting past ones
11+
- Create new categories and change the weightage of existing ones
1112
- Graph of how your grade has been changing throughout the semester
1213
- Calculate the lowest grade you can get on an assignment to maintain a certain grade
14+
- Light and Dark Mode
1315

1416
Usage:
15-
1. Make sure you are signed into [FUSD Infinite Campus](https://fremontunifiedca.infinitecampus.org/campus/portal/students/fremont.jsp)
17+
1. Make sure you are signed in to [FUSD Infinite Campus](https://fremontunifiedca.infinitecampus.org/campus/portal/students/fremont.jsp)
1618
2. After installing, click on the green Infinite Campus icon on the toolbar to open the home page
1719
3. Here, you can see a list of your current classes and grades
1820
- You can change the semester you are viewing by clicking the radio buttons below the title
1921
4. If you click on the "Open Class" button next to each class entry, you will be brought to the class page
2022
5. Here, you can see all your assignments and grades for the class. You can:
21-
- Add new assignments
23+
- Create new assignments and categories
2224
- Update assignment scores using the input boxes next to each assignment
2325
- Delete assignments using the "x" button
2426
- Reset assignments to their original score using the "⭯" button
27+
- Update category weightages using the input boxes in the summary table
2528
6. The "Lowest Grade Calculator" tab allows you to calculate the lowest grade you can get on an assignment in order to maintain a certain grade
2629
7. The "Grade History Graph" tab shows a graph of how your grade has changed during the semester
2730
8. Enjoy!
@@ -36,4 +39,5 @@ For any bugs or feature requests, do not hesitate to email appdev.micro@gmail.co
3639
![](imgs/home_page.png)
3740
![](imgs/class_page.png)
3841
![](imgs/class_expanded.png)
39-
![](imgs/graph_page.png)
42+
![](imgs/grade_graph.png)
43+
![](imgs/dark_mode.png)

extension/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Infinite Campus Grades++",
44
"description": "Alternative Version of FUSD Infinite Campus (with grade simulation)",
5-
"version": "2.3",
5+
"version": "2.4",
66
"browser_action": {
77
"default_popup": "popup/popup.html",
88
"default_icon": "icon.png"
@@ -21,7 +21,6 @@
2121
],
2222
"web_accessible_resources": [
2323
"pages/main.html",
24-
"pages/class.html",
25-
"pages/graph.html"
24+
"pages/class.html"
2625
]
2726
}

extension/pages/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ things to do:
33
show unread IC notifications for grade updates on home page
44
(https://github.com/codingmarket07/Notification-Dropdown-Nov19)
55
could also implement browser notifications by fetching every 5 min
6-
add categories for weight-based grades
7-
change category weight
86
97
about/help page
108
'settings' page for non-fusd?

imgs/class_expanded.png

25.9 KB
Loading

imgs/class_page.png

-8.81 KB
Loading

imgs/dark_mode.png

110 KB
Loading

imgs/grade_graph.png

156 KB
Loading

imgs/graph_page.png

-128 KB
Binary file not shown.

imgs/home_page.png

-19.9 KB
Loading

0 commit comments

Comments
 (0)