Basic notification and search functionality#100
Merged
das-Abroxas merged 43 commits intofeat/version2.0reworkfrom Aug 9, 2023
Merged
Basic notification and search functionality#100das-Abroxas merged 43 commits intofeat/version2.0reworkfrom
das-Abroxas merged 43 commits intofeat/version2.0reworkfrom
Conversation
Wit this enum it is now possible to map any value to the types an Object can represent.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feat/version2.0rework #100 +/- ##
=========================================================
+ Coverage 20.42% 27.17% +6.75%
=========================================================
Files 51 54 +3
Lines 4549 5395 +846
=========================================================
+ Hits 929 1466 +537
- Misses 3620 3929 +309
☔ View full report in Codecov by Sentry. |
St4NNi
approved these changes
Aug 9, 2023
Member
St4NNi
left a comment
There was a problem hiding this comment.
Way too much for a proper review.
But in a first glance it looks good,
nice additions with nats and meili !
lfbrehm
approved these changes
Aug 9, 2023
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.
This implements the basis for the AOS notification and search functionality.
The notifications are used internally to communicate updates between specific AOS components and can also be used by external users to keep track on resource modifications. The search function allows external users to search the metadata of all public/private resources in the AOS index for freely selected keywords. Specific fields will also be filterable in the future so that the search can be narrowed down individually.
Features:
ToDo: