Skip to content

Instantly share code, notes, and snippets.

@hugeval
Created October 19, 2018 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugeval/2b4518dd8e6371d7d3e69b2658883c1c to your computer and use it in GitHub Desktop.
Save hugeval/2b4518dd8e6371d7d3e69b2658883c1c to your computer and use it in GitHub Desktop.
todo.html
<ul><li><u><strong>Set limits in queries.</strong></u><ul><li><u><strong>app\controllers\admin\BillingController::actionGetDrivers()</strong></u></li><li><u><strong>app\controllers\admin\BonusesController::actionGetClients()</strong></u></li><li><u><strong>verify other raw queries.</strong></u></li></ul></li><li><u><strong>Create foreign keys.</strong></u></li><li><u><strong>Create indexes.</strong></u></li><li><u><strong>Implement transactions.</strong></u></li><li><u><strong>Fix cs notes with phpfixer.</strong></u></li><li><u><strong>Verify whole project by cs and md and fix notes.</strong></u></li><li><u><strong>Replace global variables with appropriate Yii components. ($_SESSION, $_POST etc.).</strong></u></li><li><u><strong>Implement container configuration as config file.</strong></u></li><li><u><strong>Remove new object instance creation with DI.</strong></u></li><li><u>Create single schema installation script as one schema migration (before any stable version is done).</u></li><li><u>Create single data installation script as one migration (before any stable verison is done).</u></li><li>Implement dotenv.</li><li>Implement general 'config' table as settings storage.</li><li>Implement db isolation in functional tests.</li><li>Implement data fixtures.</li><li>Implement demo-data.</li><li>Use yiisoft/yii2-twig for views.</li></ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment