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

Introduce user session base support #4954

Closed
5 tasks done
mbarto opened this issue Feb 28, 2020 · 2 comments
Closed
5 tasks done

Introduce user session base support #4954

mbarto opened this issue Feb 28, 2020 · 2 comments
Assignees
Milestone

Comments

@mbarto
Copy link
Contributor

mbarto commented Feb 28, 2020

Description

Needed by georchestra/mapstore2-georchestra#36.

We want the ability to periodically persist the user session as a geostore resource.
The session details will be configurable by project (no default):

  • session identifier
  • session content (state fragments to include)

Acceptance criteria

  • epic creator to save the user session, triggered by a specific action
  • epic creator to schedule periodic persistence of user session
  • epic creator to load user session at request
  • epic creator to remove user session
  • actions and reducers to manage current user session status

Other useful information

@mbarto mbarto added geOrchestra New Feature used for new functionalities labels Feb 28, 2020
@mbarto mbarto added this to the 2020.02.00 milestone Feb 28, 2020
mbarto added a commit to mbarto/MapStore2 that referenced this issue Feb 28, 2020
mbarto added a commit to mbarto/MapStore2 that referenced this issue Mar 12, 2020
mbarto added a commit to mbarto/MapStore2 that referenced this issue Mar 17, 2020
mbarto added a commit to mbarto/MapStore2 that referenced this issue Mar 18, 2020
@tdipisa tdipisa added Blocked and removed Blocked labels Mar 20, 2020
@tdipisa
Copy link
Member

tdipisa commented Mar 25, 2020

We leave this in progress until the georchestra work is completed (#36 and #205) then we will open a new issue to enable the session management in MS too (using probably localStorage instead of DB).

mbarto added a commit to mbarto/MapStore2 that referenced this issue Mar 27, 2020
mbarto added a commit to mbarto/MapStore2 that referenced this issue Mar 27, 2020
mbarto added a commit that referenced this issue Mar 27, 2020
)

* #4954: missing translations messages for user sessions management

* Update web/client/translations/data.en-US.json

Co-Authored-By: Matteo V. <[email protected]>

Co-authored-by: Matteo V. <[email protected]>
@tdipisa
Copy link
Member

tdipisa commented May 8, 2020

@mbarto moved back in ready as reported here. Can you please provide the fix on Monday morning?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants