Discussion:
Multisite - Plugin for sharing database data between sites
Utkarsh Dixit
2014-03-07 14:18:26 UTC
Permalink
Hi,

This is in regards with the Multisite-Plugin for sharing data between sites
given on the gsoc 2014 ideas page. I have earlier sent my approach towards
this idea but haven't received any response. :(

Is this idea still active? have any mentors been decided for this idea?(On
the page its written TBD), if yes how may I contact them?

Thanks.

-------------------------------------------------------------------------------------------------------------------------------------------------------

Hi,
As stated on the gsoc page one of the use cases can be of a shopping cart
across a network.

We can start by dedicating a sql table in the database for such items which
have to be shared across the cart (Every item has a unique id). Now, for
each site we could probably give the admin of that site the choice to
select the products which he wants to display on his site (and add these
values along with their unique ids in the table dedicated for that
particular site). We can then use inner sql joins to create a connection
between this new table and the table of the main admin. In this way whole
stocks can be shared across an e-commerce website, along with quantities
and other datas associated with them.

I just wanted to know whether this approach solves the problem at hand. I
might be wrong in the interpretation of the problem, please correct me. Any
suggestions changes etc. are most welcome :)


-------------------------------------------------------------------------------------------------------------------------------------------------------------------


Hi,

I'm a sophomore student of Mathematics and Computing from India interested
in participating for GSoC 2014 under Wordpress.

I've already thoroughly been through the wordpress ideas
page<http://codex.wordpress.org/GSoC2014> for
Gsoc 14. I'm really interested in working for the "Multisite Plugin-for
sharing database data between sites". I've already been through the links
provided in the description (thanks, were really helpful in giving me an
idea of what you really want). I've a basic layout in mind for the plugin.
I just wanted some guidance regarding some of the more specific
requirements.

I've designed two to three websites on wordpress, one for a national
level entrepreneurial
summit <http://udgam.in/?home=true> held in India. I've also got a fair
knowledge about the wordpress codebase. I've also provided a patch for bug
#23691 <https://core.trac.wordpress.org/ticket/23691> (yet to be reviewed).
I would further like to work under Wordpress in this GSoC, Hoping for a
positive reply.

Thanks.
Madalin Ignisca
2014-03-07 14:51:26 UTC
Permalink
eCommerce isn't something included with WordPress core, there are plugins
that have different implementation.

Your idea would suite for a woocommerce addon for example that would have
sharable data in multi sites.

WordPress multisites already has the option to use data from different
sites in the network as you need.
Post by Utkarsh Dixit
Hi,
This is in regards with the Multisite-Plugin for sharing data between sites
given on the gsoc 2014 ideas page. I have earlier sent my approach towards
this idea but haven't received any response. :(
Is this idea still active? have any mentors been decided for this idea?(On
the page its written TBD), if yes how may I contact them?
Thanks.
-------------------------------------------------------------------------------------------------------------------------------------------------------
Hi,
As stated on the gsoc page one of the use cases can be of a shopping cart
across a network.
We can start by dedicating a sql table in the database for such items which
have to be shared across the cart (Every item has a unique id). Now, for
each site we could probably give the admin of that site the choice to
select the products which he wants to display on his site (and add these
values along with their unique ids in the table dedicated for that
particular site). We can then use inner sql joins to create a connection
between this new table and the table of the main admin. In this way whole
stocks can be shared across an e-commerce website, along with quantities
and other datas associated with them.
I just wanted to know whether this approach solves the problem at hand. I
might be wrong in the interpretation of the problem, please correct me. Any
suggestions changes etc. are most welcome :)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
Hi,
I'm a sophomore student of Mathematics and Computing from India interested
in participating for GSoC 2014 under Wordpress.
I've already thoroughly been through the wordpress ideas
page<http://codex.wordpress.org/GSoC2014> for
Gsoc 14. I'm really interested in working for the "Multisite Plugin-for
sharing database data between sites". I've already been through the links
provided in the description (thanks, were really helpful in giving me an
idea of what you really want). I've a basic layout in mind for the plugin.
I just wanted some guidance regarding some of the more specific
requirements.
I've designed two to three websites on wordpress, one for a national
level entrepreneurial
summit <http://udgam.in/?home=true> held in India. I've also got a fair
knowledge about the wordpress codebase. I've also provided a patch for bug
#23691 <https://core.trac.wordpress.org/ticket/23691> (yet to be reviewed).
I would further like to work under Wordpress in this GSoC, Hoping for a
positive reply.
Thanks.
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
--
*Madalin Ignisca*
*web developer*
http://imadalin.ro/
Utkarsh Dixit
2014-03-07 15:10:34 UTC
Permalink
Hi,
thanks for the reply. :)

The post on the gsoc page is as follows
-------------------------------------------------------------------

Currently there is no way to easily share data across sites on a multisite
network, even if it's a closed, trusted, network. Existing options, such as
using switch_to_blog(), inline frames, or redirects, don't work well. This
could start as a "features-as-plugins" project and maybe eventually make
its way into core.

- Example Use Case: Sharing data/inventory/shopping cart across sites
- This idea inspired, in part, by @ipstenu's blog post:
http://halfelf.org/2013/ecommerce-dream/
- See also @nacin's
http://make.wordpress.org/core/2013/10/06/potential-roadmap-for-multisite/
for
a discussion that includes differentiating closed and open networks.

Possible Mentors: TBD (Possibly Jeremy Felt? Nacin?)
------------------------------------------------------------------------

For this approach, is my approach feasible.
Maybe I'm wrong in the interpretation of the problem. If yes please guide
me in understanding the problem.
Will appreciate your help. Hoping for a reply :)

Thanks.


On Fri, Mar 7, 2014 at 8:21 PM, Madalin Ignisca
Post by Madalin Ignisca
eCommerce isn't something included with WordPress core, there are plugins
that have different implementation.
Your idea would suite for a woocommerce addon for example that would have
sharable data in multi sites.
WordPress multisites already has the option to use data from different
sites in the network as you need.
Post by Utkarsh Dixit
Hi,
This is in regards with the Multisite-Plugin for sharing data between
sites
Post by Utkarsh Dixit
given on the gsoc 2014 ideas page. I have earlier sent my approach
towards
Post by Utkarsh Dixit
this idea but haven't received any response. :(
Is this idea still active? have any mentors been decided for this
idea?(On
Post by Utkarsh Dixit
the page its written TBD), if yes how may I contact them?
Thanks.
-------------------------------------------------------------------------------------------------------------------------------------------------------
Post by Utkarsh Dixit
Hi,
As stated on the gsoc page one of the use cases can be of a shopping cart
across a network.
We can start by dedicating a sql table in the database for such items
which
Post by Utkarsh Dixit
have to be shared across the cart (Every item has a unique id). Now, for
each site we could probably give the admin of that site the choice to
select the products which he wants to display on his site (and add these
values along with their unique ids in the table dedicated for that
particular site). We can then use inner sql joins to create a connection
between this new table and the table of the main admin. In this way whole
stocks can be shared across an e-commerce website, along with quantities
and other datas associated with them.
I just wanted to know whether this approach solves the problem at hand. I
might be wrong in the interpretation of the problem, please correct me.
Any
Post by Utkarsh Dixit
suggestions changes etc. are most welcome :)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
Post by Utkarsh Dixit
Hi,
I'm a sophomore student of Mathematics and Computing from India
interested
Post by Utkarsh Dixit
in participating for GSoC 2014 under Wordpress.
I've already thoroughly been through the wordpress ideas
page<http://codex.wordpress.org/GSoC2014> for
Gsoc 14. I'm really interested in working for the "Multisite Plugin-for
sharing database data between sites". I've already been through the links
provided in the description (thanks, were really helpful in giving me an
idea of what you really want). I've a basic layout in mind for the
plugin.
Post by Utkarsh Dixit
I just wanted some guidance regarding some of the more specific
requirements.
I've designed two to three websites on wordpress, one for a national
level entrepreneurial
summit <http://udgam.in/?home=true> held in India. I've also got a fair
knowledge about the wordpress codebase. I've also provided a patch for
bug
Post by Utkarsh Dixit
#23691 <https://core.trac.wordpress.org/ticket/23691> (yet to be reviewed).
I would further like to work under Wordpress in this GSoC, Hoping for a
positive reply.
Thanks.
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
--
*Madalin Ignisca*
*web developer*
http://imadalin.ro/
_______________________________________________
wp-hackers mailing list
http://lists.automattic.com/mailman/listinfo/wp-hackers
Loading...