Skip to content

Commit b46d049

Browse files
committed
minor doc and notebook updates
1 parent 4522db8 commit b46d049

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

docs/nightly-digest-fresh-start.org

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
Time-stamp: <2025-01-24 16:29:44 pothiers>
1+
Time-stamp: <2025-01-28 10:33:09 pothiers>
2+
# name? TSSW Nightly Digest
3+
# ~/sandbox/notes/noirlab/rubin/nightly-digest-beta2.org
4+
25
* Abstract
36
In Aug 2024 we began working on what is now called the Nightly Digest.
47
It was to develop a /project-wide logging initiative/. Virtually
58
nothing else about it was known. Developers were brand new to Rubin.
69
As should be expected: no requirements existed, no framework for the
710
work existed, and development was chaotic. Thankfully, there were
8-
three log sources with API access already in place. Three months
11+
`three log sources with API access already in place. Three months
912
later, we had an MVP (Minimum Viable Product) "release" delivered as
1013
a notebook under Times Square.
1114

@@ -185,7 +188,7 @@ created our own.
185188

186189

187190
* Approach (How get get where we want to go)
188-
See also: [[https://github.com/lsst-ts/ts_logging_and_reporting/blob/prototype/docs/unified-time-log.org][SUTL]]; *Single Unified Time Log* /(SUTL="subtle")/
191+
See also: [[https://github.com/lsst-ts/ts_logging_and_reporting/blob/prototype/docs/unified-time-log.org][SUTiL]]; *Single Unified Time Log* /(SUTiL="subtle")/
189192

190193
** Prove approach outside of Notebooks
191194
To prove that we can provide an application that does not use
@@ -201,7 +204,7 @@ instance, we might not move our back-end into the TSSW stack (to avoid
201204
the changes to fit dev style and approvals that will require). Perhaps
202205
pass token to app via env variable when app launched.
203206

204-
*** Create MVP Django App
207+
*** Create Django App
205208
+ Should the Django app be in the same repo as back-end? Probably.
206209
+ Move data from all_sources into a database. Extend this to hold
207210
most recent N days. Atomically remove data older than N days.
@@ -233,6 +236,8 @@ pass token to app via env variable when app launched.
233236
- Define new dev (maintenance) work-flow
234237

235238

239+
** Tasks :noexport:
240+
236241
* Challenges
237242
** Users
238243
We have not agreed upon who the users are for this application. The

docs/unified-time-log.org

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Time-stamp: <2025-01-24 12:36:59 pothiers>
1+
Time-stamp: <2025-01-27 13:54:17 pothiers>
22
* COMMENT PRESCRIPT
33
\setlength{\parindent}{0em}
44
\parskip 7.2pt
@@ -19,7 +19,7 @@ This white-paper describes a partially implemented vision/design
1919
created [2024-11-28 Thu]--[2024-12-02 Mon]. I wrote it after I found
2020
myself excitedly yammering incoherently to a few people about the
2121
concepts. These ideas can be grouped under what I have come to call a
22-
*Single Unified Time Log* /(SUTL="subtle")/. SUTL is currently being
22+
*Single Unified Time Log* /(SUTiL="subtle")/. SUTiL is currently being
2323
used (in DRAFT form) in the /Night Summary/ being created for /TSSW Logging and
2424
Reporting//
2525

@@ -47,7 +47,6 @@ tests).
4747
\tableofcontents
4848
#+End_Latex``
4949

50-
5150
* Challenges
5251
1. Every data *source is accessed in its own way*.
5352
2. Some fields are tiny, some over 5,000 characters
@@ -190,7 +189,6 @@ rendering is created for each user type.
190189

191190
6. /"Throw it against the all and see what sticks."/
192191

193-
194192
* Future
195193
** Beyond a Night Summary
196194
The same technique used to summarize a night into periods could be used
@@ -252,7 +250,7 @@ and selected "insert template" (C-c C-e #).
252250

253251

254252
#+TITLE: Night Summary
255-
#+SUBTITLE: using a Single Unified Time Log (SUTL)
253+
#+SUBTITLE: using a Single Unified Time Log (SUTiL)
256254
#+AUTHOR: Steve Pothier
257255
#+EMAIL: steve.pothier@noirlab.edu
258256
#+DESCRIPTION: Personal design notes

0 commit comments

Comments
 (0)