-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
Write tests for lib/utils/encryptor.dart #2149
Comments
@Ayush0Chaudhary @noman2002 I would like to work on this issue.. can you please assign it to me? |
Solve other issues first |
@Ayush0Chaudhary @noman2002 Can you assign this issue to me? |
There is a problem lying in the |
If Maintainers can allow me, I can move forward with random configurations which can be modified further, otherwise test can't be written as parameters are wrong! |
@literalEval Please answer this query. |
I have modified this function in this way with the help of the blog Asymmetric Key Generation in Flutter. Kindly check if it is right as it is working fine! |
Was waiting for the response, so I raised a PR #2220, the function is modified, kindly review the PR. |
I think the PR is not linked with this issue. PR is merged, please close this issue. Will keep in mind next time to link PR properly with issue. |
Hello @Manik2708. Sorry for being late to the discussion. There were some package changes for the encryption system in the end, which might have caused the issue. The idea was to write a skeleton which can be easily implemented. Thanks for pointing out the issue. If you are interested, we can work on enhancing the encryption system. Thanks and regards. |
No problem, I understand your time constraints. I request you to kindly view the function which I have modified. Is it consistent with the security options? Currently Encryption is working well. I am also working on Chats System in my personal project. So it's a kind of suggestion to move to Cassandra Database for Chats (Other Databases will fail to provide DELETE option to users) in backend. Then I think Chats would work more efficiently. Currently @palisadoes said that Chats are not working, I think we can create a seperate branch to give it a try for chats. Or it might be a probable project for GSoC. |
Fixing Chat and notifications will be a GSoC project |
The Talawa code base needs to be 100% reliable. This means we need to have 100% unittest code coverage. No functionality must be removed to achieve this goal.
We will need unittests done for all methods, classes and functions found in this file.
Any widgets referenced in this file must also have unittests done
The current code coverage for this file can be found here:
The text was updated successfully, but these errors were encountered: