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

feat: randomize display of projects by adding a random seed in locale storage #613

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kalidiagne
Copy link
Collaborator

@kalidiagne kalidiagne commented Jan 27, 2025

Description

This PR fixes #553

Randomize the display of projects by generating a random seed stored in local storage.
The seed ensures that the project list appears in the same randomized order every time the user returns to the dashboard.

Additional Notes

Related issue(s)

Confirmation

Important

We do not accept minor grammatical fixes (e.g., correcting typos, rewording sentences) unless they significantly improve clarity in technical documentation. These contributions, while appreciated, are not a priority for merging. If there is a grammatical error feel free to message the team.

Copy link

vercel bot commented Jan 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
maci-platform ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 28, 2025 5:36pm

@kalidiagne kalidiagne changed the title fix: randomize display of projects by adding a random seed in locale storage feat: randomize display of projects by adding a random seed in locale storage Jan 27, 2025
Copy link
Member

@crisgarner crisgarner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested this locally with the demo round and seems like even if the seed changes it keeps the same order
image

image

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

Successfully merging this pull request may close these issues.

Feat(interface): randomize display of projects
2 participants