Prakhar Kumar
Prakhar Kumar
Resolves #69
In class CodeTool: Current Behaviour: In getters and setters functions we use this._data. Whereas in other parts like onPaste function, constructor, drawView , we are using this.data to access the...
Resolves #71 Current behaviour: using either _data or data. No consistency on how data variable is being used. Fix: changed to use _data everywhere.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I have a cdk app with api gateway, lambda and dynamodb....
Date: 26 Jan 2025 Developer Name: Prakhar Kumar --- ## Issue Ticket Number - Closes #2274 ## Description Refactored get users function in user controller by decomposing into smaller functions...