Hi, I'd like to suggest a rewording of the relationships between tables.
- Current wording: storeOperatingDays can contain one storeId storeId can belong to many storeOperatingDays.
- Suggested wording: One store can have many operating days. Each operating day belongs to one store. The suggested wording provides us developers with a much more easier to understand idea of the relationship we're implementing. I'm sure there are many other developers who feel the same way.
TL;DR
Developers suggest rewording table relationships for better understanding:
- Current wording: storeOperatingDays can contain one storeId
storeId can belong to many storeOperatingDays.
- Suggested wording: One store can have many operating days. Each operating day belongs to one store.Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...