Skip to content
Snippets Groups Projects
Commit 6a35f638 authored by amasek6's avatar amasek6
Browse files

added real classes from my real audit with real links

parent 921f4400
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,6 @@ function CreditDetails(props){ ...@@ -131,7 +131,6 @@ function CreditDetails(props){
} }
function CreditInfo(props){ function CreditInfo(props){
let totalCredit = 0;
return ( return (
<div className={styles.creditInfo}> <div className={styles.creditInfo}>
<text>{props.remaining} Credits Remaining</text> <text>{props.remaining} Credits Remaining</text>
......
...@@ -6,11 +6,20 @@ const auditSlice = createSlice({ ...@@ -6,11 +6,20 @@ const auditSlice = createSlice({
name: 'counter', name: 'counter',
initialState: { initialState: {
advanced: false, advanced: false,
menu: false, menu: true,
creditsForMajor: [[['Intro', [], 0], ['Freshman Core Classes', [], 0], ['Core Engineering Classes', [['1', 'https://www.google.com'], ['2', 'https://youtube.com']], 6]], 6], creditsForMajor: [[
aceCredits: [[['Intro', [], 0], ['Freshman Classes', [['1', 'https://www.google.com'], ['2', 'https://youtube.com']], 0], ['Core Classes', [['1', 'https://www.google.com'], ['2', 'https://youtube.com']], 6]],6], ['Intro', [], 0],
['Freshman Core Classes', [], 0],
['Software Engineering Core', [['SOFT 261', 'https://catalog.unl.edu/search/?scontext=courses&search=SOFT+%20+261']], 6],
['Computer Science Core - Choose 5', [['CSCE 231', 'https://catalog.unl.edu/search/?scontext=courses&search=CSCE+%20+231'], ['CSCE 322', 'https://catalog.unl.edu/search/?scontext=courses&search=CSCE+%20+322'], ['CSCE 411', 'https://catalog.unl.edu/search/?scontext=courses&search=CSCE+%20+411'], ['CSCE 423', 'https://catalog.unl.edu/search/?scontext=courses&search=CSCE+%20+432'], ['CSCE 451', 'https://catalog.unl.edu/search/?scontext=courses&search=CSCE+%20+451'], ['CSCE 351', 'https://catalog.unl.edu/search/?scontext=courses&search=CSCE+%20+351']], 16]], 22],
aceCredits: [[
['Ace 6', [['PSYC 181', 'https://catalog.unl.edu/search/?scontext=courses&search=PSYC+%20+181'], ['SOCI 101', 'https://catalog.unl.edu/search/?scontext=courses&search=SOCI+%20+101'], ['POLS 100', 'https://catalog.unl.edu/search/?scontext=courses&search=POLS+%20+100'], ['CYAF 160', 'https://catalog.unl.edu/search/?scontext=courses&search=CYAF+%20+160'], ['CRIM 101', 'https://catalog.unl.edu/search/?scontext=courses&search=CRIM+%20+101'], ['ANTH 110', 'https://catalog.unl.edu/search/?scontext=courses&search=ANTH+%20+110'], ['AECN 141', 'https://catalog.unl.edu/search/?scontext=courses&search=AECN+%20+141']], 3]], 3],
doNotCount: [[['none', [[]], '']], 0], doNotCount: [[['none', [[]], '']], 0],
additionalReqs: [[['none', [[]], '']],0],
additionalReqs: [[['Internship', [['CSCE 495', 'https://catalog.unl.edu/search/?scontext=courses&search=CSCE+%20+495']], 1]], 1],
currentCredit: null, currentCredit: null,
}, },
reducers: { reducers: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment