Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
mlcl-trading
/
afp-backend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
afp-backend
/
app
/
services
64.2 kB
Ctrl+K
Ctrl+K
5 contributors
History:
21 commits
Cyril Dupland
feat(prices): implement price management with date ranges, including creation, retrieval, and history listing; update schemas and API documentation
15f1cb0
about 2 months ago
__init__.py
Safe
28 Bytes
Add FastAPI application structure with Prisma integration, including API endpoints, services, repositories, and database setup. Introduce strict layering rules, documentation, and testing strategy.
3 months ago
article_import_processor.py
Safe
12.3 kB
feat(article_import): introduce support for 'COMMUN' brand alias to link articles to all existing brands, update schemas and processing logic accordingly
2 months ago
brand_service.py
Safe
1.82 kB
Add FastAPI application structure with Prisma integration, including API endpoints, services, repositories, and database setup. Introduce strict layering rules, documentation, and testing strategy.
3 months ago
import_dispatcher.py
Safe
1.27 kB
Implement price import functionality with support for CSV and Excel formats. Add API endpoint for starting price imports, including validation and error handling. Introduce new schemas, services, and repositories for price data management. Update documentation to reflect new features and usage. Enhance tests to cover the added functionality.
3 months ago
import_file_storage.py
Safe
1.86 kB
Implement Supabase Storage integration for import files, allowing uploads and downloads of article and price data. Update import processing to utilize the new storage service, including metadata handling and error management. Refactor related services and repositories, and enhance documentation to reflect these changes. Add tests for new functionality and ensure existing tests are updated accordingly.
3 months ago
import_service.py
Safe
6.96 kB
Implement price import functionality with support for CSV and Excel formats. Add API endpoint for starting price imports, including validation and error handling. Introduce new schemas, services, and repositories for price data management. Update documentation to reflect new features and usage. Enhance tests to cover the added functionality.
3 months ago
job_runner.py
Safe
604 Bytes
Implement price import functionality with support for CSV and Excel formats. Add API endpoint for starting price imports, including validation and error handling. Introduce new schemas, services, and repositories for price data management. Update documentation to reflect new features and usage. Enhance tests to cover the added functionality.
3 months ago
price_import_processor.py
Safe
13.2 kB
feat(prices): implement price management with date ranges, including creation, retrieval, and history listing; update schemas and API documentation
about 2 months ago
price_service.py
Safe
3.74 kB
feat(prices): implement price management with date ranges, including creation, retrieval, and history listing; update schemas and API documentation
about 2 months ago
quotation_service.py
Safe
22.3 kB
feat(quotation): allow selecting specific global discounts in price calculation
2 months ago