Skip to content

Commit

Permalink
Merge pull request #293 from lsst-ts/tickets/DM-47835
Browse files Browse the repository at this point in the history
Make the SummaryState view as the official one for TTS and BTS.
  • Loading branch information
sebastian-aranda authored Dec 3, 2024
2 parents 6b0b054 + bb40876 commit 26450c2
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Version History
v7.1.6
------

* Make the SummaryState view as the official one for TTS and BTS. `<https://github.com/lsst-ts/LOVE-manager/pull/293>`_
* Refactor get_jira_obs_report method to account for JIRA REST API user timezone. `<https://github.com/lsst-ts/LOVE-manager/pull/292>`_

v7.1.5
Expand Down
2 changes: 1 addition & 1 deletion manager/ui_framework/fixtures/initial_data_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
"fields": {
"creation_timestamp": "2021-02-11T07:26:03.945541Z",
"update_timestamp": "2022-04-13T21:22:24.863664Z",
"name": "SummaryState3",
"name": "SummaryState",
"data": {
"content": {
"newPanel-1": {
Expand Down
62 changes: 60 additions & 2 deletions manager/ui_framework/fixtures/initial_data_tucson.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
"fields": {
"creation_timestamp": "2021-02-11T07:26:03.945541Z",
"update_timestamp": "2022-04-13T21:22:24.863664Z",
"name": "SummaryState2",
"name": "SummaryState",
"data": {
"content": {
"newPanel-1": {
Expand All @@ -493,6 +493,10 @@
"name": "WeatherForecast",
"salindex": 0
},
{
"name": "DREAM",
"salindex": 0
},
{
"name": "DIMM",
"salindex": 1
Expand All @@ -513,6 +517,10 @@
"name": "EPM",
"salindex": 1
},
{
"name": "EAS",
"salindex": 0
},
{
"name": "ESS",
"salindex": 1
Expand Down Expand Up @@ -611,6 +619,10 @@
"name": "OCPS",
"salindex": 2
},
{
"name": "OCPS",
"salindex": 101
},
{
"name": "Watcher",
"salindex": 0
Expand Down Expand Up @@ -707,6 +719,40 @@
"name": "CCHeaderService",
"salindex": 0
}
],
"Calibration Systems": [
{
"name": "CBP",
"salindex": 0
},
{
"name": "LEDProjector",
"salindex": 0
},
{
"name": "LinearStage",
"salindex": 101
},
{
"name": "LinearStage",
"salindex": 102
},
{
"name": "LinearStage",
"salindex": 103
},
{
"name": "LinearStage",
"salindex": 104
},
{
"name": "Electrometer",
"salindex": 101
},
{
"name": "Electrometer",
"salindex": 102
}
]
}
},
Expand Down Expand Up @@ -777,14 +823,26 @@
"name": "ATSpectrograph",
"salindex": 0
}
],
"Calibration Systems": [
{
"name": "Electrometer",
"salindex": 201
}
],
"Support & Monitoring": [
{
"name": "ATBuilding",
"salindex": 0
}
]
}
},
"hasRawMode": true
},
"content": "CSCSummary",
"properties": {
"h": 28,
"h": 35,
"i": 3,
"w": 31,
"x": 66,
Expand Down

0 comments on commit 26450c2

Please sign in to comment.