Giter Club home page Giter Club logo

printfulapi's Introduction

Yo! I'm Devin, a Full Stack Designer. I create brands and design websites.

Put simply, a full-stack designer is a designer that gets involved at every stage of the user experience and graphic design process, from research & code to implementation. 🦄

So, I’ve been in the field of graphic and web design for over 12 years. I’ve had the honor to work for many clients around the world. My goal is always to help my clients achieve their goals and make the world a better place through branding, UI/UX, and beautiful design.

Design, to me, is more than just putting pictures together. Your website, logo and marketing materials need to be based on your principles, mission, and goals. When you hire me, I will pull inspiration from you, the your client or customer base, and other existing visuals to create designs that work and communicate for you and your brand.

Branding is mandatory. I want to make sure you look good from the ground up. Regardless of how many new tricks and tools I learn to bring your brand to life, I still have my favorites like Adobe Illustrator, Adobe Photoshop, Webflow, Affinity Designer and Affinity Photo. Whether you need a full website overhaul for your OctoberCMS or WordPress site or full branding redesign, my toolbox is packed with solutions.

No matter what each job requires, I’m always up for new endeavors no matter how challenging.

printfulapi's People

Contributors

artistro08 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

damsfx dheia

printfulapi's Issues

Automatically sync after product save

Using the artisan command, automatically sync the product. example code

public function onImport()
    {
      try {
            traceLog('init task...');
            Artisan::call('acme:import');
            traceLog('done ...');
        } catch (Exception $e) {
            Response::make($e->getMessage(), 500);
        }
    }

Retrieve All Available print options

We need to retrieve all print areas for each product and select a print file for each, and save it to the database.

When ordered, these print areas should already be set. to the print files set in each variant.

Validate Print Placement fields

We need to validate the fields to make sure that they do not have the same placement attached. We need to do this on variant save.

Sync Products only if variants have changed

We need to sync products only if the variant has changed. Right now, the variant is synced automatically regardless of previous state. We need this change so that we don't hit the Printful API Limit

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.