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

3609 large guestbooks #4057

Merged
merged 16 commits into from
Aug 22, 2017
Merged

3609 large guestbooks #4057

merged 16 commits into from
Aug 22, 2017

Conversation

landreev
Copy link
Contributor

New Contributors

Welcome! New contributors should at least glance at CONTRIBUTING.md, especially the section on pull requests where we encourage you to reach out to other developers before you start coding. Also, please note that we measure code coverage and prefer you write unit tests. Pull requests can still be reviewed without tests or completion of the checklist outlined below. Thanks!

Related Issues

Pull Request Checklist

May require/benefit from further optimizations though. [#3609]
…liminating the extra

lookup for custom questions and answers, that was adding one extra query
per every guestbookresponse in the search results. (#3609)
… guestbook data.

Lots of optimizations and fixes. Will add more info in #3609 explaining what's been
done and how things are supposed to work now.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.003%) to 12.077% when pulling 38af5c9 on 3609-large-guestbooks into a1792ad on develop.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 12.062% when pulling 9b3fff0 on 3609-large-guestbooks into a1792ad on develop.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 12.06% when pulling 39fa4d5 on 3609-large-guestbooks into dd55c08 on develop.

…et Guestbook and Guestbook Responses pgs. [ref #3609]
@coveralls
Copy link

Coverage Status

Coverage increased (+0.003%) to 12.062% when pulling e3588d3 on 3609-large-guestbooks into dd55c08 on develop.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.003%) to 12.062% when pulling a2b3b55 on 3609-large-guestbooks into dd55c08 on develop.

Minor edits to messaging for clarity and brevity
@coveralls
Copy link

Coverage Status

Coverage increased (+0.003%) to 12.062% when pulling e940814 on 3609-large-guestbooks into dd55c08 on develop.

…t permission on the dataverse (similar to how manage-guestbooks operates).
@coveralls
Copy link

Coverage Status

Coverage increased (+0.0007%) to 12.059% when pulling 32be0cb on 3609-large-guestbooks into dd55c08 on develop.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.003%) to 12.061% when pulling 9dc46ae on 3609-large-guestbooks into dd55c08 on develop.


queryString += " order by r.id desc";

if (limit != null) {
Copy link
Contributor

Choose a reason for hiding this comment

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

do we ever want to querry with non null limits? if not limit shoud be long

@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 12.06% when pulling b05a026 on 3609-large-guestbooks into dd55c08 on develop.

Copy link
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

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

Please fix the "???" I mentioned at #3609 (comment)

@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 12.06% when pulling e869900 on 3609-large-guestbooks into dd55c08 on develop.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 12.06% when pulling f5d1b53 on 3609-large-guestbooks into dd55c08 on develop.

…to change the display limit on the number of guestbook entries.

(#3609)
@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 12.06% when pulling fd5c44c on 3609-large-guestbooks into dd55c08 on develop.

@@ -1052,7 +1052,7 @@ dataset.manageGuestbooks.tab.header.date=Date Created
dataset.manageGuestbooks.tab.header.usage=Usage
dataset.manageGuestbooks.tab.header.responses=Responses
dataset.manageGuestbooks.tab.header.action=Action
dataset.manageGuestbooks.tab.action.btn.view=View
dataset.manageGuestbooks.tab.action.btn.view=Preview
Copy link
Contributor

Choose a reason for hiding this comment

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

don't use this. Use preview in the bundle.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 12.06% when pulling 51d408a on 3609-large-guestbooks into dd55c08 on develop.

Copy link
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

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

All my feedback has been addressed. Looks good!

@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 12.06% when pulling bbf405a on 3609-large-guestbooks into dd55c08 on develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants