Skip to content

Commit

Permalink
Update text about data updates
Browse files Browse the repository at this point in the history
Resolves: #16913
  • Loading branch information
patricklewis committed Aug 30, 2019
1 parent f1764ff commit 2c529c2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/javascript/components/TheDataLastUpdatedIndicator.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div v-if="updatedAt">
Data last updated on {{ updatedAt }}
Data last updated on {{ updatedAt }}. See <a href="https://my.harvard.edu/">my.harvard</a> for the most recent changes to courses.
</div>
</template>

Expand All @@ -13,3 +13,9 @@ export default {
}
}
</script>

<style scoped>
a {
color: black;
}
</style>
10 changes: 10 additions & 0 deletions app/javascript/views/Faq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
and to Q evaluations while letting you export your courses to my.harvard with a single click.
</p>

<h5>
Are the courses I'm seeing on Curricle also on my.harvard?
</h5>

<p>
While Curricle course data are updated frequently, my.harvard
is the home of Harvard's authoritative course database. Be sure
to check there to get changes or additions to the latest course listings.
</p>

<h5>
How should I make use of my "Schedule" in Curricle?
</h5>
Expand Down

0 comments on commit 2c529c2

Please sign in to comment.