CDLUC3 / dmsp_aws_prototype

Sceptre CloudFormation templates for DMPHub v2
MIT License
1 stars 0 forks source link

Optimize DMP ID Landing Page #55

Closed briri closed 9 months ago

briri commented 1 year ago

I migrated the DMPHub landing page for DMP IDs from the old Rails application to our new AWS environment. I followed the same pattern that we have been using for the new DMP upload forms (React JS). I think it is too much overhead though. It sometimes loads the results of the API call slowly and since there is no need to manage state on this static page, there is likely no need for React.

We should update the code to use something more lightweight.

This will be an excellent first project for the new developer to get started and establish a framework they want to use for the rest of the upcoming work.

briri commented 9 months ago

moving this one over to the dmsp_ui_repository