Git Product home page Git Product logo

mini-crm's Introduction

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Mini CRM Test Project

How to test it?

  1. Pull the main branch to your local machine
  2. Add this to your .env file MAP_BOX_TOKEN=pk.eyJ1IjoiZ21vbmNsb3VkIiwiYSI6ImNsZmpvdzIycjAydzUzdG15NjJwZ3JicHoifQ.QjODdPKjhEFF_rKH1l03tg
  3. Run composer install
  4. Run php artisan migrate
  5. Run php artisan db:seed --class=DatabaseSeeder
  6. Run yarn dev to display the front-end properly
  7. If your are working in a Windows machine make sure you configure your host file to the local domain that you prefer, mine is https://minicrm.local/
  8. Screenshot for login page:

image

  1. Use this credential to login to the admin: username: [email protected] password: password
  2. Screenshot for the dashboard:

image

PROPERTY TYPE

  1. Visit the property type page: https://minicrm.local/property_types
  2. Create a property type:

image

  1. You can upload multiple images (the system has no limit in image upload, only jpg, jpeg and png should be allowed)
  2. Edit a property type by clicking the 3 dots under action column
  3. Delete a property type
  4. There is a bug in showing the edit property, the is_active is not selected in the display but the update process is working properly.

PROPERTY

  1. Visit the property page: https://minicrm.local/properties

image

  1. Fill out the form property:

image

  1. For the Addressable type make sure your value is using the following: Home, Work, Business, Shipping, Biling, Mailing, Primary, Secondary This supposed to be in a dropdown but its not implemented yet in the front-end. It will create an error if input a value other then those ENUM value specified.
  2. From address 1 until the country fields make sure that you input a correct data to get the correct longitude and latitude from MapBox else it will create an error that I haven't hadled yet.
  3. After filling out the fields check the table for address, the longitude and latitude must have a value (this coming from MapBox already)
  4. The Property Type data when showing the edit is not populating (this is a bug) but the data can be updated propertly
  5. There is no way to delete and update the property images yet.
  6. Delete a property (this will delete also the address associated with it.)

PAGINATION

Pagination will show if the record is >= 10

API endpoint

This will fetch all the records in properties (no token needed) https://minicrm.local/api/v1/properties

File Changes

You can visit here: https://github.com/gmoncloud/mini-crm/pull/1 https://github.com/gmoncloud/mini-crm/pull/2 https://github.com/gmoncloud/mini-crm/pull/3 https://github.com/gmoncloud/mini-crm/pull/4

mini-crm's People

Contributors

taylorotwell avatar driesvints avatar grahamcampbell avatar daylerees avatar franzliedke avatar jasonlewis avatar sparksp avatar cviebrock avatar nunomaduro avatar crynobone avatar tobsn avatar jeffreyway avatar gmoncloud avatar barryvdh avatar tillkruss avatar josephsilber avatar themsaid avatar laurencei avatar timacdonald avatar bencorlett avatar browner12 avatar neoascetic avatar ericlbarnes avatar jesseobrien avatar codler avatar jakobud avatar mikelbring avatar sjorso avatar kapv89 avatar kbanman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.