I am adding a small feature to the above piston, but I am left with a decision to make between one of two similar choices. Would you guys give your input here, and I will add it to the next version very shortly?
OK, a bit of background.
This piston has somewhat restricted API calls. (intentionally). Basically, it calls once twice a day (at an hour of your choosing), and then as the launch approaches, it pulls hourly during the final three hours. (it also updates hourly afterwards until the API updates correctly). Then it is back to once twice a day.
OK, so here is the new feature I am about to add:
I am limited on space at the moment, but I want the log to show a tiny bit of information each time it pulls from the API… (in other words, I will not be parsing this) This only serves as a quick check in the log to see when the last API pull was.
Out of all of the dataPoints available, the following two seem to be the most informative.
Which one would you like to see inserted in the log once a day?
string {nfo}
A Rocket Lab Electron rocket will launch the "Don't Stop Me Now" mission on Thursday, June 11, 2020 at 4:43 AM (UTC).
string {quickText}
Electron - "Don't Stop Me Now" - Thu Jun 11, 2020 04:43:00 UTC (L-07:39:00) - https://rocketlaunch.live/launch/elana-32 for info/stream
(the samples above are exactly what is seen in the current API)
Hmmm…
Personally, while I like the friendly sentence in {nfo}, I think my vote will be with {quickText} since it has all of {nfo}'s data plus 2 more…
… but I’d love to hear what you guys think…
Edit:
I just noticed that {nfo} is word for word in the hover text… so my vote is definitely {quickText}.
Plus, I really like the L-
countdown…
(this appears as T-
on some launches… Could T-
be a USA thing?)
Please note: With our current limit of 1-4 API requests per day, we will not be using that countdown for any math in this piston.
(but it can be handy to double check to confirm that your time were converted correctly)