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

Improve the user experience around displaying the pins table in the account section #1947

Open
1 of 3 tasks
joshJarr opened this issue Sep 26, 2022 · 2 comments · May be fixed by #2147
Open
1 of 3 tasks

Improve the user experience around displaying the pins table in the account section #1947

joshJarr opened this issue Sep 26, 2022 · 2 comments · May be fixed by #2147
Assignees
Labels
topic/pagination topic/pot Issues handled by PT.

Comments

@joshJarr
Copy link
Contributor

joshJarr commented Sep 26, 2022

Acceptance criteria:

  • I want to be able to see all my pins and their state
  • If I have pinning enabled, I want to see the pins table (whether I already created pins or not)
  • The behavior is consistent with REST APIs, if I don't have access to PSA I won't see the table in the UI.

Notes

Upon logging in with a user without PSA enabled, a redundant call is made to the /pins endpoint to fetch user pins.
We should be able to avoid this by checking the user HAS_PSA_ENABLED flag.

@mbommerez mbommerez changed the title Redundant call made to fetch pins on account page load Improve the user experience around displaying the pins table in the account section Oct 28, 2022
@mbommerez
Copy link

Note: we need to double check these criteria before starting work on them

@alexandrastoica
Copy link
Contributor

Last two points are in #2147

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/pagination topic/pot Issues handled by PT.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants