- Hands-On Software Engineering with Python
- Brian Allbee
- 359字
- 2021-06-24 18:20:39
Goals for the system
Hand Made Stuff (HMS) is now looking for a way to streamline the business process that they use to allow artisans to make their wares available through the main website. At present, when an Artisan has created something that they're willing to sell, they send an email to someone at the HMS central office, with one or more attached photos if it's something new, sometimes with new photos if it's a new version or set of a previously-offered products. Someone in the HMS central office copies the relevant information into their web system and does a bit of basic setup to make the items available. From there, once a consumer decides that they want to order something an Artisan has made, the order goes through another manual process that involves the HMS central office emailing the Artisan with the order information.
All of these manual processes are time-consuming, and sometimes error-prone. On occasion, they have taken so long that more than one customer has tried to purchase the same item because the information was still being processed to get the first order in motion:
Hand Made Stuff's website runs on an off-the-shelf system that is not easily modifiable. It does have an API, but that API was designed to be used for internal access processes, so there are security concerns about opening access to it up enough to allow artisans to connect to it through new web-application development.
Since the following chapters are intended to represent individual development iterations, in a process that's at least somewhat along the lines of a Kanban methodology, there are some artifacts from the pre-development processes that are worth noting before getting into what those iterations/chapters will look like.
- 自動控制工程設計入門
- Visualforce Development Cookbook(Second Edition)
- Deep Learning Quick Reference
- Visual FoxPro 6.0數據庫與程序設計
- 傳感器技術應用
- STM32嵌入式微控制器快速上手
- Windows游戲程序設計基礎
- Enterprise PowerShell Scripting Bootcamp
- Machine Learning with the Elastic Stack
- 機床電氣控制與PLC
- MPC5554/5553微處理器揭秘
- 常用傳感器技術及應用(第2版)
- 設計模式
- FreeCAD [How-to]
- 基于Quartus Ⅱ的數字系統Verilog HDL設計實例詳解