Let's do a brainstorming session for **add your intent here**
We need to discuss all aspects (functionality, UI/UX, schema, technologies, etc.)
You ask me questions and show options with [ ]. Preselectt he recommended answer.
We can do multiple rounds, but only one round at a time.
In each round ask one or multiple questions.
Ask me one round of questions, I answer, then we repeat until it’s done.
Use visualization when useful.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Feature Specification Brainstorming | |
| Start a collaborative brainstorming session for the feature: **$ARGUMENTS** | |
| ## Instructions | |
| ### 1. Create Q&A File | |
| Create the questions file at: `specs/YYYY-MM-DD_questions_{{feature_name}}.md` (use today's date and the feature name from arguments, use underscores for spaces). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public function test1Action() | |
| { | |
| SpyCustomerQuery::create()->deleteAll(); | |
| $ms = microtime(true); | |
| $con = Propel::getConnection(); | |
| $con->beginTransaction(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Spryker\Zed\Mail\Business; | |
| class MailBusinessFactory extends AbstractBusinessFactory | |
| { | |
| /** | |
| * @return \Spryker\Zed\Mail\Business\Model\Mailer\MailHandlerInterface | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Spryker\Zed\Mail\Business; | |
| class MailBusinessFactory extends AbstractBusinessFactory | |
| { | |
| /** | |
| * @return \Spryker\Zed\Mail\Business\Model\Mailer\MailHandlerInterface | |
| */ |
NewerOlder