Customize Leaf's splash page #578
Replies: 3 comments 2 replies
-
Thanks @artgoldberg. That makes sense. I'm thinking visually we could put some space between the top "Leaf ... ITHS ... CD2H" and the "I want to find information for: QI ... Research" for a custom logo and text. A credits page is an option as well, but I'd like to save users a click if we can. We might need to experiment a bit. I agree that configuring the custom text via the app settings file makes sense. For logos it's a bit trickier, as - assuming a site has added their logo picture file(s) somewhere in their production Apache web server - we would need some way to allow Leaf to know the paths of the logos it should show. To my mind we could do this by
(1) seems more straightforward to me. Does this all sound reasonable, @artgoldberg? Best, |
Beta Was this translation helpful? Give feedback.
-
Thanks @ndobb that does sound reasonable, with one caveat. If you also want to minimize user clicks, I have another argument for separating a new "credits" page from the page in the screenshot above (I'll call it the user status and data page). I had planned to avoid adding this complication to this update, but since you raise the issue of user clicks I feel compelled to mention it. In our installation, Leaf only access as de-identified database. And if we wanted to configure it to access a PHI database, we would deploy another Leaf instance. I think Johns Hopkins has the same setup. Therefore, none of the data on the user status and data page is needed by our deployment, and our user sign-in experience would be greatly improved by removing all of the clicks on it. To summarize, I propose that Leaf's configuration in
What do you and others think? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi @artgoldberg , thanks very much for your patience. I'm working through the design for this and wanted to get your thoughts. Regarding the credits page, I'm wondering if it would be sufficient to simply append the logos and institutional message below the existing Leaf, ITHS, and CD2H logos at the top login, like this: Configuration: "Attestation": {
"Enabled": true,
"SkipModeSelection": false,
"Credits": {
"Enabled": true,
"Logos": [
"./images/splash/mtsinai.png"
],
"Text": "Customized for Mount Sinai by Prof. Arthur Goldberg"
}
}, Adding additional logos (using UW here as an example) automatically resizes the row to evenly distribute space: "Attestation": {
"Logos": [
"./images/splash/mtsinai.png",
"./images/splash/uw.jpg"
],
}, Last, setting "Attestation": {
"SkipModeSelection": true,
}, Sorry for all the pics - hopefully the above makes some sense. My hope is that the flexibility offered here should be valuable to different sites for different use cases, and sites can mix & match custom attestations, custom logos and credits, skipping the Research vs. QI selection, and so on. What do you think? Best, |
Beta Was this translation helpful? Give feedback.
-
My Dean raises an issue that I think would apply to multiple Leaf installations. She would like to display Mount Sinai’s contributing organizations and grants on Leaf’s splash page.
We have two organizations and one grant she’d like to add.
Here’s my brainstorm: Leaf's organizations and paper should continue to be displayed, in my opinion.
Our feature request could be configurable. One or more logos and the text for a grant (or for anything, like “Customized for Mount Sinai by Prof. Arthur Goldberg.”) could optionally be added to the app settings file, and if present would be displayed. Perhaps this should appear on a “credits” page with just a Next button, which gets displayed before this page of user properties.
Beta Was this translation helpful? Give feedback.
All reactions