Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination for UI #249

Merged
merged 4 commits into from
May 17, 2024
Merged

Pagination for UI #249

merged 4 commits into from
May 17, 2024

Conversation

piyushroshan
Copy link
Collaborator

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:

  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged
  • I have documented any changes if required in the docs.

Copy link

github-actions bot commented May 17, 2024

Test Results

83 tests  ±0   83 ✅ ±0   1s ⏱️ ±0s
17 suites ±0    0 💤 ±0 
 7 files   ±0    0 ❌ ±0 

Results for commit e677f24. ± Comparison against base commit b6e81a1.

♻️ This comment has been updated with latest results.

Copy link

☂️ 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🐍

@piyushroshan piyushroshan merged commit d2c1941 into develop May 17, 2024
4 checks passed
@piyushroshan piyushroshan deleted the pagination branch May 17, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant