xwp / stream

🗄️ Stream plugin for WordPress
https://wordpress.org/plugins/stream/
GNU General Public License v2.0
405 stars 119 forks source link

Display metadata in the table #1462

Open akirk opened 9 months ago

akirk commented 9 months ago

Fixes #947.

The metadata that can be stored along side records is burried in the stream_meta table. This make the data accessible in the table.

metadata-display

Checklist

I have run the code. I am unable to run the local development environment on a recent Macbook Pro. Maybe the environment should be updated in a separate PR.

Error: Cask virtualbox depends on hardware architecture being one of [{:type=>:intel, :bits=>64}], but you are running {:type=>:arm, :bits=>64}.

Thus, I have also not been able to check the unit tests yet.

Release Changelog

Release Checklist

Change [ ] to [x] to mark the items as done.

akirk commented 5 months ago

@kasparsd any chance of getting this merged? I've rebased this on the current release, it still works.

hokoo commented 3 months ago

Nice to have an option like "Retrieve meta data to display" in order to not overload DB when it is not needed.