-
Notifications
You must be signed in to change notification settings - Fork 3
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
🗃️ [#61] created Partij, Persoon, ContactPersoon and Organisatie models #73
Conversation
e8514ad
to
e9fd5ca
Compare
Codecov Report
@@ Coverage Diff @@
## master #73 +/- ##
==========================================
+ Coverage 96.15% 96.25% +0.10%
==========================================
Files 99 104 +5
Lines 3508 3684 +176
==========================================
+ Hits 3373 3546 +173
- Misses 135 138 +3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
e9fd5ca
to
3e91f79
Compare
6989ecb
to
b512559
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed the Partij model for now, will continue tomorrow 🙂
0ef7106
to
c4c8265
Compare
c4c8265
to
4a8c2d2
Compare
) | ||
|
||
# Correspondentieadres model fields: | ||
correspondentieadres_nummeraanduiding_id = models.UUIDField( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wijzig naar CharField(255) met een # TODO er bij dat dit nog opgehelderd moet worden.
Fixes #61
Added the models:
Added django choice options acording to the Enumeratie