-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SupportCall: Moving support call status into a separate angular app #…
- Loading branch information
Showing
20 changed files
with
132 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...us/controllers/ModalAddSupportCallCtrl.js → ...ll/controllers/ModalAddSupportCallCtrl.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ontrollers/ModalContactSupportCallCtrl.js → ...ontrollers/ModalContactSupportCallCtrl.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ctionalSupportCallStatusActionCreators.js → ...ctionalSupportCallStatusActionCreators.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../instructionalSupportCallStatusService.js → .../instructionalSupportCallStatusService.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...us/services/supportCallStatusSelectors.js → ...ll/services/supportCallStatusSelectors.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...services/supportCallStatusStateService.js → ...services/supportCallStatusStateService.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="description" content="Support Call" /> | ||
<meta name="author" content="" /> | ||
|
||
<link rel="icon" href="/images/favicon.ico"> | ||
|
||
<title></title> | ||
|
||
|
||
<link rel="stylesheet" href="/css/entypo.css"> | ||
<link rel="stylesheet" href="/css/lib.css"> | ||
<link rel="stylesheet" href="/css/neon-core.css"> | ||
<link rel="stylesheet" href="/css/neon-theme.css"> | ||
<link rel="stylesheet" href="/css/neon-forms.css"> | ||
<link rel="stylesheet" href="/css/shared.css"> | ||
|
||
<link rel="stylesheet" href="/css/instructionalSupportCallStatus.css"> | ||
<link rel="stylesheet" href="/css/instructionalSupportCallConfig.css"> | ||
|
||
<!-- | ||
<link rel="stylesheet" href="/css/instructionalSupportAssignment.css"> | ||
<link rel="stylesheet" href="/css/instructorSupportCallForm.css"> | ||
<link rel="stylesheet" href="/css/instructorSupportCallFormModal.css"> | ||
--> | ||
<script src="/js/lib.js"></script> | ||
</head> | ||
<body class="page-body ng-cloak" ng-app="supportCallApp" ng-cloak ng-controller="SharedCtrl"> | ||
<base href="/supportCalls/"> | ||
|
||
<div ng-if="loadingView" class="overlay"> | ||
<spinner class="vertical-center"></spinner> | ||
</div> | ||
|
||
<div class="page-container" collapsable-sidebar-container ng-view> | ||
<!-- add class "sidebar-collapsed" to close sidebar by default, "chat-visible" to make chat appear always --> | ||
</div> | ||
|
||
<no-mobile-support></no-mobile-support> | ||
|
||
<div id="toast-container" class="toast-top-right" ng-if="$root.toast.message.length > 0"> | ||
<div class="toast toast-error" style="display: block;"> | ||
<div class="toast-message" ng-bind="$root.toast.message"> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Bottom scripts (common) --> | ||
<script src="/js/select2.min.js"></script> | ||
|
||
<!-- JavaScripts initializations and stuff --> | ||
|
||
<script src="/js/sharedApp.js"></script> | ||
<script src="/js/sharedConfig.js"></script> | ||
<script src="/js/clientConfig.js"></script> | ||
<script src="/js/snippets.js"></script> | ||
<script src="/js/supportCallApp.js"></script> | ||
<script src="/js/jquery-ui.min.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
window.supportCallApp = angular.module("supportCallApp", ["sharedApp", "ngRoute"]); | ||
|
||
supportCallApp.config(function ($routeProvider) { | ||
return $routeProvider | ||
.when("/:workgroupId/:year/:termShortCode/supportCallStatus", { | ||
templateUrl: "SupportCallStatus.html", | ||
controller: "InstructionalSupportCallStatusCtrl", | ||
resolve: { | ||
validate: InstructionalSupportCallStatusCtrl.getPayload | ||
} | ||
}) | ||
.otherwise({ | ||
redirectTo: "/" | ||
}); | ||
}); | ||
|
||
// UNSORTED ACTIONS | ||
var INIT_STATE = "INIT_STATE"; | ||
var ADD_ASSIGNMENT_SLOTS = "ADD_ASSIGNMENT_SLOTS"; | ||
var TOGGLE_ASSIGNMENT_PIVOT_VIEW = "TOGGLE_ASSIGNMENT_PIVOT_VIEW"; | ||
var DELETE_ASSIGNMENT = "DELETE_ASSIGNMENT"; | ||
var ADD_STUDENT_SUPPORT_CALL = "ADD_STUDENT_SUPPORT_CALL"; | ||
var DELETE_STUDENT_SUPPORT_CALL = "DELETE_STUDENT_SUPPORT_CALL"; | ||
var ADD_INSTRUCTOR_SUPPORT_CALL = "ADD_INSTRUCTOR_SUPPORT_CALL"; | ||
var DELETE_INSTRUCTOR_SUPPORT_CALL = "DELETE_INSTRUCTOR_SUPPORT_CALL"; | ||
var ADD_STUDENT_PREFERENCE = "ADD_STUDENT_PREFERENCE"; | ||
var DELETE_STUDENT_PREFERENCE = "DELETE_STUDENT_PREFERENCE"; | ||
var ASSIGN_STAFF_TO_SLOT = "ASSIGN_STAFF_TO_SLOT"; | ||
var REMOVE_STAFF_FROM_SLOT = "REMOVE_STAFF_FROM_SLOT"; | ||
var UPDATE_SUPPORT_CALL_RESPONSE = "UPDATE_SUPPORT_CALL_RESPONSE"; | ||
var UPDATE_PREFERENCES_ORDER = "UPDATE_PREFERENCES_ORDER"; | ||
var OPEN_INSTRUCTOR_SUPPORT_CALL_REVIEW = "OPEN_INSTRUCTOR_SUPPORT_CALL_REVIEW"; | ||
var OPEN_STUDENT_SUPPORT_CALL_REVIEW = "OPEN_STUDENT_SUPPORT_CALL_REVIEW"; | ||
var ADD_INSTRUCTOR_PREFERENCE = "ADD_INSTRUCTOR_PREFERENCE"; | ||
var DELETE_INSTRUCTOR_PREFERENCE = "DELETE_INSTRUCTOR_PREFERENCE"; | ||
var CONTACT_STUDENT_SUPPORT_CALL = "CONTACT_STUDENT_SUPPORT_CALL"; | ||
var CONTACT_INSTRUCTOR_SUPPORT_CALL = "CONTACT_INSTRUCTOR_SUPPORT_CALL"; | ||
var UPDATE_TABLE_FILTER = "UPDATE_TABLE_FILTER"; | ||
var UPDATE_INSTRUCTOR_SUPPORT_CALL_REVIEW = "UPDATE_INSTRUCTOR_SUPPORT_CALL_REVIEW"; | ||
var UPDATE_SUPPORT_STAFF_SUPPORT_CALL_REVIEW = "UPDATE_SUPPORT_STAFF_SUPPORT_CALL_REVIEW"; | ||
var UPDATE_PREFERENCE = "UPDATE_PREFERENCE"; | ||
var ASSIGN_STAFF_TO_SECTION_GROUP_SLOT = "ASSIGN_STAFF_TO_SECTION_GROUP_SLOT"; |
File renamed without changes.
File renamed without changes.
File renamed without changes.