Roadmap - humanbit-dev-org/templates GitHub Wiki

docker-compose.yml

  • Research services and containers naming conventions to avoid image names like very-long-project-name-very-long-project-name-app
    Could names across projects be simplified/unified?

Dockerfile

  • Research the viability of creating images with services (like SASS_VERSION) updated to their latest version

Structure

  • Search different name for the source folder src to avoid confusion with the Next.js's src one
  • Move all backend folders on root to a dedicated folder for clarity, adjusting path changes accordingly

.env

  • Check if comment is removed from APP_KEY upon running php artisan key:generate
  • Find a better email service
  • Check if running php artisan migrate:fresh:safe --p="<APP_NAME>" works if APP_NAME value is between quotes
  • Check clarity of "VERSION" comments and Stripe value placeholder

.env.local

  • Check clarity of Stripe value placeholder

.gitignore

  • Finish merging both files into one, refactor it, and place it on root

Next.js

  • Check origin of the "SEO fetch failed: 500" warning on the terminal
  • Check origin of the "GET /it/.well-known/appspecific/com.chrome.devtools.json 404" warning on the terminal

Documentation

  • Update docs to current repo state
⚠️ **GitHub.com Fallback** ⚠️