Skip to content

Refactor: Optimize DevRank User Index Storage #9024

@tobiu

Description

@tobiu

Refactor apps/devrank/resources/users.json to use a Key-Value Object format ({ "username": "timestamp" }) instead of an Array of Objects.

Goal:

  • Reduce file size overhead by removing repetitive keys (login, lastUpdate) in preparation for 100k+ records.
  • Implement auto-migration for the existing file.
  • Update Storage.mjs to handle the transformation transparently.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestperformancePerformance improvements and optimizations

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions