Open
Conversation
Added functionality to hide empty job results and display job type statistics, including total runs, success rates, and average frequency. Updated sorting and filtering logic to accommodate new features.
Implemented StatsSchema for job statistics retrieval, including total runs, success rates, and average frequency. Updated frontend to fetch and display aggregated job data from the backend.
This commit introduces a new `DATABASE.md` file detailing the database structure, collections, relationships, and usage patterns for both MongoDB and SQLite databases used in the Mycelia system. It includes sections on connection details, key fields, indexes, relationships, and common queries for each collection, enhancing the overall documentation for developers and users.
Remove button from frontend
This commit adds functionality to the RelationshipsPanel component to display reference counts for objects, including the number of references TO and FROM the object, as well as the total count of relationships. The new `useObjectReferenceCounts` hook is introduced to fetch this data, improving the visibility of object relationships within the UI.
filter for orphaned objects in the ObjectsPage,
Collaborator
Author
Collaborator
Author
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
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.

Hide empty jobs, ad statistics
also Removed button from frontend