[Seaside] Internal/external order tracking system

Mariano Martinez Peck marianopeck at gmail.com
Sat Dec 18 12:26:45 UTC 2010


On Sat, Dec 18, 2010 at 4:46 AM, Sean P. DeNigris <sean at clipperadams.com>wrote:

>
> I want to rewrite a php order tracking system in Seaside.
>
> Previously, it:
> 1. exported the mysql records from an intranet
> 2. uploaded them to a shared host
> 3. the shared host ran a cron job to import them
> 4. there was a read-only web interface on the shared host for customers to
> check their order status
>
> I want to make it as simple as possible - I'd love to get rid of the db.
>

Be more specific ;)   You want to get rid of MySQL ?  or any RDBMS ? or any
database?  because I think that at some point you may need to have such
objects stored somewhere.
Did you see: http://www.seaside.st/documentation/persistence ?

cheers

mariano



> What's the best way to securely provide read access to external customers
> (only their orders) and read/write to all orders for employees internally?
> I thought about putting it all on VPS, but what happens if the server goes
> down?  It would not work for the employees to be locked out for even a few
> hours.
>
> Thanks.
> Sean
> --
> View this message in context:
> http://forum.world.st/Internal-external-order-tracking-system-tp3093410p3093410.html
> Sent from the Seaside General mailing list archive at Nabble.com.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101218/92121c86/attachment.htm


More information about the seaside mailing list