Skip to content

Dimple is a Simple task manager and CRM for small teams

Notifications You must be signed in to change notification settings

cryptoprof/dimple

Repository files navigation

Dimple

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. dimple.

The Plan

  • 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).

Installation

To install Dimple, follow these steps:

  1. Download the repository: git clone https://github.com/cryptoprof/dimple.git
  2. Run the dependency installation in the dimple directory: composer install && npm install
  3. Run the migrations and populate the database with default users: php artisan:migrate --seed
  4. Run the local environment: php artisan serve

Default User Accounts

Admin account:

User account:

About

Dimple is a Simple task manager and CRM for small teams

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published