Skip to content

Add fieldsets for document and account#149

Merged
domdinicola merged 3 commits intodevelopfrom
feature/fieldsets-for-account-and-document
Jun 26, 2025
Merged

Add fieldsets for document and account#149
domdinicola merged 3 commits intodevelopfrom
feature/fieldsets-for-account-and-document

Conversation

@datamik
Copy link
Contributor

@datamik datamik commented Jun 23, 2025

Legal Boilerplate

Look, I get it.
Contributing to HOPE Workspace, I retain all rights, title and interest in and to my contributions, and by keeping
this boilerplate intact I confirm that HOPE Workspace can use, modify, copy, and redistribute my contributions,
under HOPE's choice of terms.

@codecov
Copy link

codecov bot commented Jun 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.38%. Comparing base (59919f6) to head (6873e0a).
Report is 10 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #149      +/-   ##
===========================================
+ Coverage    95.37%   95.38%   +0.01%     
===========================================
  Files          170      171       +1     
  Lines         5400     5415      +15     
  Branches       474      474              
===========================================
+ Hits          5150     5165      +15     
  Misses         152      152              
  Partials        98       98              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

document_fields = [
("document_number", {"field_type": forms.CharField}, {}),
("photo", {"field_type": Base64ImageField}, {}),
("issuance_date", {"field_type": forms.DateField}, {}),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's add country (former issuer)


account_fields = [
("number", {"field_type": forms.CharField}, {}),
("data", {"field_type": forms.JSONField}, {}),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to add financial_institution (we need to sync them from HOPE)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also unique_key

@datamik datamik force-pushed the feature/fieldsets-for-account-and-document branch from e5e22dd to 856bfbb Compare June 24, 2025 11:39
@datamik datamik force-pushed the feature/fieldsets-for-account-and-document branch from 856bfbb to b7e5093 Compare June 24, 2025 19:11
@datamik datamik marked this pull request as ready for review June 25, 2025 09:12
@datamik datamik force-pushed the feature/fieldsets-for-account-and-document branch from b7e5093 to 6873e0a Compare June 25, 2025 10:00
@domdinicola domdinicola merged commit 609fe78 into develop Jun 26, 2025
12 checks passed
@domdinicola domdinicola deleted the feature/fieldsets-for-account-and-document branch June 26, 2025 17:30
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.

3 participants