-
Notifications
You must be signed in to change notification settings - Fork 31
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
Remove unnecessary joins from develop branch #645
Remove unnecessary joins from develop branch #645
Conversation
* Update dockerfile to node version 16 6366307229 / Create subscriptions table * Add subscription entity This will hold any subscriotions related to Bloom. For now, this will be whatsapp but in the future, we may also have email subscriptions. 6366307229 / Create subscriptions table * Create user subscription table This will hold information on the subscriptions a user has. It will also hold information on when a subscription was cancelled. 882f38dfea / Create user subscriptions table * Add migration to create subscription user table 882f38dfea / Create user subscriptions table * Add test fixes 882f38dfea / Create user subscriptions table
Merge to bring in whatsapp subscription endpoint to main
These were missed out in the original migration which created subscription tables.
The base entity which brings in the createdAt and updatedAt fields automatically has now been renamed to base bloom entity. This prevents the type orm base entity from being imported by mistake when the intention is to import the bloom base entity. 5bc71b407d
Merge develop to main
Merge develop into main
Merge develop to main
Merge Develop into Main
6b935e1bc5 / Add verification for whatsapp endpoints
Add logging and add status enum for when subscription already exists. Also added number sanitization to the service. This prevents numbers with white spaces being accepted by the whatsapp endpoint. 6b935e1bc5 / Add verification for whatsapp endpoints
6b935e1bc5 / Add verification for whatsapp endpoints
6b935e1bc5 / Improvements for whatsapp backend
6b935e1bc5 / Improvements for whatsapp backend
Once a subscription is created, the created object is then used to retrieve the full subscription info. This includes the subscription name. This will allow the front end to parse different subscriptions as needed. 6b935e1bc5 / Improvements for whatsapp backend
This will allow the front end to parse different subscriptions as needed. 6b935e1bc5 / Improvements for whatsapp backend
6b935e1bc5 / Improvements for whatsapp backend
Create new course user if missing
Update error status code to 401 when ID token expired
Update partner-access table to remove unique user constraint
Merge Develop onto Main
Release therapy email case sensitivity fix, cypress delete user route and better error handling
Release new logging & dependency updates
Update therapy session table to handle null & fix issue with session completion
Merge Develop onto Main
Merge Develop into main
Merge Dev onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
Merge Develop onto Main
@reidn3r Thanks for this! This all works for me - the git history is just a bit strange. Is there any way of you fixing this? |
@eleanorreem Maybe it was strange because my branch was some commits behind from base branch?? I've updated the branch via GitHub, and I believe it's correct now. Sorry for these mistakes, its my first open source contribution 😬 |
@reidn3r Thanks for opening a new PR. |
@kyleecodes @eleanorreem Hope it's correct now |
Now, from develop branch: