softberg / quantum-php-core

Quantum PHP Framework
http://quantumphp.io
MIT License
31 stars 13 forks source link

Quantum Toolkit #173

Open armanist opened 2 weeks ago

armanist commented 2 weeks ago

The toolkit is a separate module (and a package in the future) that can be installed via command, providing an intuitive UI for several useful features.

In the initial implementation, the toolkit will have four main pages:

  1. Dashboard – Displays a few widgets with key metrics sourced from other tabs.

  2. Emails – Shows all emails being sent (/email), similar to MailHog.

  3. Logs – Displays system-generated logs (shared/logs) in a user-friendly format, similar to opcodesio/log-viewer. Logs should be organized by day if the files are split daily.

  4. Store – Shows data created by demo commands or by users (shared/store). This tab is only available when the DB driver is set to "sleekdb"; otherwise, it is disabled. The UI and UX for this feature will need some research.