Table of Contents

New Features

Architecture Changes

Documentation

Developer Notes:

Controller Product Normalization: 1 is top 0 is bottom. For each message received from LB-Master, controller needs to send “ack” message back.

The only 2 components that can make request to settings-provider are: Control-room and Controller.

Settings provider is now using (flask and uwsgi), file system.

Control-Room don't try to fetch the settings using the settings provider, if the settings already came with the message.

Operator now can cancel a shop crawling, using the “cancel_shop_krawling” script in “tools” repo, only need to give the shop_id

The “start_shop” and “cancel_shop” scripts, send the message to the controller-socket on the LB-master

–We are trying to write more precise in-code documentation.=)

Bugfixing