ideafast / ideafast-portal

Data platform and portal for the IDEAFast study
MIT License
1 stars 3 forks source link

Feat/trpc drive #2432

Closed wsy19961129 closed 3 months ago

wsy19961129 commented 3 months ago

This PR focuses on implementing the drive features:

This PR also changed the file processing for the tRPC backend, all the files are now using the same name (files) as the tRPC procedure parameter for easy parsing before the tRPC procedure execution; while there actual name (e.g., profile, files, etc) is provided in this files object.