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 1144 model table #1169

Closed MugPand closed 6 months ago

MugPand commented 6 months ago

Title of Pull Request HERE

Github Issue Number Here: #1144 What user problem are we solving? The DynamoDB Table structures were recently overhauled, so the endpoints had to be updated to reflect the changes. What solution does this PR provide? Added POST, GET, GET ALL, DELETE, DELETE ALL endpoints with unit tests to ensure functionality. Testing Methodology

How did you test your changes and verify that existing functionality is not broken Utilized Postman to validate all endpoints with sample data. Also, created and verified unit tests for each endpoint. Followed the same standard set by issue #1155. Any other considerations

sonarcloud[bot] commented 6 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
42.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud