You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add email invitation functionality for new organisation members
- Updated the organisation model to include ChaosEmail for sending invitations.
- Added TODOs for future invite code generation and summary of related UI.
* UI for email invite
* remigrate db, invite model and handler
* add another field in organisation_invite table, according to Kavika's feedback. Fix the backend accordingly.
* frontend the invite page, will now show error log, for example, user already exists etc
* track inviting user's id
* revert api.ts
* fix from passing props to using react-query
* remove try and catch in the invite frontend component
* fix not allow duplicate invites in the backend side
* accept invite if not log in will direct to create account
* invite backend fixes
* invite frontend fixes
---------
Co-authored-by: Peter Nguyen <z5662723@ad.unsw.edu.au>
0 commit comments