-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add notes to user (query format improvment)
- Loading branch information
Showing
1 changed file
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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)" | ||
|
@@ -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>" | ||
] | ||
}, | ||
{ | ||
|
@@ -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>" | ||
] | ||
}, | ||
{ | ||
|
@@ -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>" | ||
] | ||
}, | ||
{ | ||
|
@@ -727,9 +744,6 @@ | |
"id": "26", | ||
"metadata": { | ||
"editable": true, | ||
"jupyter": { | ||
"source_hidden": true | ||
}, | ||
"slideshow": { | ||
"slide_type": "" | ||
}, | ||
|