-
Notifications
You must be signed in to change notification settings - Fork 71
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
[#855] 4) membership request flow frontend integration #1132
[#855] 4) membership request flow frontend integration #1132
Conversation
be11589
to
9f968cb
Compare
9f968cb
to
1ae8d3f
Compare
rebased - should fail until the dependent PRs are merged and released. |
0e7dc13
to
db7ead5
Compare
…tend [+] This concludes the 2nd flow of the membership request feature. Remaining flows are - 'waiting for decision' flow - 'making a decision' flow This PR needs to be complemented by: - one in invenio-requests (done) - one in invenio-rdm-records (to do)
db7ead5
to
a5e0c0c
Compare
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.
Updated and made tests pass
@@ -0,0 +1,338 @@ | |||
# -*- coding: utf-8 -*- |
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.
Moved from tests/members/test_members_services.py to resolve flaky tests
I will merge this one to get all the previous ones in at the same time. Then I will rebase and cleanup the next ones and communicate again. Thanks! |
This one
This concludes the 2nd flow of the membership request feature.
Remaining flows are
This PR depends on: inveniosoftware/invenio-requests#382 (well not directly but for full effect)
Screencast
Screencast.from.05-07-2024.02.16.56.PM.webm
(Note: "Deleted User" is something I get locally even without any of my code changes from this and previous PRs. As such putting that aside)
Previous ones