-
Notifications
You must be signed in to change notification settings - Fork 495
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
#6156: Footer image for Sub-Dataverse #6219
Conversation
Can one of the admins verify this patch? |
@Gerafp, I added the docs, please let us know when the branch is available and we'll review. Thanks! |
Hi @djbrooke Yes, I deploy a instance here |
Thanks @Gerafp, we'll take a look tomorrow and provide feedback! |
A simple update to the tooltips without creating new ones. We can review if we want footer-specific tips.
@TaniaSchlatter passing your way for a design review. I'm OK with how this implemented as it basically mirrors what we allow for the logo in the header, but feel free to provide design feedback to @Gerafp and @alejandratenorio if you have any. @Gerafp, @alejandratenorio, we'll also start a review of the code itself. Thanks again for this contribution! |
Thanks @TaniaSchlatter for discussing the feature and providing documentation feedback! |
@djbrooke I approved this pull request but we could use this as an opportunity to refactor the code for both headers and footers and make it possible to set them via API. I believe @TaniaSchlatter recently asked if setting header logos for sample data is possible and it is not currently. Or we can, of course, defer adding these APIs (and API tests) until later. |
Thanks for the review the and the note @pdurbin. Let's move this to QA and not expand it to the API since it's good to go and it meets the use case for the external contributor. |
@Gerafp When I deployed this it throws a 500 error, missing column, "logofooter", but I did not see a flyway entry to add this. Can you take a look? |
@Gerafp hi! Two things:
|
@kcondon @djbrooke it occurs to me that we should probably test with multiple Glassfish and update http://guides.dataverse.org/en/4.16/installation/advanced.html#multiple-glassfish-servers if necessary. Here's what's written there now with the important bit highlighted in blue: |
Thanks @pdurbin for the discussion, we do want this in 4.17
Thanks @pdurbin for discussing. I:
|
Found a few issues in the UI while demoing this feature on the test server that @kcondon set up. Created a new branch at
Will need to coordinate with @Gerafp to get this merged into his branch. (I tried to submit a PR against the original |
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