Skip to content
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

Persist individual table view settings in backend #425

Open
5 tasks
ds-ashanmugavel opened this issue Dec 20, 2023 · 2 comments
Open
5 tasks

Persist individual table view settings in backend #425

ds-ashanmugavel opened this issue Dec 20, 2023 · 2 comments
Labels
backend Backend related issues concept issues describing to work on a concept frontend_refactoring Issues regarding a specific design change in trace-x

Comments

@ds-ashanmugavel
Copy link
Contributor

ds-ashanmugavel commented Dec 20, 2023

As a User of Trace-X
I want table settings are stored persistent and resilient way
so that application setting doesn't get lost after browser cache was cleared

Hints / Details

https://confluence.catena-x.net/download/attachments/98568902/image2023-8-17_12-15-14.png?version=1&modificationDate=1692267314433&api=v2!

  • The implementation so far is to store the settings in the cookies
  • This story should be defined if we want to store the settings within the backend

Acceptance Criteria

  • Concept ready for implementation covering
    • Database model for user and user settings (for multiple table settings)
    • API design for endpoint providing table settings for a specific user (CRUD)
    • Extract individual User Account/ID from JWT token. (Email) and store this user account in database
    • Create PBIs covering implementation of this story

Out of Scope

@github-project-automation github-project-automation bot moved this to inbox in Trace-X Dec 20, 2023
@jzbmw jzbmw moved this from inbox to backlog in Trace-X Jan 8, 2024
@jzbmw jzbmw added the concept issues describing to work on a concept label Jan 9, 2024
@jzbmw jzbmw changed the title ⭐[CONCEPT] Persist individual table view settings in backend Persist individual table view settings in backend Jan 9, 2024
@mkanal
Copy link
Contributor

mkanal commented Jan 29, 2024

@ds-crehm fyi

@ds-crehm
Copy link
Contributor

Related: #614

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related issues concept issues describing to work on a concept frontend_refactoring Issues regarding a specific design change in trace-x
Projects
Status: backlog
Development

No branches or pull requests

5 participants