> For the complete documentation index, see [llms.txt](https://guide.rooster.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.rooster.gov.sg/updates-and-roadmap.md).

# Updates & Roadmap

## **Upcoming Roadmap:** <a href="#upcoming-features-for-lettersg" id="upcoming-features-for-lettersg"></a>

{% hint style="info" %}
The Rooster Team will be focusing on stabilising the product post business go-live, and will take on further feature enhancements incrementally in Q4 2024.
{% endhint %}

### Q4 2024

* Improving Critical Result Routing Reports
* UIUX Enhancements, eg. Monthly Rosters
* Routing Rule Enhancements - eg. Multi-shift routing
* Result Filter Enhancements - eg. Customised logic for CAC and CA result filters
* Supporting cutover from SAP ADT to GS ADT
* Integration with MS Teams
* Bulk upload feature for users

If you're interested in testing out any of these features when it's ready or identified a critical functionality that is not included here, please contact us [here](https://go.gov.sg/rooster-support).

## Past Updates: <a href="#q2-2024-apr-jun" id="q2-2024-apr-jun"></a>

### Q3 2024 July-Sep <a href="#q2-2024-apr-jun" id="q2-2024-apr-jun"></a>

* Launched other MVP features:
  * Critical Result Reports
  * Shared Directory - Contacts (within cluster)
  * Excel upload for bulk assignments (for oncall roster)
  * “Critical Result Read-Only” Role
  * End date for current and next posting + Start date for next posting in Directory
  * Export of monthly roster (in excel)
  * Export of daily rosters
  * Customised routing rules (eg. Specialised routing rule for specific result filters, Excluded locations)
  * Group Broadcast Messaging/Emergency Broadcast
  * Transfer of ownership from institution to another institution in Directory
  * Bulk upload feature for Directory Contacts
* Refer to [July 2024 Releases](/updates-and-roadmap/change-log-for-daily-releases-in-2024/july-2024-releases.md) & [Aug 2024 Releases](/updates-and-roadmap/change-log-for-daily-releases-in-2024/aug-2024-releases.md) for more information

### Q2 2024 Apr-Jun <a href="#q2-2024-apr-jun" id="q2-2024-apr-jun"></a>

* Launched MVP covering the following features:
  * Directory - Contacts
  * Test Code Configuration & Result Filters
  * Critical Test Results & Lab Screen
  * Routing Rules
  * Monthly Rosters & Daily Rosters
  * Institution Settings - Department, Specialties, Locations
  * User Management


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.rooster.gov.sg/updates-and-roadmap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
