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

Model description html markup #487

Closed
7 tasks done
Allcharles opened this issue Aug 24, 2020 · 1 comment · Fixed by #488
Closed
7 tasks done

Model description html markup #487

Allcharles opened this issue Aug 24, 2020 · 1 comment · Fixed by #488

Comments

@Allcharles
Copy link
Collaborator

Allcharles commented Aug 24, 2020

There are a few models which have the description and descriptionHtml property. description_html should be a html version of the markdown formatted description parameter. In some models, this relationship is broken and needs to be fixed.

List of potentially affected models to verify:

  • AnalysisJob
  • Bookmark
  • Dataset
  • Project (known working)
  • SavedSearch
  • Script
  • Site (known broken)
@Allcharles
Copy link
Collaborator Author

Somewhat relates to #486

atruskie added a commit that referenced this issue Aug 27, 2020
Fixes #487

Also adds a bunch of tests. To ensure the description fields are tested and generated we needed to add each class to our new testing framework. This meant adding API tests for every model afected.

Also fixes #406. Fixes #425.
atruskie added a commit that referenced this issue Aug 30, 2020
Fixes #487

Also adds a bunch of tests. To ensure the description fields are tested and generated we needed to add each class to our new testing framework. This meant adding API tests for every model afected.

Also fixes #406. Fixes #425.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant