DiamondLightSource / DiamondLightSource/SynchWeb
References to DLS beamlines outside of config files
- Dominant language
- JavaScript
- Stars
- 20
- Forks
- 30
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 6
Description
There are references to DLS beamlines outside of the config files. For example:
```
$ fgrep -Ilr i02 . | grep -Ev '(config|README)'
./api/includes/pages/class.fault.php
./api/includes/pages/class.pdf.php
./api/includes/pages/class.stats.php
./api/includes/pages/class.status.php
./api/includes/pages/class.vstat.php
./client/js/templates/status.html
./client/js/templates/status/status.html
```
Searching for `i03` and `i04` find similar locations.
This makes it harder to deploy at another site because changes need to be made in more places than just the config files.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.