-
Notifications
You must be signed in to change notification settings - Fork 14
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
IDA-893 enrichment integration #619
Open
stephenwf
wants to merge
250
commits into
main
Choose a base branch
from
feature/IDA-893-enrichment-integration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
- Temporarily use postgis for database (should be removed) - Enable extension - Added new compose with replacement for search
There are a few manual steps you have to do to run this branch at the moment:
Then fully stopping and rebuilding the containers:
and running using the temporary docker-compose files:
All compose commands need to use the format:
Known issues
|
Begin matching types to md doc
…dmin-crud # Conflicts: # services/madoc-ts/src/frontend/site/features/AllTopicTypeItems.tsx # services/madoc-ts/src/frontend/site/features/GlobalMenuStack.tsx # services/madoc-ts/translations/en/madoc.json
Tidy & improve topic admin pages
Tidy extentions
Mad 1356/search UI
add item count on search facets
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 PR replaces the existing Madoc Search Service with the full enrichment service, also adds Admin + User facing pages for Topics and Topic types.
Admin topics
Topics are available to edit from the Admin sidebar. There are 2 concepts:
Each topic must be associated with a type.
You can create topics and topic types from the Admin:
There are 3 new user facing pages:
/topics
)/topics/{topicType}
)/topics/{topicType}/{topic}
)They are currently unstyled, with data coming through a Site API proxy and mapped to a temporary structure.
Adding tags
You can manually add tags from the admin, from the search index page (manifests only)
You must use the UUID identifier when adding a tag
Once you have added the tag it should be indexed automatically.
Then you can see item you have tagged on both the topic page in the Admin and on the site from the search.