Skip to content
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

OrganizationController.cs #28

Open
8 tasks done
wahidustoz opened this issue Feb 4, 2022 · 0 comments · May be fixed by #54
Open
8 tasks done

OrganizationController.cs #28

wahidustoz opened this issue Feb 4, 2022 · 0 comments · May be fixed by #54
Assignees

Comments

@wahidustoz
Copy link
Member

wahidustoz commented Feb 4, 2022

Create OrganizationController.cs

  • Should be Authorized at Controller level
  • /organizations GET should return organizations for current user only, should not include invoices and contacts
  • /organizations POST should create an organization
  • /organization/{id} POST should update the organization
  • /organization/{id}/remove GET should delete the organization
  • /organization/{id} should return single organization with all its contacts and invoices
  • should validate all ViewModels
  • should log everything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants