DB driven site to hopefully replace the Hugo-made static site www.marbletrack3.com

7 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a bug in the `/admin/parts/part.php` page where the description of a Part is not being saved to the database, while the image is still being saved correctly. This requires examining the PHP code responsible for saving Part data, identifying the error in the description saving logic, and implementing a fix.

Complexity: 3/5
bug help wanted

DB driven site to hopefully replace the Hugo-made static site www.marbletrack3.com

PHP

AI Summary: Implement a double-click event handler on the `tokens-canvas` div in `templates/admin/notebooks/pages/columns/column.tpl.php`. Upon double-click, dynamically display a token creation form (`token-form`) at the clicked coordinates. Upon successful form submission, hide the form, render the new token on the canvas at the specified coordinates, and update the database. Ensure double-clicking an existing token still edits that token, not create a new one.

Complexity: 3/5
enhancement help wanted

DB driven site to hopefully replace the Hugo-made static site www.marbletrack3.com

PHP

AI Summary: The task involves designing and implementing a database-driven website for a stop-motion animation project. This includes designing the database schema (already partially defined), creating pages to display worker profiles with associated actions and snippets, implementing friendly URL redirects, building an admin dashboard for content management, and developing a system for managing and displaying 'tokens' (text elements) on column edit pages with 2D positioning and resizing capabilities. The project also involves planning for S3 storage of animation frames and creating tools to manage snippets from those frames.

Complexity: 4/5
enhancement help wanted

DB driven site to hopefully replace the Hugo-made static site www.marbletrack3.com

PHP

AI Summary: This task involves enhancing a database-driven website for a stop-motion animation project. The core requirement is to add the functionality to associate title images with episodes. This includes creating a new database table (`episodes_2_photos`), updating the `EpisodeRepository` to handle image associations using a trait, modifying the episode edit page to accept image URLs, and saving those URLs to the database. The task also implies the need for front-end adjustments to display these images on the episode pages.

Complexity: 3/5
enhancement help wanted

DB driven site to hopefully replace the Hugo-made static site www.marbletrack3.com

PHP

AI Summary: The issue is a missing `parts_photos` table in the `dbmt3` database, preventing the addition of a new Outer Spiral Support (OSS) part. The task requires creating the `parts_photos` table in the database and potentially updating the `parts/oss/oss.php` script to correctly interact with the new table. This likely involves database schema design and PHP code modification.

Complexity: 3/5
bug help wanted

DB driven site to hopefully replace the Hugo-made static site www.marbletrack3.com

PHP

AI Summary: Create a user-facing index page for the Marble Track 3 website mirroring the functionality of the existing admin index. This involves creating a front-end template that displays content within a frame, similar to the existing `/admin/index.php` file. The page should likely leverage the database to display information about the project.

Complexity: 3/5
enhancement help wanted

DB driven site to hopefully replace the Hugo-made static site www.marbletrack3.com

PHP
enhancement good first issue help wanted

DB driven site to hopefully replace the Hugo-made static site www.marbletrack3.com

PHP