-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Feat] User service #61
Milestone
Comments
angel-penchev
added
feature
New feature or request
server
Tasks regarding the centralized server
labels
Nov 19, 2020
angel-penchev
added a commit
that referenced
this issue
Jan 15, 2021
angel-penchev
added a commit
that referenced
this issue
Jan 27, 2021
angel-penchev
added a commit
that referenced
this issue
Jan 27, 2021
angel-penchev
added a commit
that referenced
this issue
Feb 1, 2021
angel-penchev
added a commit
that referenced
this issue
Feb 1, 2021
angel-penchev
added a commit
that referenced
this issue
Feb 1, 2021
angel-penchev
added a commit
that referenced
this issue
Feb 1, 2021
angel-penchev
added a commit
that referenced
this issue
Feb 1, 2021
angel-penchev
added a commit
that referenced
this issue
Feb 2, 2021
angel-penchev
added a commit
that referenced
this issue
Feb 2, 2021
angel-penchev
added a commit
that referenced
this issue
Feb 2, 2021
angel-penchev
added a commit
that referenced
this issue
Feb 2, 2021
angel-penchev
added a commit
that referenced
this issue
Feb 3, 2021
Created a usecase which processes a payment using Stripe, stores its' data in a database table and notifies other services. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 7, 2021
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Created a interface for communicating with the messagebird api. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Switched SMS backend to Twilio as the response contains "accountSid", which I will use as user token. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Added controllers for handling sms sending and code verification. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Converted from callbacks to async/await promises so the usecases can properly do its' job. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Fixed an issue with incorrect passing of request parameters to usecase. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Created a usecase for sending verification SMS. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Created a usecase for verifing the user. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Added a interface for interacting with the database. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Interface now throws on error. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Added user token generation as apperantly crypto does not support it. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Added a function for finding users by querying a phoneNumber. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Added users storing if the user has not logged in already. References #61.
angel-penchev
added a commit
that referenced
this issue
Feb 9, 2021
Made so the service is listening for user verification requests. References #61
angel-penchev
added a commit
that referenced
this issue
May 24, 2021
Cleaned up and reorganized the users service. References #61.
angel-penchev
added a commit
that referenced
this issue
May 25, 2021
Now using knex query builder as typeorm presented issues. Proper core module initialization in docker container. Fixed ts-node issue when using "paths" in config. Swapped out long relative paths for aliases. References #61.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature you'd like
A clear and concise description of what you want to happen.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: