This website requires JavaScript.
Explore
Help
Sign In
sarlink
/
sarlinkportal-api
Watch
0
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8670023233d755f97ebee031a622a3a29545353e
sarlinkportal-api
/
devices
T
History
i701
b8d9f5cf87
Refactor VerifyPaymentView to include checks for payment status and user authorization. Update logging level in settings.py to suppress certain logs during testing. Add comprehensive tests for device management in DeviceAPITestCase.
2025-04-11 17:06:28 +05:00
..
migrations
Add has_a_pending_payment field to Device model and update related views for payment handling
2025-04-07 22:24:52 +05:00
__init__.py
Initial commit
2025-01-20 14:33:03 +05:00
admin.py
Initial commit
2025-01-20 14:33:03 +05:00
apps.py
Initial commit
2025-01-20 14:33:03 +05:00
filters.py
Initial commit
2025-01-20 14:33:03 +05:00
models.py
Add has_a_pending_payment field to Device model and update related views for payment handling
2025-04-07 22:24:52 +05:00
serializers.py
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.
2025-04-08 21:38:43 +05:00
tests.py
Refactor VerifyPaymentView to include checks for payment status and user authorization. Update logging level in settings.py to suppress certain logs during testing. Add comprehensive tests for device management in DeviceAPITestCase.
2025-04-11 17:06:28 +05:00
urls.py
Add BlockDeviceSerializer and DeviceBlockAPIView for blocking devices
2025-04-06 21:38:41 +05:00
views.py
Add has_a_pending_payment field to Device model and update related views for payment handling
2025-04-07 22:24:52 +05:00