Skip to content

Firstly we should register modules and download it from the production DB to LocalDB.

Register a module to the production DB and download its Id.

Register_module
Download_module


The following 3 processes are to manage QC tests. It should be done for module for stage.

I. Do non-electrical QC tests and upload the results to LocalDB

Non_Electrical_Test

II. Do electrical QC tests and upload the results to LocalDB

Electrical_Test

III. Sign off QC results with LocalDB viewer

Sign_off_QC_Result


Lastly we should upload the QC results to the production DB.

Upload the results to the production DB

upload_QC_results_to_productionDB


→ Back to the page