microl44 / microl44/Julet

Change the "Add movie" to use check-boxes rather than manually typing in a string.

Open
#65 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Backend - Database/PHP Frontend - CSS/HTML Low
Dominant language
PHP
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Description

The current system is in such a way that the user must manually type in the participant string which means it's relying on the user not making mistakes and putting the participants in the correct order. Make it so it uses a check-box system instead where each participant has their corresponding check-box instead.

The check-boxes should then be used to build the participant string before the movie is added to the database.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Add movie form and the participant-string construction and database-insertion paths described in the issue. Trace how participants are currently entered and stored; it is done when participants can be selected individually and the resulting string is built correctly before the movie is added.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend, frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.