OWASP / crAPI

completely ridiculous API (crAPI)
Apache License 2.0
1.03k stars 325 forks source link

Pagination for UI #249

Closed piyushroshan closed 2 months ago

piyushroshan commented 2 months ago

Description

Pagination for UI

Testing

Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested the service locally.

Documentation

Make sure that you have documented corresponding changes in this repository.

Checklist:

github-actions[bot] commented 2 months ago

Test Results

83 tests  ±0   83 :white_check_mark: ±0   1s :stopwatch: ±0s 17 suites ±0    0 :zzz: ±0   7 files   ±0    0 :x: ±0 

Results for commit e677f24d. ± Comparison against base commit b6e81a1a.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 2 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1114 891 80% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
services/workshop/init.py 100% 🟢
services/workshop/crapi/init.py 100% 🟢
services/workshop/crapi/apps.py 18% 🟢
services/workshop/crapi/mechanic/init.py 100% 🟢
services/workshop/crapi/mechanic/models.py 93% 🟢
services/workshop/crapi/mechanic/serializers.py 100% 🟢
services/workshop/crapi/mechanic/tests.py 100% 🟢
services/workshop/crapi/mechanic/urls.py 100% 🟢
services/workshop/crapi/mechanic/views.py 92% 🟢
services/workshop/crapi/merchant/init.py 100% 🟢
services/workshop/crapi/merchant/serializers.py 100% 🟢
services/workshop/crapi/merchant/tests.py 100% 🟢
services/workshop/crapi/merchant/urls.py 100% 🟢
services/workshop/crapi/merchant/views.py 75% 🟢
services/workshop/crapi/migrations/0001_initial.py 100% 🟢
services/workshop/crapi/migrations/0002_order_transaction_id.py 100% 🟢
services/workshop/crapi/migrations/0003_alter_appliedcoupon_id_alter_mechanic_id_and_more.py 100% 🟢
services/workshop/crapi/migrations/init.py 100% 🟢
services/workshop/crapi/models.py 100% 🟢
services/workshop/crapi/shop/init.py 100% 🟢
services/workshop/crapi/shop/models.py 91% 🟢
services/workshop/crapi/shop/serializers.py 100% 🟢
services/workshop/crapi/shop/tests.py 100% 🟢
services/workshop/crapi/shop/urls.py 100% 🟢
services/workshop/crapi/shop/views.py 64% 🟢
services/workshop/crapi/urls.py 100% 🟢
services/workshop/crapi/user/init.py 100% 🟢
services/workshop/crapi/user/models.py 92% 🟢
services/workshop/crapi/user/serializers.py 100% 🟢
services/workshop/crapi/user/tests.py 96% 🟢
services/workshop/crapi/user/urls.py 100% 🟢
services/workshop/crapi/user/views.py 96% 🟢
services/workshop/crapi_site/init.py 100% 🟢
services/workshop/crapi_site/settings.py 88% 🟢
services/workshop/crapi_site/urls.py 100% 🟢
services/workshop/manage.py 83% 🟢
services/workshop/utils/init.py 100% 🟢
services/workshop/utils/helper.py 100% 🟢
services/workshop/utils/jwt.py 35% 🟢
services/workshop/utils/messages.py 100% 🟢
services/workshop/utils/mock_methods.py 100% 🟢
TOTAL 93% 🟢

updated for commit: e677f24 by action🐍