Questions About Nutritional Data Sources and User Input Management
Hi everyone, I’m researching how nutritional databases work within popular health and fitness applications, and I’d like to understand a few things better:
I’m interested in learning about best practices and standard policies regarding data sourcing and management, so any insights or resources would be greatly appreciated.
Thanks in advance for your help!
The SDK doesn't provide access to that database. I'll move your post to a more relevant forum section. That said, your questions are arguably broader than 'development' and could be asked in other sections too.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Hi @Paolenji
At Fitbit, we have a public and private database. Some of the values come from the user's input and some are provided by Fitbit. Each company has a different process for managing the nutritional information. I'd suggest determining what functionality you want to provide and research how to implement solutions based on that.
Hi Gordon,
Thank you for your response, I really appreciate it!
You mentioned that Fitbit has both a public and private database, with some values coming from user input and others provided by Fitbit. I’d love to understand a bit more about how this works:
Thanks again for your time and insights!
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Hi @Paolenji
1. The private data is something Fitbit licensed.
2. We do not verify the data the user enters manually. The Fitbit mobile app does support scanning the food item's barcode to get the content from the label.
3. I'm not aware of a standard for logging nutritional data.
4. How do you see providing the verified nutritional data to Fitbit?
Best AnswerHi @Gordon-C,
Thanks for your response! I really appreciate the insights.
I’d like to clarify one key point about user-added food entries:
If I, as a Fitbit app user, manually enter the nutritional values of a dish or a product:
Regarding your question on providing verified nutritional data to Fitbit: at this stage, I’m exploring how different platforms manage food data before considering potential contributions. Understanding how user-generated and verified data are handled within Fitbit is key to evaluating possibilities.
Thanks again for your time and support!
Best,
Paola
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
The user entered foods go into your private database and should only be visible to the user who entered it. It would be searchable and reusable for that user.
Best Answer