mbari-org / SeafloorMappingDB

Make MBARI seafloor mapping datasets more accessible and useful
GNU General Public License v3.0
3 stars 6 forks source link

Enhance Missions Detail View #72

Open MBARIMike opened 2 years ago

MBARIMike commented 2 years ago

Following up on https://github.com/mbari-org/SeafloorMappingDB/issues/59 it might be nice to add some more information to the Mission detail view. Some ideas:

jbpaduan commented 1 year ago

The link to expedition (from which you can get sibling missions) and compilations now are there on the Mission Detail View. Start and end times, depth and point would still be useful to capture in the load and show on the Mission view. I'd like the page formatting of the Mission, Expedition, and Compilation views to include padding along the right and left margins (might have to employ tables to do that), and have the subtitles on the page be bolded.

jbpaduan commented 6 months ago

Re previous comment, "I'd like the page formatting of the Mission, Expedition, and Compilation views to include padding along the right and left margins (might have to employ tables to do that), and have the subtitles on the page be bolded":

Please give the outer margins of the pages a buffer of some 20 or more pixels body {     margin-left: 20px;     margin-right: 20px; } (For example,  https://smdb.shore.mbari.org/compilations/2023-pacnw-cascadia-axial-figures-roguefan_mauv_topo1m/ has the text up against the left margin.   Please bold the fields and put some space between the paragraphs. On the same page above, the “Thumbnail filename”, “Creation date” and other fields need some vertical spacing, such as full carriage returns.  

jbpaduan commented 4 months ago

Re page formatting, please also add padding to the About page: https://smdb.shore.mbari.org/about/

jbpaduan commented 3 months ago

I see that on Mission pages, data from the survey_tally spreadsheets is now appearing (awesome!) Please also add Vehicle (which now must include Iceberg and Sentry), Quality comment, and MGDS URL. Relates to #82

jbpaduan commented 3 months ago

Please sort the results table by Mission name.

MBARIMike commented 3 months ago

The last 2 PRs have been pulled to production. The MGDS URL construction is in place. For example, https://www.marine-geo.org/tools/search/entry.php?id=PescaderoBasin_MBARI has links that go to valid MGDS pages.