Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Update Model Table Endpoints to Support New DynamoDB Layout #1144

Closed
3 tasks
MugPand opened this issue Feb 29, 2024 · 2 comments
Closed
3 tasks
Assignees
Labels
backend backend tasks enhancement New feature or request

Comments

@MugPand
Copy link
Contributor

MugPand commented Feb 29, 2024

Feature Name

Update Model Table Endpoints to Support New DynamoDB Layout

Your Name

Mugdhesh

Description

Feature Name

Update Model Table Endpoints to Support New DynamoDB Layout

Your Name

Mugdhesh

Description

Update the endpoints to the Model Table in the backend to reach the new table layout shown below:
image

This includes making the create, update, delete, and get endpoints for the Model table with the correct parameters as well as creating unit tests for each endpoint, to be done in subtasks:

  • create endpoint
  • update endpoint by id
  • get endpoint by id
@MugPand MugPand added the enhancement New feature or request label Feb 29, 2024
Copy link
Contributor

Hello @MugPand! Thank you for submitting the Feature Request Form. We appreciate your contribution. 👋

We will look into it and provide a response as soon as possible.

To work on this feature request, you can follow these branch setup instructions:

  1. Checkout the main branch:
```
 git checkout nextjs
```
  1. Pull the latest changes from the remote main branch:
```
 git pull origin nextjs
```
  1. Create a new branch specific to this feature request using the issue number:
```
 git checkout -b feature-1144
```

Feel free to make the necessary changes in this branch and submit a pull request when you're ready.

Best regards,
Deep Learning Playground (DLP) Team

@MugPand
Copy link
Contributor Author

MugPand commented Feb 29, 2024

Should there also be update & get endpoints for accessing info using uid?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend tasks enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants