The only backend you'll ever need

backend-service postgresql postgrest rest-api
2 Open Issues Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a feature in the Fluxend BaaS that allows users to duplicate existing rows within a table with a single click. This involves adding a 'duplicate' option to the row actions dropdown menu, which will create a copy of the selected row, preserving data but allowing for modifications.

Complexity: 3/5
good first issue feature frontend

The only backend you'll ever need

Go
#backend-service#postgresql#postgrest#rest-api

AI Summary: Implement a 'delete row' feature in the Fluxend application. This involves adding a `deleteTableRow` function to `app/services/tables.ts` and integrating a delete button within the action column of each table row to trigger this function.

Complexity: 3/5
good first issue feature frontend

The only backend you'll ever need

Go
#backend-service#postgresql#postgrest#rest-api