Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Comments on Use filters across devices

Post

Use filters across devices

+3
−0

If I save filters for the question list, I can use them at a later date, which is very useful. However, they are only available on the device I saved them on.

It would be useful to have the saved filters available on any device where I am signed in. For example, I could then save a filter on my desktop and later use it on my mobile phone.

Reclassified as a bug

I have edited to retag this as a bug rather than a feature request, due to new information in this answer, which also provides a workaround until this is fixed.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Browser vs. Database (4 comments)
Browser vs. Database
manassehkatz‭ wrote 11 months ago

This gets to a fundamental question of cacheing settings in the browser (advantage: no database structure (one-time pain to set up) or storage (practically speaking, 0 cost in money but can have an effect in time to load)) vs. database (advantage: moves automatically to any device you have logged in to). I'm a database guy, so that's what I would do...

trichoplax‭ wrote 11 months ago

I also prefer the database approach. Also allows use on a shared computer by several people signing in at different times.

manassehkatz‭ wrote 11 months ago

"several people signing in at different times". Depends. If they are using, for example, separate Windows User accounts then they will normally have their own browser profiles (cookies, bookmarks, settings, etc.) and browser-based storage would work fine. If you mean "all one local computer user but separately signing in to a web-based system such as Codidact" then only a database will work as expected because they would share cookies/etc.

trichoplax‭ wrote 11 months ago

Turns out this is already saved server side, just is not reliably being picked up by other devices, so I've reclassified as a bug.