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

Enhance Missions Detail View #72

Open
MBARIMike opened this issue Sep 30, 2021 · 6 comments
Open

Enhance Missions Detail View #72

MBARIMike opened this issue Sep 30, 2021 · 6 comments
Labels
good first issue Good for newcomers

Comments

@MBARIMike
Copy link
Contributor

MBARIMike commented Sep 30, 2021

Following up on #59 it might be nice to add some more information to the Mission detail view. Some ideas:

  • Start and end times
  • Start depth and point
  • Link to Expedition
  • Links to sibling Missions that belong to the same Expedition
@MBARIMike MBARIMike added the good first issue Good for newcomers label Sep 30, 2021
@jbpaduan
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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

ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
ksalamy added a commit that referenced this issue May 21, 2024
Github Issue #72: Enhance Mission Detail View - Update#2
ksalamy added a commit that referenced this issue May 21, 2024
Github Issue #72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit to ksalamy/SeafloorMappingDB that referenced this issue May 21, 2024
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
ksalamy added a commit that referenced this issue May 21, 2024
Github Issue #72: Enhance Missions Detail View - Update#2
MBARIMike added a commit that referenced this issue May 21, 2024
Revert "Github Issue #72: Enhance Missions Detail View - Update#2"
MBARIMike added a commit that referenced this issue May 21, 2024
Revert "Github Issue #72: Enhance Missions Detail View - Update#2"
@jbpaduan
Copy link
Collaborator

jbpaduan commented Jun 1, 2024

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
Copy link
Collaborator

jbpaduan commented Jun 1, 2024

Please sort the results table by Mission name.

@MBARIMike
Copy link
Contributor Author

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.

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

No branches or pull requests

2 participants