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

Class-based SDK for Chat API #88

Merged
merged 14 commits into from
Jan 11, 2024
Merged

Class-based SDK for Chat API #88

merged 14 commits into from
Jan 11, 2024

Conversation

gbogboadePush
Copy link
Collaborator

No description provided.

gbogboadePush and others added 9 commits December 5, 2023 17:49
* feat: add getGroupInfo function

* chore: add deprecation notice to getGroupByName

* feat: add getGroupMemberCount function

* feat: add getGroupMembers functions

* feat: add getAllGroupMembers function

* feat: add getGroupMemberStatus function

* feat: ad getGroupMembersPublicKeys function

* feat: add getAllGroupMembersPublicKeys function

* feat: add updateGroupConfig, updateGroupMembers, updateGroupProfile

* feat: add  addMembers, removeMembers,  addAdmins, removeAdmins

* fix: only show group requests for members and not creator

* Revert "fix: only show group requests for members and not creator"

This reverts commit 0268196.

* chore: add ConnectedUser extends User

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>
* feat: add getGroupInfo function

* chore: add deprecation notice to getGroupByName

* feat: add getGroupMemberCount function

* feat: add getGroupMembers functions

* feat: add getAllGroupMembers function

* feat: add getGroupMemberStatus function

* feat: ad getGroupMembersPublicKeys function

* feat: add getAllGroupMembersPublicKeys function

* feat: add updateGroupConfig, updateGroupMembers, updateGroupProfile

* feat: add  addMembers, removeMembers,  addAdmins, removeAdmins

* fix: only show group requests for members and not creator

* Revert "fix: only show group requests for members and not creator"

This reverts commit 0268196.

* chore: add ConnectedUser extends User

* feat: add scalability changes to approve request

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>
#70)

* feat: implement scalability changes for send message

* chore: remove unused code for update group profile

* chore: add scalability changes for decrypt

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>
* feat: add scalability changes fo updarte group

* chore: add fromUser constructor for ConnectedUser

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>
Co-authored-by: Madhur Gupta <[email protected]>
* feat: add update group info screen

* feat: implement group scalability changes in example app

* feat: disconnect socket when account logs out

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>
Co-authored-by: Madhur Gupta <[email protected]>
@gbogboadePush gbogboadePush changed the base branch from main to chat-scalability-changes-v1 December 21, 2023 11:05
@gbogboadePush gbogboadePush linked an issue Dec 22, 2023 that may be closed by this pull request
Base automatically changed from chat-scalability-changes-v1 to main December 22, 2023 10:36
@gbogboadePush gbogboadePush marked this pull request as ready for review January 3, 2024 08:19
example/lib/main.dart Outdated Show resolved Hide resolved
example/lib/test_functions/chat/update_group_profile.dart Outdated Show resolved Hide resolved
lib/src/pushapi/models.dart Outdated Show resolved Hide resolved
lib/src/helpers/src/crypto.dart Show resolved Hide resolved
Co-authored-by: Gbogboade Ayomide <[email protected]>
* chore: add demo_app and use_cases modules to example

* feat: add chat functions

* feat: add chat use cases

---------

Co-authored-by: Gbogboade Ayomide <[email protected]>
Co-authored-by: Madhur Gupta <[email protected]>
Copy link
Contributor

@madhur-push madhur-push left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@madhur-push madhur-push merged commit a8bc43f into main Jan 11, 2024
@madhur-push madhur-push deleted the class-based-sdk-api branch January 11, 2024 10:20
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 this pull request may close these issues.

Add class-based SDK for chat API
3 participants