# November Updates 2024

Check out what we've been doing at Terra over the month of November 2024!

## Backend 💾

### Features

* Added "effectiveDateTime" to all "Observation" records for our FHIR Processor
* Added laps information for Garmin workouts
* Zepp now provides hypnogram samples and other sleep metrics!
* Floors climbed samples have been added to Apple Health
* /athlete endpoint will always return the "provider\_user\_id" field. This is the user\_id that the provider (i.e FITBIT) uses to identify the user

### Bug fixes

* Fixed a bug where Zwift were not returning "speed" value samples correctly
* Fixed a bug where net calories were not retrieved correctly for SUUNTO

## Teams API

* Added webhook sending for coach register and athlete registration
* Added coach object to athlete registration webhooks
* Added correct types to webhooks sent
* Do not create a new coach object if they are the same coach on registration

## SCORES

* Resolve some scores not computated for APPLE and GARMIN
* Score scales have been tuned for STRESS and SLEEP score to reflect missing data points correctly

***

## Frontend📺

### Landing Page

* New Roles are posted on our Careers page! (<https://tryterra.co/careers>)
* Scores are now on our landing page! (<https://tryterra.co/products/health-scores>)

### Dashboard

* Added Rewards system to the dashboard!
  * This new product makes it easy to create rewarding systems to your users using goals that are computed based on the user's baselines! (<https://dashboard.tryterra.co/dashboard/points>)
* Support system has been added to our Dashboard! (<https://dashboard.tryterra.co/dashboard/support>) You may now submit tickets, view and resolve tickets directly from our dashboard!


---

# 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.tryterra.co/changelog/2024/2024-november-updates.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.
