A prototype for a new backend for the strike

5 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub
Web Development API Development
enhancement good first issue

A prototype for a new backend for the strike

Python
Web Development API Development

AI Summary: Implement a 'Remove' button in the `SoftDeletableAdminMixin` to soft-delete models by setting `is_removed=True`. This requires modifying the existing admin mixin to include a new button that triggers the update of the `is_removed` field in the database.

Complexity: 3/5
enhancement good first issue

A prototype for a new backend for the strike

Python
Web Development API Development

AI Summary: Investigate the "Change Chapter Zip" page (http://5.78.137.94:8100/admin/chapters/chapterzip/10069/change/) to determine if it's the correct URL for modifying zip codes. If not, correct the link. If it is the correct URL, add the necessary functionality to allow zip code changes on that page. This likely involves updating the backend code of the `strikecard-backend` project.

Complexity: 4/5
good first issue

A prototype for a new backend for the strike

Python
Web Development API Development

AI Summary: The task involves modifying the backend of a project to improve the handling of chapter social links. This includes removing redundant fields, using hostnames for CSS styling, adding drag-and-drop reordering in the admin panel, and adding a new field for an organizing hub URL. The changes aim to simplify user input and improve the overall functionality and presentation of chapter links.

Complexity: 4/5
enhancement good first issue

A prototype for a new backend for the strike

Python
Web Development API Development

AI Summary: Implement a new 'logo' field in the Chapter model of the strikecard-backend project. This involves database schema changes, frontend integration (likely involving image uploads and thumbnail generation), and potentially using a Django thumbnail library for efficient image resizing. Thorough testing is required to ensure functionality and compatibility.

Complexity: 4/5
enhancement good first issue

A prototype for a new backend for the strike

Python