[Seaside] Internal/external order tracking system

Sean P. DeNigris sean at clipperadams.com
Sat Dec 18 03:46:40 UTC 2010


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


More information about the seaside mailing list