Skip to content

Instantly share code, notes, and snippets.

View arturmamedov's full-sized avatar
💭
Sul pezzo

Artur arturmamedov

💭
Sul pezzo
View GitHub Profile
@jbfink
jbfink / crm-design-doc.md
Created November 14, 2013 18:29
CRM design goals

CRM Design Document


Design Philosophy

There are a lot of CRM systems in the wild. Some of them are even free but every one I've seen seem predicated on one factor -- money. Specifically, which customer bought which widget, which customer hasn't bought widgets for a year, how many millions in what widget line were bought across all sectors of a market. This is great; this is a necessary thing for 99% of CRM users out there but I work in academia, and specifically in libraries, and what I wasn't seeing was a CRM focused on librarian-patron interactions -- what professor published which work, how many instruction sessions did this department need. I want something like a hopped-up Rolodex that can detect patterns and gank info out of academic databases.

I'm hoping this can be that. At some point. When I figure out what I'm doing.


@edeint
edeint / UKFD - CRM Specifications.md
Created September 6, 2013 16:26
UKFD CRM Specifications

Aim

UK Flooring Direct would like their CRM to contain information that helps them determine who a prospect/customer and where in the purchase cycle they are. This data will be used by the Marketing team (but possibly also by the Contact Centre team) to discover interesting customer semgents which can be targeted.

Scope

The CRM system should store high level attributes about a person, not log level information. For example, if a person visits 20 pages of the website, the following attributes against a person's CRM record.

Total Pageviews: 20
@insin
insin / 01-redis-crm.rst
Created August 22, 2012 12:33
Set phasers to Redis CRM

Redis CRM

Braining about Redis for a simple CRM.

There will be no admin-style CRUD views, just the frontend.

Users

@ronbeltran
ronbeltran / sugar7_ubuntu_12.04_install.md
Created June 22, 2015 05:47
Install Sugar 7 CRM in Ubuntu 12.04
@Jim-Salmons
Jim-Salmons / FactMiners_STAP_metamodel_pt2_CIDOC_CRM_version.adoc
Last active June 15, 2016 13:45
FactMiners Fact Cloud metamodel of the Softalk digital archive, Part 2 of 4. Version 2 for ICOM CIDOC-CRM adoption.
pre.highlight { clear: both; }

The "Self-Descriptive" Neo4j Graph Database:

@sgelbart
sgelbart / LaravelEasyGlobalScope.php
Last active September 22, 2016 09:55
Any easy implementation for laravel in-model global scopes (basic testing in Laravel 4.2)
<?php
//USAGE
//in your model
public function scopeGlobal($query)
{
//todo: there may be a bug where you can't use nested wheres..try with ->where(function($query){return MyModel::noEasyGlobal();}
return MyModel::noEasyGlobal()->where('is_published',1); //replace this with whatever criteria you ahve
@enajski
enajski / base_cf_docs.md
Last active September 26, 2016 15:56
Documentation for Base CRM custom fields
@withArtur
withArtur / bootstrap4-media-breakpoints.css
Last active May 6, 2019 09:55
Bootstrap 4 all media query breakpoints (xs,sm,md,lg,xl) up to, down from, only and betwewn
/**
* Bootstrap 4 all media queries #wMQ
* up > sm, md, lg, xl
* down < sm, md, lg
* only = xs, sm, lg, xl
* between <> sm-lg, sm-xl, md-xl
*/
/* .xs = | Extra Small devices only (portrait phones) less than 576px */
@purtuga
purtuga / grunt.copy.includeFile.js
Last active June 14, 2019 13:11
A Grunt Copy process function to embed content of files into other files.
/**
* includeFile() - embeds a file content within another. Meant to be
* used from the copy task as a 'processContent' function. The following
* tokens can be used in files: <br>
*
* - BUILD_INCLUDE('file')
* - /* BUILD_INCLUDE('file') *\x47
* - &lt;!-- BUILD_INCLUDE("file") --&gt;
*
* In addition, options can be added to the token above that further