-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lod #358
Lod #358
Conversation
Instead of turbo streams. Fixing a bug where the stream could be broadcast before the user loads the page and subscribes to the stream.
Instead of turbo streams. Fixing a bug where the stream could be broadcast before the user loads the page and subscribes to the stream.
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…scussion_r1886763177
…scussion_r1886763177
…ink to wikidata_item
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Can you retest, please?
Both I do not like very much either. Best would be probably ExternalDataLink, but this is already awful long. How do you like LinkedResource? But I would postpone this (not to long, since it gets more complicated to solve later on, when this is referred more in the code)
done in 0d93a8d
done in ce4a41c
I added a Checkbox with which you can approve that link in 2b162e9
Totally agree! |
Removing simple-icons from package.json causes the CI to fail, like this:
How do you feel about getting it back in? Other suggestions? |
Works great now!
LinkedResource makes sense to me. I agree it is not worth holding up a merge though - #372
This works, though I do not quite understand in which circumstances a user would want to add a link that is not approved?
We can just remove it. I think it's left over from the old import pipeline – my fault, sorry. CI should now be passing. Thanks for updating the changelog too. I made a small change there. The .9000 dev version convention is carried over from tidyverse versioning and probably wasn't obvious, sorry. The idea is that |
Thank you for clarifying this! On that note, I’ll open an issue (https://github.com/xronos-ch/orga/issues/113) to discuss the release schedule, as I believe we’re approaching a version that’s ready for release. |
Summary of Changes: LodLink Integration and Improvements
Based mostly on the work of @joeroe, I only extended the implementation to support multiple Linked Open Data (LOD) sources within a single database table. While the current implementation focuses on Wikidata, it is designed to easily incorporate additional sources in the future.
Key Concepts
With this new approach:
Enhancements:
Functional Updates:
Forms and Views:
Database Changes:
Removed Caching:
Follow-Up Work