Dimple is a simple application for organizing work processes. It is built on the Laravel framework and several Vue components. This application implements a simple RestAPI with user authentication and roles. By default, there are two roles in the application: admins and users. .
- Add i18n and translate(ru, en).
- Add slider for attachments, that has mime image inside comments.
- Fix design issues (mobile, forms, icons).
- Make dashboard dynamic and collect data from CRM entities.
- Fix comments section (update comments list on emit new-comment).
- Create chat implementation based on laravel websockets.
- Make nice looking filters/search(maybe modal or something like switch).
- Export every entity to Excel spreadshit(planing to use FastExcel).
To install Dimple, follow these steps:
- Download the repository:
git clone https://github.com/cryptoprof/dimple.git
- Run the dependency installation in the dimple directory:
composer install && npm install
- Run the migrations and populate the database with default users:
php artisan:migrate --seed
- Run the local environment:
php artisan serve
Admin account:
- Email: [email protected]
- Password: admin
User account:
- Email: [email protected]
- Password: user