WomenPlusPlus / deploy-impact-23-kpi-3

GNU General Public License v3.0
0 stars 3 forks source link

Create endpoints for the definition form submission and insertion into the KPI definition table #35

Open dasvas opened 11 months ago

dasvas commented 11 months ago

Related to issue #31

Daria-Oni commented 11 months ago

Created my first table in Supabase for learning and testing purpose

Image

Daria-Oni commented 11 months ago

Digging deeper into learning: I created a new feature 'tasks', sticking it in the 'features' folder to give it a test run. Then, I crafted a DTO using the table structure from Supabase and created GET and POST methods to play around with data interactions

Image

Daria-Oni commented 11 months ago

I successfully conducted a POST request test using Postman, which seamlessly added a new row to our Supabase table.

Image

Image

Daria-Oni commented 11 months ago

Created a second table "teammembers" and connected with 'tasks' through id

Image

Daria-Oni commented 11 months ago

Tested an approach to combining team member names with the tasks table on the backend side. However, I had to utilize the solution with custom SQL queries. So I'm still on my way to coming up with another thing :)

Image

Image