Rewrite of the https://pointercrate.com backend in Rust

3 Open Issues Need Help Last updated: Jun 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This task requires modifying the Pointercrate backend (written in Rust) to allow list moderators to change the Geometry Dash level ID associated with a demon after it has been added. This involves making the level ID optional on the frontend when adding demons, updating the backend API (PATCH /demons/) to accept level ID changes, and creating a corresponding frontend interface for modifying level IDs.

Complexity: 4/5
good first issue API Frontend

Rewrite of the https://pointercrate.com backend in Rust

Rust
Eliminate jQuery about 2 months ago

AI Summary: The task involves removing jQuery from the Pointercrate frontend by replacing its approximately 60 uses, mostly related to animations, with vanilla JavaScript and CSS. This aims to improve page load times by eliminating the jQuery dependency.

Complexity: 4/5
help wanted Frontend

Rewrite of the https://pointercrate.com backend in Rust

Rust

AI Summary: Implement a JavaScript confirmation dialog in the Pointercrate user interface to prevent accidental overwriting of verified player claims. The dialog should appear only when a verified claim is about to be replaced with an unverified one, using the browser's built-in `confirm()` function.

Complexity: 2/5
enhancement good first issue Frontend

Rewrite of the https://pointercrate.com backend in Rust

Rust