-
A few days ago, MySQLconnection was not available and apparently that created an invalid transaction that locked the DB until the transaction was rolled back. Since nothing rolled that transaction ba…
-
While working on https://github.com/overthesun/simoc/issues/204, it occurred to me that instead of cloning the frontend, building the docker container, build the frontend, and copying it over in the l…
-
I left the containers alive for a few days and when I restarted the frontend and tried to start a new sim I got the error:
```
flask-app_1 | 2020-02-14T01:40:29.064948647Z [2020-02-14 01:40:29 …
-
In 918bcd8 I updated the `/new_game` route to send back the full `game_config`, which includes info about the storages. However the total capacities of the storages are not included. For example the…
-
The content of each panel depends on three things:
* the type of panel
* the type of graph
* the data being used
We already have separation between panels and graphs, and we merged some panels b…
-
When there are too many users, users should see a message to that effect, rather than an anonymous error.
Karin sent this message during a class: "Unfortunately, the customization part of SIMOC is…
-
If I send a request to the `kill_all_games` route after all steps have been computed, I get this error:
```
flask-app_1 | 2019-08-18T09:35:37.761062977Z Traceback (most recent call last):
fl…
-
Request:
```
{"game_config":{"duration":{"value":100,"type":"hour"},"human_agent":{"amount":4},"food_storage":{"amount":10000},"solar_arrays":{"amount":30},"power_storage":{"amount":1},"eclss":{"amo…
-
We noticed that with both the SAM preset and with the `abm-redesign` branch code, the Greenhouse Plant Growth panel shows the same growth percentage for all the plants. With the SAM preset there is s…
-
After clicking on the `LAUNCH SIMULATION` button in the config wizard, we might sometime get a 5xx error from the server. When that happens, instead of showing a popup with the error, it would be bet…