DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
26 stars 8 forks source link

Feature 1155: trainspace endpoints #1158

Closed ssh51117 closed 7 months ago

ssh51117 commented 7 months ago

Add new trainspace table endpoints with unit tests

Github Issue Number Here: #1155 What user problem are we solving? We changed the format of the DyanmoDB tables, but the API endpoints do not reflect that. What solution does this PR provide? Added the endpoints with unit tests to ensure functionality. Also migrated from using lib-dynamodb to client-dynamodb to remove extra layer of unnecessary abstraction Testing Methodology

How did you test your changes and verify that existing functionality is not broken Added and verified unit tests, and used postman to ensure functionalitly is not broken: https://youtu.be/qxAbrPGJ2kQ Any other considerations need to update user table to follow new conventions in the code (using @aws-sdk/client-dynamodb only) and unit tests (suppressing errors)

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
5 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud