Skip to content
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

Feature/orpd 33 backend services #10

Merged
merged 6 commits into from
Oct 11, 2024
Merged

Conversation

hareshkainthdbt
Copy link
Collaborator

Started to implement backend services.

Introduced new classes for search config and documents. Implemented search and caching in views, and added new dependencies. Updated HTML and README for improvements.
Introduced a dummy flag in SearchDocumentConfig and enhanced public_gateway to return filtered data from a CSV if the flag is set. Added pandas to dependencies for data handling capabilities. Removed obsolete migration and search files.
Modified the HTML template to use `results_count` and corrected date entries in construction-data.csv for consistency and clarity.
# Conflicts:
#	orp/orp_search/templates/orp.html
Create the initial migration script to add the PublicGatewayCache model to the database. This model includes fields such as title, identifier, publisher, language, and others for storing detailed metadata information.
Deleted the initial migration file for `PublicGatewayCache` model to streamline database initialization. Updated template and view to improve search results handling by displaying `results_count` and including `document_type` in the results context.
Copy link
Collaborator

@gdbarnes gdbarnes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gdbarnes gdbarnes merged commit 58c600e into main Oct 11, 2024
5 checks passed
@gdbarnes gdbarnes deleted the feature/orpd-33-backend-services branch October 11, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants