Project

General

Profile

追加功能 #437

Updated by Junyi Zhang about 1 year ago

*Background* 
 # New requirement for v4.0 OTS 
   See: OneDrive\赤蓝商贸(上海)有限公司\Shanghai Group - IT\开发相关\OTS V4\开发需求 
 # Base: https://git-codecommit.cn-northwest-1.amazonaws.com.cn/v1/repos/ots4.0-web 

 *Task Details* 
 # Prepare a clean environment based on openCart as the base Construction: admin + front 
  - front: Login, Modules(Order, shipping, product, User) 
  - admin: keep admin for v4.0 some private function(maybe Permission, User, Finance, Stock, handle requests) 
 # Login module: mobile/desktop DB: 
  - Development: 3.0 + 4.0  
  - Production: transfer data from 3.0 to 4.0 and coexist for a period of time 
 # Order module: mobile/desktop Front-end framework: bootstrap + jquery + jquery UI? 
 # Coding Standards: php(like SBX v4 and use php8.0 strict rule), js(namespace, no inline), twig/tpl? 
  - twig(recommend): New grammar, clearer code structure, less fixable than tpl, safer(XSS attack), allows debug 
 # Modules 

 *Output* 
 * Report and Solution 

 *Coding Standards* 


 *Others* 

Back