Viseryn / foodplanner

An app for managing recipes, planning your meals with a built-in shopping list.
https://viseryn.atlassian.net/jira/software/projects/FP/boards/1
1 stars 0 forks source link

Refactor Form widgets #155

Closed Viseryn closed 4 months ago

Viseryn commented 1 year ago

Related: #116

Currently, the form widgets (InputWidget, SelectWidget, ...) are built to work with the Symfony Form Type classes. Since the API now expects JSON DTO objects, the widgets should be updated (e.g., the name field should be generated differently, ...)

Viseryn commented 4 months ago

Replaced by FP-10