Commit graph

31 commits

Author SHA1 Message Date
3d27660895 feat: add S3 key fields to seller model and update document preview logic to prioritize S3 keys over file paths
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 27s
2026-08-16 16:03:49 +05:30
e006e773d2 feat: add dynamic S3 presigned URL redirection to preview_document view
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
2026-08-16 15:57:21 +05:30
3f713d80c5 fix: remove IsCRMAdmin permission requirement from preview_document view
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 22s
2026-08-16 15:52:25 +05:30
78db3c181a refactor: update document preview URLs and add xframe_options_exempt to preview_document view
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 22s
2026-08-16 15:43:24 +05:30
674da9d356 feat: implement document preview endpoint and update seller document URLs to use internal proxying
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 24s
2026-08-16 15:40:34 +05:30
64641fa9b8 chore: update gitignore to include common Python build artifacts and test caches
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
2026-08-16 15:33:39 +05:30
c4df013f98 chore: update .gitignore to exclude all python cache files and directories 2026-08-16 15:33:34 +05:30
60f5e9bc3c feat: add Category model to customer serializers
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 27s
2026-08-16 15:31:58 +05:30
80ea0858ee feat: implement category management system and product-to-category mapping functionality
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 22s
2026-08-16 15:29:44 +05:30
e82dc2f555 feat: add status filtering to customer list and status-based filtering to product list
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 22s
2026-08-16 15:18:30 +05:30
5cbc5d9da9 implement seller document verification workflow, add product rejection status, and update product and seller models.
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
2026-08-16 15:09:35 +05:30
1bc9e0af96 adding product block
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 28s
2026-08-16 14:55:29 +05:30
d30ded3842 docs: update context documentation with project architecture and database routing details
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 23s
2026-08-16 11:31:23 +05:30
6ccacf7ad3 Support activating/reinstating customer account from CRM
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 21s
2026-08-16 11:24:43 +05:30
28044398dd Map customer status to is_active column and perform actual database update on banning/suspending
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 27s
2026-08-16 11:22:50 +05:30
13df02729b Align customer models and database target to customerwebsite
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 24s
2026-08-16 11:19:33 +05:30
02c1cfaae9 Add delete_seller API view and URL route
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 31s
2026-08-16 11:08:54 +05:30
49d470c2b0 Enable real database deletion of products
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 21s
2026-08-16 11:03:10 +05:30
b826cc2feb Align unmanaged models, fields, and views to actual PostgreSQL schemas
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 21s
2026-08-16 10:57:24 +05:30
69bd8fa35f Configure 4-database multi-routing and correct table mappings for PostgreSQL
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 22s
2026-08-16 10:53:43 +05:30
8198bccfaa Fix database environment configurations in deployment workflow
Some checks failed
Deploy Beta (NATIVE) / deploy (push) Failing after 20s
2026-08-16 10:36:25 +05:30
abc3b5c325 feat: add audit logs endpoint and enhance dashboard statistics with sales metrics and quick tasks
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 21s
2026-08-16 10:32:27 +05:30
d443b4e799 chore: remove autogenerated python bytecode files from version control
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 21s
2026-08-16 10:18:27 +05:30
da7cf1122b Add dynamic dashboard API endpoint
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 26s
2026-08-16 10:16:36 +05:30
4130bf88d5 feat: implement service management and diagnostic views for backend monitoring
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 30s
2026-08-16 10:12:59 +05:30
615166c069 Auto-create CRMAdmin metadata profiles for superusers to prevent 403 Forbidden on EC2
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 25s
2026-08-15 19:50:05 +05:30
c78c2c31a9 fixing pages url
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 27s
2026-08-15 19:44:24 +05:30
90ef6061e2 Fix routing to support /crm prefix on EC2 reverse proxy 2026-08-15 19:43:30 +05:30
d83a3ab0eb add configure_nginx_proxy script to beta deployment workflow
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 26s
2026-08-15 19:28:52 +05:30
d32e9d5eac initial commit
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 21s
2026-08-15 19:24:29 +05:30
05e1a1a149 initial commit
All checks were successful
Deploy Beta (NATIVE) / deploy (push) Successful in 38s
2026-08-15 19:22:16 +05:30