2 Open Issues Need Help Last updated: Jul 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement support for automatically creating and linking associated objects in the `gofab` Go factory library. This involves adding a new API feature to reduce boilerplate code in tests with relationships, potentially using a type-safe approach with structs to define relationships, and ensuring efficient creation of associated objects.

Complexity: 4/5
enhancement help wanted

AI Summary: Implement a `BuildList` method and a `CreateList` function for the `gofab` factory library to efficiently create multiple instances of a struct, supporting both default and custom configurations. This will reduce boilerplate code in tests and improve readability.

Complexity: 3/5
enhancement good first issue