5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)PHP2,464 forks (2,464 forks)batch import
feature requestgood first issue
Repository metrics
- Stars
- 24,641 stars (24,641 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
#62 #76
at the moment food preferences are just a text field which makes it a bit hard to format.
It would probably make sense to collect this as single items.
Contributor guide
- Research direction
- Investigate the current data model for food preferences to understand the existing text field implementation. Identify the relevant database schema, model files, and views. Propose a migration to store preferences as individual entries, possibly with a separate table. Look for similar existing features (e.g., relationships, careers) as patterns. Implement the migration and update the UI to allow adding/removing individual preferences.
- Tech stack
- php
- Domain
- full stack
- Issue type
- Feature
- Prerequisites
- GitPHP