-
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
[Backend] Create endpoint to accept invite #271
Comments
Hey |
Hey @s0hei1 , Welcome, fell free to sign to you and start this one, let me know if you need anything. |
cool, its my first experience |
i've read your development guide... |
is there any database backup to restore for testing? |
Cool, welcome. This is my first project that I share to more people contribute. You can assign for yourself and move to in progress in project please. |
Sorry, I'll take some time to improve my development guide with your tips. Thanks. But really no worry so much with that. |
When you run the project it create some data to turn simple for tests inside https://github.com/FelipePSoares/EconoFlow/blob/master/EasyFinance.Server%2FProgram.cs |
And I thought now, but to be possible develop this issue that you are working now, this one need to be done first. Let me see if @saksham-malhotra-27 will want to do that. If he decided don't do it I'll work on it then you can start this issue with this new fields. |
Hey @s0hei1! The issue that has dependency is merged, now you can work on it if you want. Thank you in advance. |
Create an endpoint in the
ProjectsController
to accept a invitation to a project. This will allow users to accept a invitation for a specific project.Endpoint:
POST
endpoint to theProjectsController
./api/projects/{token}/accept
POST
Logic:
The text was updated successfully, but these errors were encountered: