Closed AdrianPotter closed 6 years ago
The underlying cause of this is that the archive engine webpage (that we are using to get the title/username) truncates the data. We will have to get the data from somewhere else, SQL? EPICS? then serve it via the JSON the blockserver is sending to the web dashboard.
Note that this was originally reported in https://github.com/ISISComputingGroup/IBEX/issues/1627. I will close that one as this is better defined.
POLARIS have also reported that this truncation happened to some of their numbers, causing some confusion.
Apparently a furnace_vac
block displayed as 0.000...
on the web dashboard when the real value was 0.0005
. (Number of zeroes is illustrative only)
Inform Ron/Helen on POLARIS when this ticket is done as they seemed quite keen for this to be fixed.
@Tom-Willemsen I think that should be a separate issue as I think they might have quite different causes/solutions. The truncation of values has already been noted in https://github.com/ISISComputingGroup/IBEX/issues/2069
OK, will copy my comment over to that ticket.
Plan for resolving this problem will be determined by outcome of #2463
Requires #2477
This has utf8 issues see #2728 for ticket to fix this.
Are we saying this ticket is now dependent on #2728? (i.e. it impeded until #2728 is completed?)
No, this ticket can be merged when done and I am hoping will provide the functionality for most use cases. However #2728 is a separate important fix that needs to be done at some point.
Reported by Helen Playford on Polaris.
On the web dashboard, the title and users are being truncated:
(ALF)
(Polaris)
It appears that there may be some encoding issue. This has been observed both on Alf and Polaris. The current title and user on Polaris is:
There's no obvious reason why this shouldn't be able to be displayed. There are no special characters in either the title or users.
Acceptance Criteria: