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

Have AttributesAPI ApplyPhraseToUser return new DTO with success, error, approved, rejected, in review fields #289

Open
mrsbluerose opened this issue Oct 1, 2024 · 1 comment · Fixed by #292
Assignees

Comments

@mrsbluerose
Copy link
Collaborator

mrsbluerose commented Oct 1, 2024

Have Attributes API return new dto - success, error, approved, rejected, in review fields
Check exception, bad request and return in error
Add third user Notification for in review
(logic from service should return true/false for whether phrase was approved or added to ToBeReviewed)

Relates to #288

@mrsbluerose mrsbluerose self-assigned this Oct 1, 2024
@mrsbluerose mrsbluerose moved this to In Progress in TribeApp Project Oct 1, 2024
@mrsbluerose mrsbluerose changed the title Have AttributesAPI return new DTO with success, error, approved, rejected, in review fields Have AttributesAPI ApplyPhraseToUser return new DTO with success, error, approved, rejected, in review fields Oct 1, 2024
@mrsbluerose
Copy link
Collaborator Author

per meeting 10/1:
remove logic for returning an error (unnecessary)
place dto builder logic in service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment