0
Best way to add local/ephemeral field, or should we wait a update?
Case scenarios:
- Dashboard where we want to toggle some filters, but this should be changeble only to me
- Form where we add some itens but there's concurrent use and don't want conflicts
Problem:
- Everything is always in sync to everybody, so ephemeral fields that should be visible only to current user get synced across all
Current solution I'm using:
- When I really need this feature, I have a table of users with the fields I want and the buttons to edit them and formulas to show then
What would be nice:
- Mark a field as local. It doesn't get synced and stored anyway, just to ephemeral current use.
Or, any other way to do it that I'm missing?
Thx
Reply
Content aside
- 3 yrs agoLast active
- 257Views