Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

PDF export: Add warning that feature is beta #923

Merged
merged 7 commits into from
Oct 29, 2018

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Oct 29, 2018

Description:

Ref #913
image

Improvements

  • Add warning that feature is still in beta

@kesselb kesselb added web-frontend All frontend related issues discussion Invites discussion, e.g. for complex feature proposals labels Oct 29, 2018
@kesselb kesselb changed the title Add warning that download feature is beta PDF export: Add warning that feature is beta Oct 29, 2018
@coveralls
Copy link

coveralls commented Oct 29, 2018

Pull Request Test Coverage Report for Build 258

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 73.57%

Totals Coverage Status
Change from base Build 246: 0.0%
Covered Lines: 1723
Relevant Lines: 2236

💛 - Coveralls

<p class="beta-warning">
Heads up! The download feature is still in development.
We assume that for most lectures the export works quite well but there are some corner cases where the export might not work as you expect.
If you find a mistake please report it back to <a href="https://github.com/geli-lms/geli/issues" target="_blank">https://github.com/geli-lms/geli/issues</a>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danielkesselberg Would put this inside the translations files

@@ -56,7 +56,7 @@ export class CourseDetailComponent implements OnInit, OnDestroy {
this.tabs = [{path: 'overview', label: t['common.content'], img: 'school'},
{path: 'fileview', label: t['common.documents'], img: 'insert_drive_file'},
{path: 'videoview', label: t['common.videos'], img: 'video_library'},
{path: 'download', label: t['common.download'], img: 'get_app'}];
{path: 'download', label: t['common.download'] + ' (Beta)', img: 'get_app'}];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would appreciate if 'Beta' is in the languages File. Or do you have a special reason to put this at this point here?

Copy link
Collaborator

@Gargamil Gargamil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'Beta' text should be moved to the corresponding language file

@kesselb kesselb added bug This Issue describes a unwanted behavior and removed discussion Invites discussion, e.g. for complex feature proposals labels Oct 29, 2018
@kesselb kesselb merged commit 6b8e2a2 into develop Oct 29, 2018
@kesselb kesselb deleted the feature/noid/add-beta-label-download branch October 29, 2018 21:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This Issue describes a unwanted behavior web-frontend All frontend related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants