-
Notifications
You must be signed in to change notification settings - Fork 63
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
Define a template in Lob with the least amount of cardinality #183
Comments
Questions:
|
Session with @waldnzwrld @mayamessinger @JamesMGreene Calling API (have all letter info in memory)
Constituent Table: separate user model: Letters would have campaign ID Constituent table:
Current protection of Database:
Auth0 notes to see what backend does |
@manishapriya94 Hi Manisha, just wanted to check with you if you would recommend me picking up this issue as part of epic 1. Looking forward to your guidance. Thanks. |
Sure thing, @paramsiddharth is leading this one |
@SAUMILDHANKAR Hi Saumil! Feel free to pick this up. This is one of the main issues under the epic. Let me know if you have any questions! |
In order to effectively store sent letters in a database we need those letters to remain fairly consistent.
A template with the lowest cardinality would be as simple as
We could utilise a more complex template however we want the same variables in any template that we would use so that database retrieval and storage is not overly complex.
The text was updated successfully, but these errors were encountered: