Creating tables related to bucket files (demo + idea) #10504
Unanswered
brasillero
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Creating tables related to bucket files
I had an issue: I needed to create a row for each item inside a Bucket folder. I could have done them one by one, but I had too many files. I researched it and did not find any solution to my problem, so I created my own.
I developed a base app to create a table relating all my bucket files to my table rows you can check the demo here.
You can customize the output to your needs, it is really simple, just an array of objects or even get data from an existing database, sort it and rearrange it to match the same order as the files on your bucket folder. In my case I just needed the publicUrl, I also named all my Bucket files following the snake_case pattern so, by default, the underscores are removed and the app creates a title based on it.
With this, I leave my suggestion to add more interactivity between tables and buckets.
This was my first community post, sorry about anything. thx for your attention.
Repo: https://github.com/lucarampi/bucket-to-table-template
Web site: https://bucket-to-table-template.vercel.app/
Because it`s too late now, I'm going to sleep and finish the documentation tomorrow. Right now there are some notes in Portuguese.
All reactions