Skip to content

Commit

Permalink
add notes to user (query format improvment)
Browse files Browse the repository at this point in the history
  • Loading branch information
pothiers committed Nov 19, 2024
1 parent 1f73007 commit 6dac221
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions notebooks_tsqr/NightLog.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
"If you are using this under Time Square and *get any errors* that you think come from this notebook, please tell Steve Pothier ([email protected]). Include the full Times Square URL you used to get the error. \n",
"\n",
"## What is new in this app?(newest change at top of list)\n",
"- <font style=\"background-color:#ffff99\">Embedded comments and questions to reader (Yellow background)</font>\n",
"- This page tries to work around existing problems with APIs used for source data. (There is a ticket to fix the APIs)\n",
"- Errors with APIs are display in this page in Red.\n",
"- <font style=\"background-color:red; color:#90EE90\">Errors from APIs are displayed in this page (Red background).</font>\n",
"\n",
"## Known issues\n",
"- (none known)"
Expand Down Expand Up @@ -205,7 +206,10 @@
"id": "86ff253e-f575-4b9b-96f9-698d3faf9494",
"metadata": {},
"source": [
"## Night Report <font style=\"background-color:green; color:white; font-size:20px\">BETA</font> "
"## Night Report <font style=\"background-color:green; color:white; font-size:20px\">BETA</font> \n",
"<font style=\"background-color:#ffff99\">\n",
"Word wrap instead of chopping words at end of line?\n",
"</font>"
]
},
{
Expand Down Expand Up @@ -254,7 +258,10 @@
"id": "51fad717-7160-4da9-bdeb-696c92f33c19",
"metadata": {},
"source": [
"## Almanac <font style=\"background-color:green; color:white; font-size:20px\">BETA</font> "
"## Almanac <font style=\"background-color:green; color:white; font-size:20px\">BETA</font> \n",
"<font style=\"background-color:#ffff99\">\n",
"Add column for Chile timezone?\n",
"</font>"
]
},
{
Expand Down Expand Up @@ -718,7 +725,17 @@
"id": "20820900-05ab-4ca5-8df5-9f725c0ee570",
"metadata": {},
"source": [
"## Narrative Log <font style=\"background-color:green; color:white; font-size:20px\">BETA</font> "
"## Narrative Log <font style=\"background-color:green; color:white; font-size:20px\">BETA</font> \n",
"<font style=\"background-color:#ffff99\">\n",
"*Pothier: I think this section is too wordy. Improvement suggestions are welcome.*\n",
"Possibilities:\n",
" \n",
"- Combine all three COMPONENT lists into one, truncate all values to first 5 characters, and only show unique value\n",
"- eliminate microsconds (and seconds)\n",
"- Give a color coded time lost time: (only when lost gt 0); color for type\n",
"- Truncate text messages to N chars (ending with \"...\" as link if truncated, link goes to page with full message record including text and all attributes)\n",
"- Detect some kinds of \"blocks\" and render in smaller text (+ ot \n",
"</font>"
]
},
{
Expand All @@ -727,9 +744,6 @@
"id": "26",
"metadata": {
"editable": true,
"jupyter": {
"source_hidden": true
},
"slideshow": {
"slide_type": ""
},
Expand Down

0 comments on commit 6dac221

Please sign in to comment.