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

Retrieve values from the front-end local storage #2190

Open
1 of 7 tasks
FabienLelaquais opened this issue Oct 31, 2024 · 0 comments · May be fixed by #2234
Open
1 of 7 tasks

Retrieve values from the front-end local storage #2190

FabienLelaquais opened this issue Oct 31, 2024 · 0 comments · May be fixed by #2234
Assignees
Labels
🖰 GUI Related to GUI ✨New feature 🟨 Priority: Medium Not blocking but should be addressed

Comments

@FabienLelaquais
Copy link
Member

FabienLelaquais commented Oct 31, 2024

Description

Application portals may store information (such as authentication data) in the local storage of the browser.
This happens within IFPEN for example.

This feature would provide an access to this information, on a property-by-property basis, like a synchronous retrieval of a local storage value for the current app, or, or may be both, an initial retrieval once the app is up.

Acceptance Criteria

  • If applicable, a new demo code is provided to show the new feature in action.
  • Integration tests exhibiting how the functionality works are added.
  • Any new code is covered by a unit tested.
  • Check code coverage is at least 90%.
  • Related issue(s) in taipy-doc are created for documentation and Release Notes are updated.

Code of Conduct

  • I have checked the existing issues.
  • I am willing to work on this issue (optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖰 GUI Related to GUI ✨New feature 🟨 Priority: Medium Not blocking but should be addressed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants