Open Issues Need Help
View All on GitHub Add Row Duplication Feature 2 months ago
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
Add Delete Row Feature 2 months ago
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