This repository has been archived by the owner on Jul 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from mvougiou/dev
Dev
- Loading branch information
Showing
30 changed files
with
823 additions
and
36,175 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# DAQ View React | ||
|
||
## Introduction | ||
|
||
An implementation of client-side daqview monitoring application for the CMS DAQ FED Builder and Filter-Based Filter Farm infrastructure. | ||
|
||
Data are provided by the DAQ Aggregator snapshots in form of JSON files and React.js is used for processing and rendering monitoring information on the client, without any need for server-side logic. | ||
|
||
|
||
## Todo | ||
- [x] add and update styles {handle issue with frl enabled yet srcId is 0/check what happens with frlMasked when L0 flashlist is unavailable => takes DAQAggregator debugging} | ||
- [x] handle special cases at %W, %B TTCP columns, as done in the P,A,F columns => possibly requires DAQAggregator changes | ||
- [x] more resolution to the value of #frags in RU col at FEDBuilder summary | ||
- [ ] move FED errors from RU warn column into the FED space | ||
- [ ] add clever polling in snapshot provider => requires support from the API | ||
- [x] add additional information (beam mode etc.) | ||
- [ ] when paused, page-wide colour change should occur to attract shifter's attention | ||
- [ ] add page-wide styles and/or notifications to draw the shifter's attention to a problem | ||
- [x] add navigation option by time | ||
- [ ] add other navigation options (display snapshot by run, session, time, next/previous snapshot) => requires server-side API | ||
- [ ] add expert option to display additional data from the snapshot | ||
|
||
- [x] switch back to production React before deploying |
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
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
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.about-table { | ||
width: 30%; | ||
border-width: 0; | ||
border-collapse: collapse; | ||
|
||
} | ||
|
||
.about-table-head { | ||
background-color: #DDDDAA; | ||
} | ||
|
||
.about-table-body { | ||
|
||
} | ||
|
||
.about-table-header-row { | ||
|
||
} | ||
|
||
.about-table-content-row td{ | ||
font-size: x-small; | ||
font-style: italic; | ||
} | ||
|
||
.about-table, | ||
.about-table-header-row th { | ||
|
||
} |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.loader { | ||
border: 16px solid #f3f3f3; /* Light grey */ | ||
border-top: 16px solid #3498db; /* Blue */ | ||
border-radius: 50%; | ||
width: 120px; | ||
height: 120px; | ||
animation: spin 2s linear infinite; | ||
margin: auto; | ||
} | ||
|
||
@keyframes spin { | ||
0% { transform: rotate(0deg); } | ||
100% { transform: rotate(360deg); } | ||
} |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.