This is with reference to a discussion in a thread [1] here:

I need two requirements :
- I need an object of a user which has an attribute which tells us what are all 
the emails of the following user.
- I need an object of an email having an attribute which tells us what 
mailing-lists that email has been subscribed to.

For the first one, we already have a User model each object of which is mapped 
to more than one Address objects
For the second one, we technically have the Address class but it does not 
contain the details as to which lists email has subscribed. What we do know is 
an object of Member class is created when we subscribe.
Pointers on the above would be helpful


I can do the following,
Create a many-to-one relationship between Member and Address
Variables for processing bounces including CURRENT_BOUNCE_SCORE and 
CROSSED_OR_NOT will be in the Member object
MODIFIED_THRESHOLD variables will be in Address model
( Please refer to my proposal[2] under the "Approach and Detailed Explanation" 
Section if the above seems foreign to you )

Is the following approach plausible or am I missing something here?

[1]:https://mail.python.org/archives/list/mailman-developers@python.org/thread/6MJGDNV7RJV7RKQLMUD5VJVDZ2ZWEXJU/
[2]:https://docs.google.com/document/d/1Pv-EuIwrhKM-_inf2HMHVgVzRKjEUwRl-_flMamsJsc/edit#heading=h.i8le5r22o0xr
_______________________________________________
Mailman-Developers mailing list -- mailman-developers@python.org
To unsubscribe send an email to mailman-developers-le...@python.org
https://mail.python.org/mailman3/lists/mailman-developers.python.org/
Mailman FAQ: https://wiki.list.org/x/AgA3

Security Policy: https://wiki.list.org/x/QIA9

Reply via email to