Commit graph

5 commits

Author SHA1 Message Date
564ce0706b Features: Full Geo rework.
Fixes: 1) Address redundant migration logic by dropping stale migrations; 2) Cleanup swapper-based dependencies in Geo models;

Extra: Streamlined database initialization by resetting all previous migrations.
2025-05-19 14:45:53 +03:00
ec4fa17d72 Features: ;
Fixes: 1) Fix indentation issue in handling zip file stream for proper file processing;

Extra: ;
2025-05-16 02:05:02 +03:00
97b877c943 Features: 1) Add support for parsing files directly from zip-encoded streams.
Fixes: 1) Correct parsing logic to ensure consistent handling of file objects regardless of source type.

Extra: Refactor indentation and reduce duplicate logic for file parsing.
2025-05-16 01:53:19 +03:00
43c8df0c05 Features: 1) Add support for shipping and billing addresses in serializers, mutations, and models; 2) Validate address inputs during order purchasing; 3) Auto-fill billing address if only shipping address is provided and vice-versa;
Fixes: 1) Correct redundant variable and file handling in geo management commands; 2) Fix formatting inconsistencies in tqdm loops across geo management commands; 3) Remove unnecessary decorator in token verification view;

Extra: Clean up imports, line breaks, and redundant code for better readability and maintainability in multiple files;
2025-05-16 01:47:45 +03:00
68febcdb08 Initial Commit 2025-04-29 22:40:30 +03:00