src/__init__.py |
2 |
0 |
0 |
100% |
src/accounts/__init__.py |
0 |
0 |
0 |
100% |
src/accounts/admin.py |
17 |
0 |
0 |
100% |
src/accounts/apps.py |
6 |
0 |
0 |
100% |
src/accounts/authentication.py |
13 |
0 |
0 |
100% |
src/accounts/constants.py |
38 |
0 |
0 |
100% |
src/accounts/forms.py |
10 |
0 |
0 |
100% |
src/accounts/management/__init__.py |
0 |
0 |
0 |
100% |
src/accounts/managers/__init__.py |
1 |
0 |
0 |
100% |
src/accounts/managers/user_credential.py |
60 |
32 |
0 |
47% |
src/accounts/migrations/0001_initial.py |
11 |
0 |
0 |
100% |
src/accounts/migrations/__init__.py |
0 |
0 |
0 |
100% |
src/accounts/models/__init__.py |
3 |
0 |
0 |
100% |
src/accounts/models/user_credential.py |
17 |
1 |
0 |
94% |
src/accounts/models/user_photo.py |
9 |
0 |
0 |
100% |
src/accounts/models/user_profile.py |
16 |
0 |
0 |
100% |
src/accounts/serializers/__init__.py |
3 |
0 |
0 |
100% |
src/accounts/serializers/user_credential.py |
116 |
40 |
0 |
66% |
src/accounts/serializers/user_photo.py |
15 |
4 |
0 |
73% |
src/accounts/serializers/user_profile.py |
13 |
6 |
0 |
54% |
src/accounts/signals.py |
18 |
0 |
0 |
100% |
src/accounts/urls.py |
4 |
0 |
0 |
100% |
src/accounts/validators/models.py |
95 |
17 |
0 |
82% |
src/accounts/validators/password.py |
44 |
15 |
0 |
66% |
src/accounts/views/__init__.py |
3 |
0 |
0 |
100% |
src/accounts/views/user_credential.py |
79 |
30 |
0 |
62% |
src/accounts/views/user_photo.py |
10 |
2 |
0 |
80% |
src/accounts/views/user_profile.py |
8 |
2 |
0 |
75% |
src/asgi.py |
4 |
4 |
0 |
0% |
src/celery.py |
8 |
0 |
0 |
100% |
src/chatbot/__init__.py |
0 |
0 |
0 |
100% |
src/chatbot/adapters.py |
79 |
42 |
0 |
47% |
src/chatbot/apps.py |
4 |
0 |
0 |
100% |
src/chatbot/config.py |
11 |
0 |
0 |
100% |
src/chatbot/constants.py |
1 |
0 |
0 |
100% |
src/chatbot/factories.py |
6 |
1 |
0 |
83% |
src/chatbot/handlers.py |
14 |
0 |
0 |
100% |
src/chatbot/migrations/__init__.py |
0 |
0 |
0 |
100% |
src/chatbot/mixins.py |
54 |
33 |
0 |
39% |
src/chatbot/models.py |
48 |
0 |
0 |
100% |
src/chatbot/prompts/base.py |
10 |
0 |
0 |
100% |
src/chatbot/prompts/customer_intent_determiner.py |
3 |
0 |
0 |
100% |
src/chatbot/prompts/general/company_information_handler.py |
3 |
0 |
0 |
100% |
src/chatbot/prompts/general/objection_handler.py |
3 |
0 |
0 |
100% |
src/chatbot/prompts/general/off_topic_handler.py |
3 |
0 |
0 |
100% |
src/chatbot/prompts/general/sizing_help_handler.py |
3 |
0 |
0 |
100% |
src/chatbot/prompts/jewelry_consultation/available_options_navigator.py |
3 |
0 |
0 |
100% |
src/chatbot/prompts/jewelry_consultation/discoverer.py |
3 |
0 |
0 |
100% |
src/chatbot/prompts/jewelry_consultation/inventory_validator.py |
3 |
0 |
0 |
100% |
src/chatbot/prompts/jewelry_consultation/preferences_builder.py |
3 |
0 |
0 |
100% |
src/chatbot/prompts/jewelry_consultation/query_for_search_optimizer.py |
3 |
0 |
0 |
100% |
src/chatbot/prompts/jewelry_consultation/recommender.py |
3 |
0 |
0 |
100% |
src/chatbot/serializers.py |
11 |
3 |
0 |
73% |
src/chatbot/services.py |
31 |
21 |
0 |
32% |
src/chatbot/strategies.py |
11 |
5 |
0 |
55% |
src/chatbot/urls.py |
4 |
0 |
0 |
100% |
src/chatbot/utils.py |
37 |
28 |
0 |
24% |
src/chatbot/views.py |
35 |
20 |
0 |
43% |
src/common/__init__.py |
0 |
0 |
0 |
100% |
src/common/apps.py |
4 |
0 |
0 |
100% |
src/common/management/__init__.py |
0 |
0 |
0 |
100% |
src/common/management/commands/__init__.py |
0 |
0 |
0 |
100% |
src/common/management/commands/setup_database.py |
25 |
25 |
0 |
0% |
src/common/mixins.py |
19 |
4 |
0 |
79% |
src/common/permissions.py |
4 |
0 |
0 |
100% |
src/common/services.py |
4 |
0 |
0 |
100% |
src/common/tasks.py |
5 |
0 |
0 |
100% |
src/common/urls.py |
3 |
0 |
0 |
100% |
src/common/utils.py |
13 |
7 |
0 |
46% |
src/common/views.py |
40 |
14 |
0 |
65% |
src/orders/__init__.py |
0 |
0 |
0 |
100% |
src/orders/admin.py |
32 |
15 |
0 |
53% |
src/orders/apps.py |
4 |
0 |
0 |
100% |
src/orders/choices.py |
5 |
0 |
0 |
100% |
src/orders/constants.py |
28 |
0 |
0 |
100% |
src/orders/migrations/0001_initial.py |
6 |
0 |
0 |
100% |
src/orders/migrations/0002_initial.py |
7 |
0 |
0 |
100% |
src/orders/migrations/__init__.py |
0 |
0 |
0 |
100% |
src/orders/models.py |
16 |
1 |
0 |
94% |
src/orders/serializers.py |
65 |
6 |
0 |
91% |
src/orders/services.py |
104 |
2 |
0 |
98% |
src/orders/tasks.py |
9 |
0 |
0 |
100% |
src/orders/urls.py |
6 |
0 |
0 |
100% |
src/orders/views.py |
35 |
10 |
0 |
71% |
src/products/__init__.py |
0 |
0 |
0 |
100% |
src/products/admin.py |
91 |
11 |
0 |
88% |
src/products/apps.py |
6 |
0 |
0 |
100% |
src/products/constants.py |
12 |
0 |
0 |
100% |
src/products/management/__init__.py |
0 |
0 |
0 |
100% |
src/products/management/commands/__init__.py |
0 |
0 |
0 |
100% |
src/products/management/commands/create_products.py |
22 |
22 |
0 |
0% |
src/products/management/commands/create_reviews.py |
59 |
59 |
0 |
0% |
src/products/management/commands/generate_boutique_info.py |
34 |
34 |
0 |
0% |
src/products/management/commands/generate_product_catalog.py |
44 |
44 |
0 |
0% |
src/products/management/products_data.py |
1 |
1 |
0 |
0% |
src/products/managers/__init__.py |
1 |
0 |
0 |
100% |
src/products/managers/base.py |
19 |
11 |
0 |
42% |
src/products/managers/product.py |
21 |
0 |
0 |
100% |
src/products/migrations/0001_initial.py |
8 |
0 |
0 |
100% |
src/products/migrations/__init__.py |
0 |
0 |
0 |
100% |
src/products/mixins.py |
27 |
0 |
0 |
100% |
src/products/models/__init__.py |
3 |
0 |
0 |
100% |
src/products/models/base.py |
24 |
1 |
0 |
96% |
src/products/models/inventory.py |
19 |
1 |
0 |
95% |
src/products/models/product.py |
23 |
0 |
0 |
100% |
src/products/models/review.py |
23 |
1 |
0 |
96% |
src/products/serializers/__init__.py |
2 |
0 |
0 |
100% |
src/products/serializers/base.py |
74 |
35 |
0 |
53% |
src/products/serializers/inventory.py |
15 |
3 |
0 |
80% |
src/products/serializers/product.py |
50 |
0 |
0 |
100% |
src/products/serializers/review.py |
34 |
18 |
0 |
47% |
src/products/serializers/review_management.py |
11 |
3 |
0 |
73% |
src/products/signals.py |
13 |
3 |
0 |
77% |
src/products/urls.py |
8 |
0 |
0 |
100% |
src/products/utils.py |
8 |
5 |
0 |
38% |
src/products/views/__init__.py |
2 |
0 |
0 |
100% |
src/products/views/base.py |
54 |
33 |
0 |
39% |
src/products/views/product.py |
102 |
30 |
0 |
71% |
src/products/views/review.py |
80 |
53 |
0 |
34% |
src/settings.py |
77 |
0 |
0 |
100% |
src/shopping_bags/__init__.py |
0 |
0 |
0 |
100% |
src/shopping_bags/admin.py |
31 |
15 |
0 |
52% |
src/shopping_bags/apps.py |
4 |
0 |
0 |
100% |
src/shopping_bags/constants.py |
4 |
0 |
0 |
100% |
src/shopping_bags/migrations/0001_initial.py |
7 |
0 |
0 |
100% |
src/shopping_bags/migrations/__init__.py |
0 |
0 |
0 |
100% |
src/shopping_bags/models.py |
11 |
0 |
0 |
100% |
src/shopping_bags/serializers.py |
17 |
0 |
0 |
100% |
src/shopping_bags/services.py |
15 |
1 |
0 |
93% |
src/shopping_bags/urls.py |
5 |
0 |
0 |
100% |
src/shopping_bags/views.py |
65 |
8 |
0 |
88% |
src/unfold.py |
4 |
0 |
0 |
100% |
src/urls.py |
5 |
0 |
0 |
100% |
src/wishlists/__init__.py |
0 |
0 |
0 |
100% |
src/wishlists/admin.py |
25 |
9 |
0 |
64% |
src/wishlists/apps.py |
4 |
0 |
0 |
100% |
src/wishlists/constants.py |
5 |
0 |
0 |
100% |
src/wishlists/migrations/0001_initial.py |
7 |
0 |
0 |
100% |
src/wishlists/migrations/__init__.py |
0 |
0 |
0 |
100% |
src/wishlists/models.py |
17 |
2 |
0 |
88% |
src/wishlists/serializers.py |
22 |
1 |
0 |
95% |
src/wishlists/services.py |
36 |
2 |
0 |
94% |
src/wishlists/urls.py |
5 |
0 |
0 |
100% |
src/wishlists/views.py |
50 |
30 |
0 |
40% |
src/wsgi.py |
4 |
4 |
0 |
0% |