Closed KayRJay closed 5 years ago
After further exploration ...
I see that for some flights, I get different buttons:
So, you are already changing the button text when telemetry is present. Doh!
So, there could be a button MAP in addition to DETAILS and AIRCRAFT when telemetry is NOT present.
Good suggestion about the redundant info, but the reason that the map is omnipresent is that it interacts with both the chart and raw data. You can click a data point in either the chart or the raw data to see it on the map. If the map were a mutually exclusive button, you couldn't do that. I also wanted the map to be on the main details page since it seems like a kinda important piece of detail to see at a glance where you actually flew; I just separated it out of the main top section so that it could interact with the chart and the raw data.
BTW, the redundant info (date/aircraft/route/comments) would need to stay in the upper bar, rather than in the "flight" section. Otherwise, if you have only one flight, that whole upper bar would be empty, which is rather odd. Plus, it provides context: e.g., if you switch to chart or raw data or such you can still tell which flight you're looking at.
Ok, fair enough. Do you have comments on the general formatting comments?
gotta play with it a bit and see what issues, if any, I bump into. But it seems that the main ones are:
Am I missing anything?
I'm going to leave "Flight" as just "Flight." "Details" is (ironically?) too vague (details of what?) and "Flight Details" is too long (it actually causes the button to wrap, and aesthetically I don't think varying width buttons work, and wider buttons don't fit.) Plus, it's accurate: that tab shows the information about the flight.
First two bullets above are coded up (not yet checked in). And moving the drop-down to the right of the expand/collapse buttons seems to work (rather than in the header), so I think I'm going to go with that. See image below with the following highlights:
I may also consider putting the times above the route block. (Note that the route block disappears if there is no route).
The Show Details page could be cleaner and easier to use. Here's a proposed new format:
The data displayed in the first line of the details is the same as the data in the gray bar. That's redundant and a waste of space. Just display the same info you do in the Logbook, with navigation (next/previous) buttons to the left (reducing eye scan), and a hover-over down arrow for operating on the flight.
Currently, the buttons FLIGHT (perhaps better labeled "DETAILS") and AIRCRAFT button make the flight or aircraft information appear or disappear (and the option selected turns gray). But there is no button to control display of a map with the airport(s) visited or, if present, the flight path. Seems there should be a MAP / TELEMETRY button to control display of either the map or telemetry. As a nice tip, the third button could change from MAP to TELEMETRY depending on what's present for the flight.
I'm not sure why selecting one option turns off the display of the other. Seems it is reasonable to want to display all three types of info.