-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store category sorting for recent, favorites and uncategorized per account #1169
Comments
My understanding is that defaultly there's three categories named |
I'm not sure about the meaning of "real" category and "meta" category, could you please explain it? |
Let me explain: Current stateEach note can have a category, like One can also sort those meta categories (lexicographical or by modified date), just like the real categories, but the data is not stored in the While everything is working fine with real categories, the meta categories are currently not aware of multiple accounts - in our key / value store we only have for example:
Goal of this issue
(where
|
Thank you very much for your detailed explanation! |
It seems that if we want to make the meta categories account aware, we need to create a new constructor in |
@stefan-niedermann Hello, I'm working on this issue right now. I have some progress and I want to know if they are feasible.
|
Hey 👋 you're on a good way. Please open a Pull Request where we can see the diff and discuss the implementation details. |
Currently only "real" categories are stored per account, while the sorting order for "meta" categories is stored globally.
→ Store category sorting method for
RECENT
,FAVORITES
andUNCATEGORIZED
per account.The text was updated successfully, but these errors were encountered: