Bug 40229

Summary: Add ability to have user specific preferences
Product: Koha Reporter: Lisette Scheer <lisette>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39142
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Lisette Scheer 2025-06-24 16:08:31 UTC
Currently there are things we store in cookies:
(list from Bug 39206)
    bib_list
    CGISESSID
    holdfor holdforclub
    intranet_bib_list
    JWT
    KohaOpacLanguage
    LastCreatedItem
    marctagstructure_selectdisplay
    search_path_code
    searchToOrder

There might be other settings we want to save per user (vue dashboard settings, column configuration, themes once those are added, etc) 

This bug is for the creation of a system (probably a table really) for storing that information on a per user basis.