Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the SummaryState view as the official one for TTS and BTS. #293

Merged
merged 3 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading