Update .gitignore, adjust TED scraper configuration, and enhance Tender entity structure
- Added 'ted_samples/' to .gitignore to exclude TED sample files from version control. - Updated the TED scraper configuration to extend the cleanup duration from 24 hours to 72 hours, allowing for better resource management. - Enhanced the Tender entity by adding new fields: TenderDeadline, SubmissionDeadline, ApplicationDeadline, and SubmissionURL, improving the data model for tender management. - Updated the TenderResponse structure to include the new fields, ensuring consistency in API responses. - Implemented logic in the TED scraper to calculate submission and application deadlines based on tender deadlines, enhancing the scraping functionality.
This commit is contained in:
+4
-1
@@ -62,4 +62,7 @@ docker-data/
|
||||
|
||||
# Build artifacts
|
||||
coverage.out
|
||||
coverage.html
|
||||
coverage.html
|
||||
|
||||
# Ted files
|
||||
ted_samples/
|
||||
Reference in New Issue
Block a user