[Feature] Need a way to transfer project configs to ATLs
Feature description
Projects take a LONG time to set up. Especially if there is more than one (and there should be - more than one endpoint, and hence more than one PICS). Anyone that took the time to set up their projects before the event or cert probably want to use them, but there doesn't seem to be a way to transfer these over to the ATL so they can run the tests. If there is, the ATLs definitely do not all know about it.
Use Cases
- user creates project, finally gets it right, passes tests locally
- arrives at ATL, ATL wants to run tests on their TH
- currently, we use humans as copy paste machines as we trial and error hand-writing json into the project config on the new TH. Instead, if we could just export / load files, that would be very helpful.
Test Cases
No response
Additional Information
No response
Please also consider a feature improvement that PICS could be initially loaded from a ZIP archive separated by endpoint (EPn/
backend PR to export/import project config: https://github.com/project-chip/certification-tool-backend/pull/171
Backend implementation is done, waiting for frontend.