-
Notifications
You must be signed in to change notification settings - Fork 9
Milestone/18 #1347
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
Merged
Merged
Milestone/18 #1347
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rowser on top that
Major changes: - Integrated Zircon screening tools with Annotation/Ontology systems - Added orphan detection capability to Repo module - Enhanced form components with configurable heights and error spacing - Fixed modal presenter bug accessing wrong ref.id path - Improved flash message handling with socket-aware push methods - Added transaction safety to Authentication entity/actor operations - Implemented new Zircon screening criteria views with HTML rendering - Added comprehensive test coverage for Zircon public API Technical improvements: - Fixed Builder.HTML to use @id instead of @type for button actions - Added orphan? method to check model associations - Enhanced text_area component with height and reserve_error_space options - Improved user hook to handle direct user assignment - Updated translations for screening criteria library - Removed obsolete seed file - Fixed Credo warnings: renamed is_orphan? to orphan?, reduced nesting complexity - Fixed unused variable warnings in tests This refactor establishes a more robust integration between the Zircon screening system and the underlying Annotation/Ontology infrastructure, enabling better criteria management and data relationships. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Changed sorting from ascending to descending by ID for concepts, predicates, and annotations - Added annotation preloading to Zircon screening tool in assignment content page builder - Import order_by function in Annotation public module - Ensures newest items appear first in lists 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Implement seeder functionality for the core module. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Add Core.Seeder module
│ │ │ - Add test files for CriteriaViewBuilder, ImportSessionErrorsViewBuilder, and ImportSessionNewPapersViewBuilder │ │ - Fix search logic from OR to AND across all ViewBuilders for improved filtering │ │ - Remove abstract field from search to improve UX (only search visible fields) │ │ - Fix critical credo refactoring opportunities including function nesting depth and apply/3 usage │ │ - Refactor duplicate code by extracting shared helper functions in RISEntry and PaginationHelper │ │ - Fix dialyzer type errors in import_view_builder.ex and session_model.ex │ │ - Update .dialyzer_ignore.exs to suppress compatibility warnings from custom credo check │ │ │ │ All 1102 tests pass. Code quality checks (credo, dialyzer) pass successfully. │ │ │ │ 🤖 Generated with [Claude Code](https://claude.ai/code) │ │ │ │ Co-Authored-By: Claude <[email protected]>
chore(deps): update debian docker tag to v13
chore(deps): update postgres docker tag to v18
…digest chore(deps): update docker/build-push-action digest to 9e436ba
chore(deps): update docker/login-action digest to 5e57cd1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Feature/renovate weekly
Revert Docker file back to debian 12 instead of 13 (change made by renovate)
Feature/selectical new import
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.