Skip to content

Commit

Permalink
add mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Jul 23, 2020
1 parent c333442 commit b6a4b79
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 0 deletions.
65 changes: 65 additions & 0 deletions uw_sws/resources/sws/file/student/v5/term/2021_spring.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"ATermLastDay": null,
"AcademicCatalog": "2017-08-01",
"BTermFirstDay": null,
"CensusDay": "2021-04-09",
"FifthDay": "2021-04-02",
"FinancialAidYear": null,
"FirstDay": "2021-03-29",
"FirstDayMedSchool": null,
"GradeSubmissionDeadline": "2021-06-14T17:00:00",
"GradingPeriodClose": "2021-06-23T17:00:00",
"GradingPeriodOpen": "2021-05-24T08:00:00",
"GradingPeriodOpenATerm": null,
"LastAddDay": "2021-04-18",
"LastAddDayATerm": null,
"LastAddDayBTerm": null,
"LastDayOfClasses": "2021-06-04",
"LastDropDay": "2021-05-16",
"LastDropDayATerm": null,
"LastDropDayBTerm": null,
"LastDropDayNotRecorded": "2021-04-11",
"LastDropDayNotRecordedATerm": null,
"LastDropDayNotRecordedBTerm": null,
"LastFinalExamDay": "2021-06-11",
"Metadata": "TermSourceKey=SDB;",
"NextTerm": {
"Href": "/student/v5/term/2021,summer.json",
"Quarter": "summer",
"Year": 2021
},
"PreviousTerm": {
"Href": "/student/v5/term/2021,winter.json",
"Quarter": "winter",
"Year": 2021
},
"Quarter": "spring",
"RegistrationPeriods": [
{
"EndDate": "2021-02-28",
"StartDate": "2021-02-12"
},
{
"EndDate": "2021-03-28",
"StartDate": "2021-03-01"
},
{
"EndDate": "2021-04-04",
"StartDate": "2021-03-29"
}
],
"RegistrationServicesStart": "2021-02-05",
"RepositoryTimeStamp": "4/11/2020 7:17:58 AM",
"StudentAccountStart": null,
"TimeScheduleConstruction": {
"Bothell": true,
"Seattle": true,
"Tacoma": true
},
"TimeSchedulePublished": {
"Bothell": false,
"Seattle": false,
"Tacoma": false
},
"Year": 2021
}
65 changes: 65 additions & 0 deletions uw_sws/resources/sws/file/student/v5/term/2021_summer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"ATermLastDay": "2021-07-21",
"AcademicCatalog": "2017-08-01",
"BTermFirstDay": "2021-07-22",
"CensusDay": "2021-07-02",
"FifthDay": "2021-06-25",
"FinancialAidYear": null,
"FirstDay": "2021-06-21",
"FirstDayMedSchool": null,
"GradeSubmissionDeadline": "2021-08-23T17:00:00",
"GradingPeriodClose": "2021-09-08T17:00:00",
"GradingPeriodOpen": "2021-08-16T08:00:00",
"GradingPeriodOpenATerm": "2021-07-15T08:00:00",
"LastAddDay": "2021-07-11",
"LastAddDayATerm": "2021-07-11",
"LastAddDayBTerm": "2021-07-28",
"LastDayOfClasses": "2021-08-20",
"LastDropDay": "2021-08-08",
"LastDropDayATerm": "2021-07-11",
"LastDropDayBTerm": "2021-08-11",
"LastDropDayNotRecorded": "2021-07-04",
"LastDropDayNotRecordedATerm": "2021-06-27",
"LastDropDayNotRecordedBTerm": "2021-07-28",
"LastFinalExamDay": "2021-08-20",
"Metadata": "TermSourceKey=SDB;",
"NextTerm": {
"Href": "/student/v5/term/2021,autumn.json",
"Quarter": "autumn",
"Year": 2021
},
"PreviousTerm": {
"Href": "/student/v5/term/2021,spring.json",
"Quarter": "spring",
"Year": 2021
},
"Quarter": "summer",
"RegistrationPeriods": [
{
"EndDate": "2021-05-19",
"StartDate": "2021-04-12"
},
{
"EndDate": "2021-06-20",
"StartDate": "2021-05-20"
},
{
"EndDate": "2021-06-27",
"StartDate": "2021-06-21"
}
],
"RegistrationServicesStart": "2021-04-05",
"RepositoryTimeStamp": "6/11/2020 8:48:06 AM",
"StudentAccountStart": null,
"TimeScheduleConstruction": {
"Bothell": false,
"Seattle": true,
"Tacoma": true
},
"TimeSchedulePublished": {
"Bothell": false,
"Seattle": false,
"Tacoma": false
},
"Year": 2021
}

0 comments on commit b6a4b79

Please sign in to comment.