Giter VIP home page Giter VIP logo

blueoi's People

Contributors

andyg5000 avatar doostinharrell avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

blueoi's Issues

Create default rule for creating user accounts on orders that don't have them

{ "commerce_checkout_create_order_account" : {
"LABEL" : "Create a new account for an anonymous order",
"PLUGIN" : "reaction rule",
"WEIGHT" : "2",
"OWNER" : "rules",
"TAGS" : [ "Commerce Checkout" ],
"REQUIRES" : [ "rules", "commerce", "commerce_cart", "entity" ],
"ON" : { "commerce_order_update" : [] },
"IF" : [
{ "data_is" : { "data" : [ "commerce-order:uid" ], "value" : "0" } },
{ "NOT entity_exists" : {
"type" : "user",
"property" : "mail",
"value" : [ "commerce-order:mail" ]
}
},
{ "data_is" : { "data" : [ "commerce-order:type" ], "value" : "commerce_order" } },
{ "NOT commerce_order_is_cart" : { "commerce_order" : [ "commerce_order" ] } },
{ "user_has_role" : {
"account" : [ "site:current-user" ],
"roles" : { "value" : { "2" : "2" } }
}
}
],
"DO" : [
{ "entity_create" : {
"USING" : {
"type" : "user",
"param_name" : [ "commerce-order:mail-username" ],
"param_mail" : [ "commerce-order:mail" ]
},
"PROVIDE" : { "entity_created" : { "account_created" : "Created account" } }
}
},
{ "data_set" : { "data" : [ "account-created:status" ], "value" : 1 } },
{ "entity_save" : { "data" : [ "account-created" ], "immediate" : 1 } },
{ "data_set" : { "data" : [ "commerce-order:uid" ], "value" : [ "account-created:uid" ] } },
{ "data_set" : {
"data" : [ "commerce-order:commerce-customer-billing:uid" ],
"value" : [ "account-created:uid" ]
}
},
{ "data_set" : {
"data" : [ "commerce-order:commerce-customer-shipping:uid" ],
"value" : [ "account-created:uid" ]
}
}
]
}
}

Add Checks for CDN blueoi_performance

We should not be loading content via CDN so we can aggregate in Drupal and cache via Cloudlfare.

ie: jquery_update - admin/config/development/jquery_update

Add Image Optimization Recommendations

Add image optimization recommendations to blueoi_performance

  1. Image cache presets
  2. Image quality
  3. Client side adaptive image as needed
  4. Focal point as needed

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.