Giter Club home page Giter Club logo

test's Introduction

Initial Release Plan DEVDOC

Concept: The funnelmap is a dynamic, interaction based routing mechanism for WordPress integrated into the AFP Core plugin features. It should allow the site owner to define branching paths that user will be redirected to depending on how they interact with the Funnelmap Block.

Generally this Block will provide an Accept / Decline type of offer for the visiting user to engage with, this is usually coupled with a financial capture transaction. Accepting the offer would execute billing of the user in real-time and then redirect them to a sub-offer page. Or the user could Decline the offer and get redirected to a separate offer page.

There should be no limit from a functional perspective of the system to how many branches a single Funnelmap can have. Each one should be associated to either:

  1. An external page (which would break the user out of the Funnelmap)
  2. An internal page (should return the post object, so we can use the post_id & permalink to redirect the user)

Visual Example: image


Requirements

  • Custom Post Type

    A custom post type is required to house the meta data for all the branches, pages and associations. This allows us to easily handle the meta data from a single post object (the CPT).

  • Custom Meta Box

    A custom meta box is required for the user interface that we want to use to make it easy for the user to Create, Edit and Manage their funnelmap. In addition to the meta information we can display back to the user about their funnelmap.

  • WordPress Redirection

    The funnel map controls the flow of the visiting user, it moves them from page to page while they are inside the funnel map, passing them through the different pages showing them the "offers"

  • Gutenberg Block

    To deliver the "OFFER" so a user can accept or decline, a Gutenberg block for WordPress needs to be created. Currently all the Blocks embedded into the AFP-Core plugin and its extensions are built using ACF, the same will be the case for this block.

  • Elementor Block

    AFP has an Elementor Extension where we replicate all the default Gutenberg blocks' functionality to an Elementor version.

  • Payment Capture (Stripe & Authorize)

    Currently AFP-Core has very basic payment capture mechanisms already attached. This needs to be expanded to include the new OFFER block feature of this funnelmap plugin.


Dependencies

  • AFP-Core
  • ACF Pro

Currently the AFP-Core plugin (this will integrate with and rely on) has heavy integration with AdvancedCustomFields Pro, the ACF PRO plugin is embedded into AFP-Core. However, the ACF meta boxes don't fulfill some of the interface requirements we have. Because of this, we need our own custom metabox for user interaction and we'll save the data into ACF Meta fields. ACF PRO fields will handle the data and our custom metabox will manipulate that for the user (reading / writing to ACF meta).

This may seem counterintuitive, but it prevents us from needing to create our own settings savings, and we're already heavily using the ACF PRO framework. We can use the get_field mechanisms of ACF PRO and use their filter system to associate data in the back-end.


Adobe XD Flow Examples

An empty metabox with no funnelmap data: https://xd.adobe.com/view/959f2d5a-4983-4364-aa21-22107e0f30b9-c0cc/

Detailed outline of a metabox with data: https://xd.adobe.com/view/62e146ee-246e-4ea7-99f7-51ff719dc105-37b2/

Further detail of managing a funnelmap metabox with data: https://xd.adobe.com/view/3d480969-73e6-48a7-8538-7f2d0657ff68-681b/

test's People

Contributors

manpreet-glocify 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.