Open Issues Need Help
View All on GitHubAI Summary: Debug and fix broken factories in a Laravel application used for a laser cleaning database. The factories are failing due to incorrect foreign key references in their generated data, preventing unit tests from running successfully. The solution involves identifying the incorrect foreign key references and updating the factories to generate valid data.
A database for cleaning laser tools created in a project at the Potsdam University of Applied Sciences.
AI Summary: Add a 'name' field to the 'Configuration' database model to support a dropdown field in the Process Controller. This involves modifying the database schema, the model, and potentially the controller and view components to utilize the new field. The issue highlights a missing field crucial for functionality.
A database for cleaning laser tools created in a project at the Potsdam University of Applied Sciences.