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

To test: What happens when you have a lot of folders / when you are a registrar? #32

Open
matteocargnelutti opened this issue Jul 22, 2022 · 4 comments
Assignees

Comments

@matteocargnelutti
Copy link
Collaborator

matteocargnelutti commented Jul 22, 2022

Question from @clare-stanton:
What happens when you sign-in to the extension using an account that has lots of folders (i.e: registrar account)?
Is the idea of using dashes to represent depth in the folders dropdown going to cut it in that case?

@matteocargnelutti
Copy link
Collaborator Author

matteocargnelutti commented Jul 26, 2022

Discussed:

  • Did a quick test. Should be ok for launch.
  • Suggestion by Clare: Maybe a future version could have a "favorites" system for easy access to folders that are used often?

@rebeccacremona
Copy link

We have a report that registrar users affiliated with a humongous number of orgs, over 300, are not able to select all of them here... I suspect due to something similar to harvard-lil/perma#3345 or harvard-lil/perma#3178. To be investigated! This will be fun.

@matteocargnelutti
Copy link
Collaborator Author

Ah! Looks like me from July 2022 kind of knew this would come back 😛 ! Thanks for flagging @rebeccacremona

@matteocargnelutti matteocargnelutti self-assigned this Jun 1, 2023
@rebeccacremona
Copy link

rebeccacremona commented Jun 1, 2023

FWIW: my initial understanding seems to be somewhat off. It looks like the largest registrar has only 198 orgs... and no user can be an registrar user for multiple registrars.

SELECT registrar_id, COUNT(*) as orgs FROM perma_organization GROUP BY registrar_id ORDER BY orgs DESC;

 registrar_id | orgs 
--------------+------
          648 |  198
          938 |  150
...

I think the extension cuts off after the first 100 (unlike the Perma web app)

matteocargnelutti added a commit that referenced this issue Jun 1, 2023
So users who have more than 100 folders can still list them all on the extension. Temporary fix, will require a deeper UX/UI think through (#32)
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

2 participants