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

[backend/frontend] Improve readability of works in the connector interface #9942

Merged
merged 11 commits into from
Feb 21, 2025

Conversation

CelineSebe
Copy link
Member

@CelineSebe CelineSebe commented Feb 12, 2025

Proposed changes

  • add created_at for the in progress works, to see the oldest
  • add counter for the 'In progress works' and 'Completed works'

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality
  • I wrote test cases for the relevant uses case (coverage and e2e)
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

@CelineSebe CelineSebe self-assigned this Feb 12, 2025
@github-actions github-actions bot added the filigran team use to identify PR from the Filigran team label Feb 12, 2025
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.41%. Comparing base (7d55b76) to head (310ac8a).
Report is 60 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9942      +/-   ##
==========================================
+ Coverage   64.29%   65.41%   +1.12%     
==========================================
  Files         655      656       +1     
  Lines       62933    63434     +501     
  Branches     6964     7851     +887     
==========================================
+ Hits        40460    41497    +1037     
+ Misses      22473    21937     -536     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CelineSebe CelineSebe changed the title [backend/frontend] Fixes to see "active" job in connector interface when there are more than 50 jobs in progress [backend/frontend] Fix "active" job in connector interface when there are more than 50 jobs in progress Feb 13, 2025
@CelineSebe CelineSebe marked this pull request as ready for review February 13, 2025 14:22
@CelineSebe CelineSebe changed the title [backend/frontend] Fix "active" job in connector interface when there are more than 50 jobs in progress [backend/frontend] Improve readability of works in the connector interface Feb 21, 2025
@CelineSebe CelineSebe merged commit a5e9f22 into master Feb 21, 2025
9 checks passed
@CelineSebe CelineSebe deleted the issue/8015 branch February 21, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to see "active" job in connector interface when there are more than 50 jobs in progress.
3 participants