-
Notifications
You must be signed in to change notification settings - Fork 0
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
provenance report doesn't exist #66
Comments
It's not clear that we have much in the way of provenance information, at least not beyond what's already in the registry database (i.e., who loaded it, when, and from what datapackage). This is all information that can already be seen on the "Data Review" page, although it may be useful to repeat on this page too. Whether it should be called a "Provenance Report" when it's labeled "Submission" on the other page is another question. Is there anything I'm not thinking of that could go into a Provenance Report? I don't think our current schema models anything like a "source database", and in any case that's likely to be simply the DCC itself for the data we currently have. |
I don't think we really have anything to go there right now. I think eventually we might, but I'm leaning towards deleting it until we actually have something useful to put there |
ooh! Here's an idea, what if we change "Report Issues" to "Contact the helpdesk (but leave the link the same), add replace the provanance box with one that says "Submit a feature request" and link here: https://github.com/nih-cfde/published-documentation/discussions ? And maybe add a third one that says "How to Guides" and links to both How to review your datapackage and How to approve your datapackage |
Two boxes: Three boxes, plus I centered everything horizontally to match the layout of index.html a little more closely. Personally I like the 3-box layout, and also the fact that as you go from left to right you're kind of escalating the support request (i.e., step 1 = read the manual, step 2 = file an issue on the tracker, step 3 = e-mail a live person directly). I've tweaked the wording a bit, so just let me know if you prefer something else. I was trying to make the title and the content of the boxes at least slightly different, with the latter being more verbose: |
I take back what I said about the horizontal centering; checking against app-dev and app it seems that only the dashboard page has its content centered. On index.html (the landing page) and dcc_review.html the main content is left-justified slightly to the left of the heading block ("Common Fund Data Ecosystem / Human Microbiome Project (HMP) / etc."). Here are those two pages as currently seen on app.nih-cfde.org. Note that the 3 boxes at the bottom (on index.html) span the entire width of the page: Adjusting dcc_review.html to match those pages, we get this layout: |
I like it. Does it render okay on smaller devices? I can't remember what our minimum support size is but i think it's ~regular ipad |
It does, assuming we're talking about a not-ancient iPad in landscape orientation. Chrome Developer tools lists the "iPad Pro" as having a resolution of 1024 x 1366 and it looks like both the current landing page (app.nih-cfde.org) and the proposed new one (with content centered) look OK at widths of ~1300 pixels and above. So in landscape mode we're good and my guess is that this was the original intent (to support 1366 pixels wide) At 1024 pixels wide it's not so good for either the current version or the proposed new version. Below 1300 you start to lose content off the sides and layout glitches begin to appear (e.g., the summary counts box in the top right corner gets bumped onto the next line and hidden behind the "Explore our Repository" box.) As you drop the width down things get worse for both the current and proposed new version although the current version has the advantage that things only overflow to the right; with the content centered you get overflow on both left and right. New/proposed version in landscape and portrait at 1366x1024: |
I'll throw in a media query to disable the content centering below 1300px and then we'll have the best of both worlds. |
Not sure what's up with that vertical white bar in the far bottom right. Looks like the navbar overhangs the page body by a few pixels on the right. It's not present on app.nih-cfde.org but it may be due to some navbar-related style change. |
@ACharbonneau I believe this issue can be closed. I've created a new one (#79) for the more general issue of making sure that all of the pages are properly responsive. |
yep. same as the other one. epic 2 tech debt was in march data release, but then we pulled it out so we could just tie in individual issues and it looks like we missed some |
This is a hold over from the wireframes that we never filled with information. We should find something to put in it, or just drop it from the summary chart page.
I’ve made a public error and issue tracker: https://github.com/nih-cfde/published-documentation/discussions it’s part of the extant repo that hosts the documentation website. I'm noting this there: nih-cfde/published-documentation#157
The text was updated successfully, but these errors were encountered: