diff options
| author | Michael Lizzio <mjl2396@rit.edu> | 2025-10-07 09:02:00 -0400 |
|---|---|---|
| committer | Michael Lizzio <mjl2396@rit.edu> | 2025-10-07 09:02:00 -0400 |
| commit | 068477d80b35ba67d1c401b973e2d111ee30f28c (patch) | |
| tree | 8bf2e67316d68159c2d6591e3d8c85110e0c1ef4 /data | |
| parent | ff2e4efb6e4a2089caaf494438bd2b86bd05ae61 (diff) | |
| download | designproject-design-6-068477d80b35ba67d1c401b973e2d111ee30f28c.tar.gz designproject-design-6-068477d80b35ba67d1c401b973e2d111ee30f28c.tar.bz2 designproject-design-6-068477d80b35ba67d1c401b973e2d111ee30f28c.zip | |
Updated CourseSelectMenu to allow user to select a course from profile
Diffstat (limited to '')
| -rw-r--r-- | data/personaldb.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/personaldb.json b/data/personaldb.json index 5ba73ac..6ec504d 100644 --- a/data/personaldb.json +++ b/data/personaldb.json @@ -3,7 +3,10 @@ "username": "john_doe", "passwordHash": 12345, "fullName": "John Doe", - "courses": [], + "courses": [ + 1, + 2 + ], "rounds": [], "clubs": [ { |
