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.
Closes #6457
Provides an easy way for patrons to download their book notes, book reviews, star ratings, and lists overview from the account import/export page. New data is available in CSV format only (maybe it would be nice to export the data as JSON in the future).
Several new buttons have been added to the original UI. We may want to revisit that page's design in the near future, as the page is more cluttered now.
Added links to Open Library help pages in order to show patrons what they are exporting. The copy on these pages could probably use a review, as well.
Technical
Created new CommonExtras method for getting all data by username. This method,
select_all_by_username
, was overridden in the Observations class to transform numeric book tag values into words.Testing
Screenshot
Stakeholders
@mekarpeles