You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Aug 2024 we began working on what is now called the Nightly Digest.
4
7
It was to develop a /project-wide logging initiative/. Virtually
5
8
nothing else about it was known. Developers were brand new to Rubin.
6
9
As should be expected: no requirements existed, no framework for the
7
10
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
9
12
later, we had an MVP (Minimum Viable Product) "release" delivered as
10
13
a notebook under Times Square.
11
14
@@ -185,7 +188,7 @@ created our own.
185
188
186
189
187
190
* 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")/
189
192
190
193
** Prove approach outside of Notebooks
191
194
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
201
204
the changes to fit dev style and approvals that will require). Perhaps
202
205
pass token to app via env variable when app launched.
203
206
204
-
*** Create MVP Django App
207
+
*** Create Django App
205
208
+ Should the Django app be in the same repo as back-end? Probably.
206
209
+ Move data from all_sources into a database. Extend this to hold
207
210
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.
233
236
- Define new dev (maintenance) work-flow
234
237
235
238
239
+
** Tasks :noexport:
240
+
236
241
* Challenges
237
242
** Users
238
243
We have not agreed upon who the users are for this application. The
0 commit comments