# 04/27/2024

**Frontend:**

* Live Stats expanded with total fees and total entrie&#x73;**:**

<figure><img src="https://3528656130-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPV1JFvIDLwWeiLpibjkw%2Fuploads%2FX2by9xozLOpK6ocGKhjA%2Fimage.png?alt=media&#x26;token=bcb4fe05-2585-4bcd-a6e0-ed5824902118" alt=""><figcaption></figcaption></figure>

**Backend:**

* The last two weeks were all about writing unit tests, which are vital for the whole security and robustness of the platform.&#x20;
* These tests automatically test different components/services.
* So far I'm satisfied with the results for the core platform.\
  ![](https://3528656130-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPV1JFvIDLwWeiLpibjkw%2Fuploads%2FnOjFHEjnxdL355ZqPvIs%2Fimage.png?alt=media\&token=bc501398-de8d-488f-a3b5-60a9695b1284)

**Upcoming**:

* Game Logic Development: Battleship
* Profile system & NFT holder claim window


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pyreplay.com/development/bi-weekly-dev-updates/04-27-2024.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
