-
Notifications
You must be signed in to change notification settings - Fork 0
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
feature: isActive account attribute #215
base: develop
Are you sure you want to change the base?
Conversation
Set |
…EUP/website-niaefeup-backend into feature/isActive-account-attribute
Check the documentation preview: https://67ae21ea2272281c2e04db64--niaefeup-backend-docs.netlify.app |
Check the documentation preview: https://67ae2e7ecc5ae5ffc48fadfa--niaefeup-backend-docs.netlify.app |
Check the documentation preview: https://67bdfcc1302f06e2d33df856--niaefeup-backend-docs.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Some non-essential comments but we can also close as is!
...otlin/pt/up/fe/ni/website/backend/utils/documentation/payloadschemas/model/PayloadAccount.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed, we should add isActive
value checks to the rest of the tests in
AccountControllerTest
to be thorough
…EUP/website-niaefeup-backend into feature/isActive-account-attribute
Check the documentation preview: https://67bf0718484a9b3712231473--niaefeup-backend-docs.netlify.app |
Check the documentation preview: https://67bf09f3fb32ff405f523456--niaefeup-backend-docs.netlify.app |
Closes #212
This PR aims to add an
isActive
flag to theAccount
entity in order to distinguish active members from inactive ones.Review checklist