4aae0064ca
fix(views): optimize database queries to solve N+1 problems 🔨 🐛
2025-07-25 23:22:35 +05:00
446ca6653e
feat(filters, serializers): add user filtering and enhance user serialization in Payment and Device models ✨
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m46s
2025-07-24 20:34:50 +05:00
bb2d0348c2
feat(devices): add pending_payment_id field to DeviceSerializer for tracking unpaid payments ✨
2025-07-09 22:06:28 +05:00
e2ede37f4f
refactor(devices): update device payment status in background task and remove unused serializer field 🔨
2025-07-09 21:55:33 +05:00
8657435fbf
fix(payment): refine unpaid payment query to include status and expiration checks 🐛
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m59s
2025-07-08 20:53:05 +05:00
3d541831c7
refactor(portal-api): Device serializers to include user information and ensure consistent Meta class formatting 🔨
2025-06-30 22:29:27 +05:00
83db42cc60
Refactor and enhance device management and authentication features
...
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 4m12s
- Updated the `reverse_dhivehi_string` function to correct the range for combining characters.
- Added new device handling in the health check view and integrated the `add_new_devices_to_omada` task.
- Improved date handling in `CreateTemporaryUserView` to ensure proper string conversion.
- Enhanced OTP sending by converting mobile numbers to strings.
- Implemented MAC address validation in the `Device` model using a custom validator.
- Removed unnecessary fields from the `CreateDeviceSerializer`.
- Normalized MAC address format in the `DeviceListCreateAPIView`.
- Updated the `djangopasswordlessknox` package to improve code consistency and readability.
- Added migration to enforce MAC address validation in the database.
2025-04-25 14:37:27 +05:00
9595476569
Refactor UpdatePaymentSerializer to include only number_of_months field, add DeletePaymentView for payment deletion, and enhance VerifyPaymentView with payment_id lookup. Introduce pending_payment_id field in DeviceSerializer to track unpaid payments.
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m18s
2025-04-08 21:38:43 +05:00
c3abdd8e34
Add has_a_pending_payment field to Device model and update related views for payment handling
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m38s
2025-04-07 22:24:52 +05:00
c127c5d093
Add registered field to CreateDeviceSerializer and enhance BlockDeviceSerializer with reason_for_blocking and blocked_by fields
2025-04-06 22:40:07 +05:00
b415d8f35b
Add BlockDeviceSerializer and DeviceBlockAPIView for blocking devices
2025-04-06 21:38:41 +05:00
b87dcfaf26
Add UpdateUserWalletView and CustomUserByWalletBalanceSerializer for wallet balance updates
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m12s
2025-04-05 20:53:06 +05:00
4d0eb86478
Initial commit
2025-01-20 14:33:03 +05:00