Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subtitle and 'functions' section descriptions #32919

Merged
merged 1 commit into from Feb 13, 2020

Conversation

maddiedierker
Copy link
Contributor

Added two pieces of text to the library export dialog:

  1. A subtitle below the "Export Functions as a Library" title
  2. A description below the "Functions" section of the dialog

Screen Shot 2020-01-29 at 4 33 44 PM

Links

Testing story

Manually tested this change, but did not add any automated tests as it's a content addition with no conditional logic.

Reviewer Checklist:

  • Tests provide adequate coverage
  • Code is well-commented
  • New features are translatable or updates will not break translations
  • Relevant documentation has been added or updated
  • User impact is well-understood and desirable
  • Pull Request is labeled appropriately
  • Follow-up work items (including potential tech debt) are tracked and linked

"libraryExportTitle": "Export Functions as a Library",
"libraryFunctionRequirements": "Select the functions you want to add to the library. To help understand what the function is for, you may only export functions that have a comment directly above them in your code.",
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm guessing these strings came from product, so feel free to ignore, but "to help understand" seems like kind of odd phrasing. Whose understanding? Is it "to help importers of your library understand" or is it "to help you understand"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, moneppo reached out to the curriculum team about this, but i haven't heard back about it, so i'm just merging this work to unblock any upcoming work in this area

@maddiedierker maddiedierker merged commit b1f6482 into staging Feb 13, 2020
@maddiedierker maddiedierker deleted the export-dialog-desc branch February 13, 2020 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants