You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned, this idea has been there for a while, but this issue is to discuss potential integrations of a new concept in the data model for users: communities, and their relationships with devices: experiments
Communities: simply a group of users with a description and a name:
{
"id": 123,
"name": "Community of Santa Coloma",
"description": "A group studying the impact of the new park in Santa Coloma in terms of PM2.5",
"users": [list of users],
"experiments": [list of experiments],
"tags": ??
...
???
}
Experiments: relationship between devices containing a set of readings and potential other links and metadata:
An experiment can be basically on-going or not (duh). Reasons for not on-going could be various: stalled, finalized... However, for the shake of simplicity I was thinking something along the lines of active, completed.
So, if we only have two options, then rather make it a boolean, and change status for active, and keep it simple.
Later on, we can think of a different business logic if needed.
What do you think?
As mentioned, this idea has been there for a while, but this issue is to discuss potential integrations of a new concept in the data model for
users
:communities
, and their relationships withdevices
:experiments
Communities: simply a group of users with a description and a name:
Experiments: relationship between devices containing a set of readings and potential other links and metadata:
Just adding some thoughts here. Maybe this can be discussed further for next year.
The text was updated successfully, but these errors were encountered: