This pull request includes several changes to the codebase. It updates the naming convention in the LivablprojectItem class in items.py to use snake_case for consistency. It also adds a new pipeline class, JsonOrganizerPipeline, to pipelines.py that organizes the item fields alphabetically. Additionally, it updates the ITEM_PIPELINES setting in settings.py to use the new pipeline. Finally, it modifies the CSS selectors in the parse_project method in livabl_sitemap.py to match the updated field names in LivablprojectItem.
Summary
Updated field names in LivablprojectItem class in items.py to use snake_case for consistency
Added new pipeline class, JsonOrganizerPipeline, to pipelines.py to organize item fields alphabetically
Updated ITEM_PIPELINES setting in settings.py to use the new pipeline
Modified CSS selectors in parse_project method in livabl_sitemap.py to match updated field names in LivablprojectItem
Fixes #1.
🎉 Latest improvements to Sweep:
New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
PR Feedback (click)
Description
This pull request includes several changes to the codebase. It updates the naming convention in the
LivablprojectItem
class initems.py
to use snake_case for consistency. It also adds a new pipeline class,JsonOrganizerPipeline
, topipelines.py
that organizes the item fields alphabetically. Additionally, it updates theITEM_PIPELINES
setting insettings.py
to use the new pipeline. Finally, it modifies the CSS selectors in theparse_project
method inlivabl_sitemap.py
to match the updated field names inLivablprojectItem
.Summary
LivablprojectItem
class initems.py
to use snake_case for consistencyJsonOrganizerPipeline
, topipelines.py
to organize item fields alphabeticallyITEM_PIPELINES
setting insettings.py
to use the new pipelineparse_project
method inlivabl_sitemap.py
to match updated field names inLivablprojectItem
Fixes #1.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: