Skip to content

Commit 0236ce9

Browse files
committed
Merge pull request #78 from uw-it-aca/qa
Qa
2 parents 423d48a + efa213d commit 0236ce9

34 files changed

+6224
-32
lines changed

myuw_mobile/dao/schedule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import logging
66
import traceback
7-
from restclients.models import ClassSchedule
7+
from restclients.models.sws import ClassSchedule
88
from restclients.sws.registration import get_schedule_by_regid_and_term
99
from myuw_mobile.dao.pws import get_regid_of_current_user
1010
from myuw_mobile.dao.term import get_current_quarter, get_next_quarter

myuw_mobile/data/category_links_import.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Category,Subcategory,Central (not campus specific),Central Title,Seattle,Seattle (link text),Bothell (destination URL),Bothell (link text),Tacoma,Tacoma Title,Open in a new tab?
22
Academics,Registration,,,http://www.washington.edu/students/reg/calendar.html,Academic Calendar,http://www.uwb.edu/calendars,Bothell Academic Calendar,http://www.washington.edu/students/reg/calendar.html,Academic Calendar,no
33
Academics,Registration,,,http://www.washington.edu/students/crscat/,Course Catalog,http://www.washington.edu/students/crscatb/,Course Catalog,http://www.washington.edu/students/crscatt/,Course Catalog,no
4-
Academics,Registration,https://sdb.admin.washington.edu/students/uwnetid/dars.asp,Degree Audit Reporting System (DARS),,,,,,,yes
5-
Academics,Registration,https://uwstudent.washington.edu/student/myplan,MyPlan,,,,,,,yes
4+
Academics,Registration,https://uwstudent.washington.edu/student/myplan/audit?methodToCall=audit&viewId=DegreeAudit-FormView,Degree Audit Reporting System (DARS),,,,,,,yes
5+
Academics,Registration,https://myplan.uw.edu,MyPlan,,,,,,,yes
66
Academics,Registration,https://sdb.admin.washington.edu/students/uwnetid/register.asp,Registration,,,,,,,yes
77
Academics,Registration,,,https://sdb.admin.washington.edu/timeschd/uwnetid/findschd.asp,Schedule Finder,https://sdb.admin.washington.edu/timeschd/uwnetid/findschd.asp,Schedule Finder,http://www.tacoma.washington.edu/enrollment_apps/timeschedule/search.cfm,Schedule Finder,yes
88
Academics,Registration,,,http://www.washington.edu/students/timeschd/,UW Seattle Time Schedule,http://www.uwb.edu/registration/time,UW Bothell Time Schedule,http://www.tacoma.uw.edu/uwt/enrollment-services/time-schedule-registration-guide,UW Tacoma Time Schedule,no

0 commit comments

Comments
 (0)