Added one line in readme.md

This commit is contained in:
l_samenv
2024-09-11 09:39:21 +02:00
parent cbfc1c1de7
commit b65e2b6c36

View File

@ -127,6 +127,7 @@ For the `generic.ini` and `<instrument>.ini` files, go to `./doc/variables_confi
- When the livemode is activated on the server, the data of all available variables is sent, even if some of them are not displayed on the client
- Some components made on the client use class instead of ids to identify the elements that are in their own context. To have a more lightweight code, and prevent side effects, it would be a good way to see if HTML shadow root could be used to isolate elements.
- The file `./instruments.json` should be moved in the `config` folder to have consistency in the file tree. It could also be removed, as there are now coniguration files, one generic and one instrument specific that could include these information. The arguments that should be given when the server is started are the port and the instrument name. This is already the case when the server is started without the right part, as the `sea` parameter is not needed.
- Some commented code and prints/console.log are still present, that does not make code reading easy. They should be removed.
### ... in the features