Commit 4ecc373
Feat/autoplan courses (#1264)
* bump backend dependencies to latest
* add guest auth for development environments
* hook up autoplanning to the frontend
* hook up autoplanning to the frontend
* don't try to go to csesoc api during testing
* don't try to go to csesoc api during testing
* give typeguard for oidc config
* add test flag
* address nits
* improve some waffling in autoplan.py
* fix formatting
* remove unnessesary complex logic around what the input should be - we always only plan unplanned courses
* fix variable names around the use of channeled constraints
* fix: remove equivalent and exclusion courses from being added by default (#1275)
* Feat/autoplan courses (#1272)
* bump backend dependencies to latest
* add guest auth for development environments
* hook up autoplanning to the frontend
* hook up autoplanning to the frontend
* don't try to go to csesoc api during testing
* don't try to go to csesoc api during testing
* give typeguard for oidc config
* add test flag
* address nits
* improve some waffling in autoplan.py
* fix formatting
* remove unnessesary complex logic around what the input should be - we always only plan unplanned courses
* fix variable names around the use of channeled constraints
---------
Co-authored-by: Peter Derias <peter.derias@gmail.com>
* fix: adding core courses automatically (#1274)
* bump backend dependencies to latest
* add guest auth for development environments
* hook up autoplanning to the frontend
* hook up autoplanning to the frontend
* don't try to go to csesoc api during testing
* don't try to go to csesoc api during testing
* give typeguard for oidc config
* add test flag
* address nits
* improve some waffling in autoplan.py
* fix formatting
* remove unnessesary complex logic around what the input should be - we always only plan unplanned courses
* fix variable names around the use of channeled constraints
* fix: allow toggling of adding default courses and fix adding of mutex courses
---------
Co-authored-by: Peter Derias <peter.derias@gmail.com>
Co-authored-by: jason <jasoncchen@bytedance.com>
---------
Co-authored-by: Peter Derias <peter.derias@gmail.com>
Co-authored-by: jason <jasoncchen@bytedance.com>
* fix: repeated function definitions
* fix lint error
---------
Co-authored-by: jason <111541945+jcongc@users.noreply.github.com>
Co-authored-by: jason <jasoncchen@bytedance.com>
Co-authored-by: jason <jasoncongcchen@gmail.com>1 parent fc93f07 commit 4ecc373
31 files changed
Lines changed: 754 additions & 270 deletions
File tree
- .github/actions/setup-ci-env
- backend
- algorithms
- objects
- server
- db/redis
- routers
- utility
- oidc
- tests/planner
- frontend/src
- pages
- DegreeWizard
- SpecialisationStep
- StartBrowsingStep
- Login
- TermPlanner
- AutoplanModal
- OptionsHeader
- types
- utils
- apiHooks/user
- api
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
| |||
624 | 620 | | |
625 | 621 | | |
626 | 622 | | |
627 | | - | |
628 | | - | |
| 623 | + | |
| 624 | + | |
629 | 625 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | | - | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments