Open Issues Need Help
View All on GitHubA prototype for a new backend for the strike
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.
A prototype for a new backend for the strike
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.
A prototype for a new backend for the strike
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.
A prototype for a new backend for the strike
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.
A prototype for a new backend for the strike