-
-
Notifications
You must be signed in to change notification settings - Fork 60
Add PO Number field to Sponsorship model (#255) #258
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
base: main
Are you sure you want to change the base?
Add PO Number field to Sponsorship model (#255) #258
Conversation
- Add optional po_number CharField to SponsorshipProfile model - Update admin interface to display and export po_number field - Add po_number to SponsorshipProfileForm for user input - Create migration for the new field - Field is optional
✅ Deploy Preview for pyladiescon-portal-docs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thank you. This is in a good shape. Example
|
- Add test in test_forms.py to verify po_number is saved correctly - Add test_po_number_field_is_saved in test_models.py to verify field persistence - Add test_po_number_field_can_be_empty to verify optional behavior
Mariatta
left a comment
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.
Looks great, thanks!
|
Sorry I forgot one thing. Could you please add the field to the Create Sponsor Form? We added various fields there, and the PO number is needed as well. |
|
Now that I've merged your other PR which includes the Sponsorship Profile Detail view, could you add the PO number field to that page as well? Thanks. |
…thub.com/ArnavBallinCode/pyladiescon-portal into feature/add-po-number-to-sponsorship-255
#255