This repository was archived by the owner on Sep 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
updated some of the design / architecture / styling #3
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
17dc268
updated some of the design / architecture / styling
5a234f7
fixed conflicts
13d3490
removed shitty DS_Store
3494e8f
updated the transcript
5fa3ac8
updated the design and print styling
d207cb5
merged with master
018eee2
updated and merged
85e7f8f
removed ds_store
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -1,26 +1,31 @@ | ||
| <div> | ||
| <!-- | ||
| <div class="header-wrap"> | ||
| <div class="header-bg" ng-style="bottomHeaderStyle"></div> | ||
| <div class="top-header"> | ||
| <div class="content"> | ||
| <div class="logo"> | ||
| <img ng-src="{{domain_logo}}"/> | ||
| <p class="logo-text">{{transcript.organization.legal_name}}</p> | ||
| </div> | ||
| <div class="user"> | ||
| <h1>{{transcript.user.givenName}} {{transcript.user.familyName}}</h1> | ||
| <div class="user-id">Student Id: {{transcript.user.sourcedId}}</div> | ||
| <div class="rop-time">Status as of: {{transcript.created_at}}</div> | ||
| <div class="btn-dash"> | ||
| <button class="btn btn-white btn-outline"> | ||
| <span>«</span> | ||
| Dashboard | ||
| </button> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| --> | ||
| <div class="bottom-header" ng-style="bottomHeaderStyle"> | ||
| <div class="overlay"> | ||
| <div class="content"> | ||
| <div class=""> | ||
| <button class="btn btn-default">Dashboard</button> | ||
| </div> | ||
| <div class="right"> | ||
| <button class="btn btn-default">Send</button> | ||
| </div> | ||
| <div class="middle-header"> | ||
| <div class="transcript-label content"> | ||
| <span>Official Transcript</span> | ||
| <div class="right"> | ||
| <div>This is an official transcript from the All American University Office of the Registrar.</div> | ||
| <div>Student information is guaranteed unaltered from the source.</div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -4,6 +4,7 @@ | |
|
|
||
| .competency-content { | ||
| margin-left: 40px; | ||
| margin-bottom: 0.25em; | ||
| padding-top: 0.5em; | ||
|
|
||
| * { | ||
|
|
||
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,33 +1,49 @@ | ||
|
|
||
| $width-percentage: 60px; | ||
|
|
||
| .outcome { | ||
| margin-bottom: 1em; | ||
| } | ||
|
|
||
| .outcome-progress { | ||
|
|
||
| > * { | ||
| display:inline-block; | ||
| vertical-align:middle; | ||
| } | ||
| .prog-bar { | ||
| width: $width-body - $width-percentage; | ||
| width: calc(100% - #{$width-percentage} - 0.5em); | ||
| margin-right: 0.5em; | ||
| } | ||
| .percentage { | ||
| color: $color-primary; | ||
| font-weight: 700; | ||
| font-size:1.5em; | ||
| font-size: 1.5em; | ||
| width: $width-percentage; | ||
| text-align: right; | ||
| } | ||
|
|
||
| + button { | ||
| margin-bottom: 1em; | ||
| font-size: 0.85em; | ||
|
|
||
| > span { | ||
| position: relative; | ||
| top: -0.075em; | ||
| margin-right: 0.25em; | ||
| } | ||
| } | ||
| } | ||
|
|
||
| .outcome-title { | ||
| font-size: 1.25em; | ||
| color: $color-primary; | ||
| } | ||
|
|
||
| .outcome-progress-detail { | ||
| max-height: 0; | ||
| margin: 0; | ||
| display: block; | ||
| overflow: hidden; | ||
|
|
||
| &.expanded { | ||
| max-height: 250em; | ||
| margin-bottom: 1.5em; | ||
| } | ||
| } |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,38 +1,35 @@ | ||
| <div> | ||
| <div> | ||
| <div class="content-wrap"> | ||
| <header></header> | ||
| <div class="content transcript-input-form"> | ||
| <input type="text" | ||
| ng-change="updateTranscript(transcriptUrl)" | ||
| ng-model="transcriptUrl" | ||
| placeholder="url"> | ||
| Url to transcript | ||
| <i ng-if="transcriptLoading" class="fa fa-circle-o-notch fa-spin"></i> | ||
| </div> | ||
| <div class="content transcript" ng-if="!transcriptLoading"> | ||
| <div class="transcript-label"> | ||
| <span>Official Transcript</span> | ||
| <div class="right"> | ||
| <div>This is an official transcript from the All American University Office of the Registrar.</div> | ||
| <div>Student information is guaranteed unaltered from the source.</div> | ||
| </div> | ||
| </div> | ||
| <div class="transcript-body"> | ||
| <div class="program"> | ||
| <h2 class="level"> | ||
| {{transcript.program.degree_level}} | ||
| <div class="right"> | ||
| <button class="btn btn-secondary"> | ||
| Share | ||
| <span>»</span> | ||
| </button> | ||
| </div> | ||
| </h2> | ||
| <div class="program-label">{{transcript.program.label}}</div> | ||
| <program ng-repeat="program in transcript.programs" program="program"> </program> | ||
| <outcome ng-repeat="outcome in transcript.hierarchy" outcome="outcome"></outcome> | ||
|
|
||
| <div class="transcript-header"> | ||
| <img ng-src="{{domain_logo_secondary}}" | ||
| class="logo" | ||
| ng-if="!!domain_logo_secondary" /> | ||
| <div class="right"> | ||
| <div class="user-name">{{transcript.user.givenName}} {{transcript.user.familyName}}</div> | ||
| <div class="rop-time">Status as of: {{transcript.created_at}}</div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="transcript-body"> | ||
| <program ng-repeat="program in transcript.programs" program="program"> </program> | ||
| <!--<progress ng-repeat="progress in transcript.progress" progress="progress"/>--> | ||
| <!--<competency ng-repeat="progress in transcript.progress" progress="progress"> </competency> --> | ||
| <outcome ng-repeat="outcome in transcript.hierarchy" outcome="outcome"></outcome> | ||
| <!-- | ||
| <div class="unit-list"> | ||
| <div ng-repeat="outcome in outcomes"> | ||
| <outcome outcome="outcome" transcript="transcript"></outcome> | ||
| </div> | ||
| </div> | ||
| --> | ||
| </div> | ||
| </div> | ||
| </div> | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,12 +1,13 @@ | ||
|
|
||
| @import 'default-variables' | ||
|
|
||
| @import 'custom-umuc-variables' | ||
|
|
||
| @import 'main' | ||
| @import '../components/transcript/competency/competency' | ||
| @import '../components/transcript/outcome/outcome' | ||
| @import '../components/transcript/unit/unit' | ||
| @import '../components/transcript/transcript' | ||
| @import 'print' | ||
|
|
||
| // UMUC-specific | ||
| @import 'custom-umuc' |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
took out the program?