Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get list of Subjects #12

Closed
1 task done
Glavin001 opened this issue Sep 3, 2014 · 1 comment
Closed
1 task done

Get list of Subjects #12

Glavin001 opened this issue Sep 3, 2014 · 1 comment
Assignees
Labels

Comments

@Glavin001
Copy link
Owner

Used to pass into request for public class schedule by subject (see #7).

Request URL:https://ssb-nlive.smu.ca/pls/sNLIVE/bwckgens.p_proc_term_date
Request Method:POST
Referer:https://ssb-nlive.smu.ca/pls/sNLIVE/bwckschd.p_disp_dyn_sched

Form Data: p_calling_proc=bwckschd.p_disp_dyn_sched&p_term=201510&p_by_date=Y&p_from_date=&p_to_date=

p_calling_proc:bwckschd.p_disp_dyn_sched
p_term:201510
p_by_date:Y
p_from_date:
p_to_date:

  • getSubjects
@Glavin001 Glavin001 self-assigned this Sep 3, 2014
@Glavin001 Glavin001 mentioned this issue Sep 3, 2014
1 task
@Glavin001
Copy link
Owner Author

Result:

[ { title: 'Accounting', value: 'ACCT' },
  { title: 'Anthropology', value: 'ANTH' },
  { title: 'Applied Science', value: 'APSC' },
  { title: 'Arabic', value: 'ARBC' },
  { title: 'Asian Studies', value: 'ASNT' },
  { title: 'Astronomy', value: 'ASTR' },
  { title: 'Atlantic Canada Studies', value: 'ACST' },
  { title: 'Biology', value: 'BIOL' },
  { title: 'Chemistry', value: 'CHEM' },
  { title: 'Chinese', value: 'CHNS' },
  { title: 'Classics', value: 'CLAS' },
  { title: 'Co-operative Education', value: 'COOP' },
  { title: 'Commercial Law', value: 'CMLW' },
  { title: 'Communications', value: 'COMM' },
  { title: 'Computing & Info Systems', value: 'CISY' },
  { title: 'Computing Science', value: 'CSCI' },
  { title: 'Criminology', value: 'CRIM' },
  { title: 'Economics', value: 'ECON' },
  { title: 'Education', value: 'EDUC' },
  { title: 'Engineering', value: 'EGNE' },
  { title: 'English', value: 'ENGL' },
  { title: 'English as a Second Language', value: 'EGSL' },
  { title: 'Environmental Science', value: 'ENVS' },
  { title: 'Executive Master of Bus Admin', value: 'EMBA' },
  { title: 'Faculty of Graduate Studies', value: 'FGSR' },
  { title: 'Finance', value: 'FINA' },
  { title: 'Forensic Sciences', value: 'FRSC' },
  { title: 'French', value: 'FREN' },
  { title: 'General Science', value: 'GSCI' },
  { title: 'Geography', value: 'GEOG' },
  { title: 'Geology', value: 'GEOL' },
  { title: 'German', value: 'GRMN' },
  { title: 'History', value: 'HIST' },
  { title: 'International Development St', value: 'IDST' },
  { title: 'Irish Studies', value: 'IRST' },
  { title: 'Japanese', value: 'JPNS' },
  { title: 'LEAP', value: 'LEAP' },
  { title: 'Latin', value: 'LATN' },
  { title: 'Library Research Base', value: 'LIBR' },
  { title: 'Linguistics', value: 'LING' },
  { title: 'Management', value: 'MGMT' },
  { title: 'Management Science', value: 'MGSC' },
  { title: 'Marketing', value: 'MKTG' },
  { title: 'Master of Applied Economics', value: 'MAEC' },
  { title: 'Master of Business Admin', value: 'SMBA' },
  { title: 'Master of Tech Entr & Innov', value: 'MTEI' },
  { title: 'Masters in Management Co-op', value: 'MMCC' },
  { title: 'Mathematics', value: 'MATH' },
  { title: 'Philosophy', value: 'PHIL' },
  { title: 'Physics', value: 'PHYS' },
  { title: 'Political Science', value: 'POLI' },
  { title: 'Psychology', value: 'PSYC' },
  { title: 'Religious Studies', value: 'RELS' },
  { title: 'Religious Studies (Graduate)', value: 'GTRS' },
  { title: 'Sociology', value: 'SOCI' },
  { title: 'Spanish', value: 'SPAN' },
  { title: 'Women & Gender St (Graduate)', value: 'WGST' },
  { title: 'Women & Gender Studies', value: 'WMST' },
  { title: 'Writing Help Online', value: 'WHO' } ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant