Skip to content

Commit

Permalink
Updated all for 23-24 Semester 2 (#36)
Browse files Browse the repository at this point in the history
* Changed to semester 2 y2023

* changes for semester 2 ay2024 dates

* exam data for year 2023-24 semester 2

* reverted changes to code back

* Checking Commit username

* checking username again

* username check3:

* user check4

* check5

* check6

* check8

* check9

---------

Co-authored-by: lakshya-aga <[email protected]>
  • Loading branch information
lakshya-aga and agarwallakshya authored May 18, 2024
1 parent e98560c commit 1c8ff38
Show file tree
Hide file tree
Showing 11 changed files with 346,432 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ This assumes you have a clone of the repository locally.
- Select the year/semester's option, open browser console, navigate to network tab
- Click Next
- Inspect the value of `plan_no` sent at the page request
- This can be found in one of the .htmls. it is now called p_plan_no.
5. Click "Get + parse"
6. Wait till all done
- If anything goes wrong, please file an issue.
7. Commit your changes and send a pull request
7. Commit your changes and send a pull request.
2 changes: 1 addition & 1 deletion back_end/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
error_reporting(0);

$year = isset($_REQUEST['year']) && intval($_REQUEST['year']) > 0 ? intval($_REQUEST['year']) : 2023;
$semester = isset($_REQUEST['semester']) && intval($_REQUEST['semester']) > 0 ? intval($_REQUEST['semester']) : 1;
$semester = isset($_REQUEST['semester']) && intval($_REQUEST['semester']) > 0 ? intval($_REQUEST['semester']) : 2;
date_default_timezone_set("UTC");
1 change: 1 addition & 0 deletions back_end/data/parsed/json/2023_2_course_list.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions back_end/data/parsed/json/2023_2_data.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions back_end/data/parsed/json/2023_2_exam_data.json

Large diffs are not rendered by default.

Loading

0 comments on commit 1c8ff38

Please sign in to comment.