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:
Dashboard – Displays a few widgets with key metrics sourced from other tabs.
Emails – Shows all emails being sent (/email), similar to MailHog.
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.
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.
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:
Dashboard – Displays a few widgets with key metrics sourced from other tabs.
Emails – Shows all emails being sent (/email), similar to MailHog.
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.
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.