Feature/basic editor#192
Open
PurnabrataPanja wants to merge 3 commits intovicharanashala:mainfrom
Open
Conversation
- Add detectBehavior module with scoring system based on typing features - Create unit tests for detection engine functionality - Introduce feature extraction module to analyze keyboard events - Add tests for feature extraction and individual scoring functions - Develop comprehensive API integration tests for session management and event processing - Implement health check and database integration tests - Create end-to-end tests to validate the complete workflow of the system
- Updated scoring thresholds for features in detectBehavior.js to improve accuracy. - Refined confidence calculation logic based on updated scoring. - Modified detectBehavior function to accept wordCount for better analysis. - Improved explanation generation for detection results. test: Update detection engine tests for new scoring logic - Adjusted test cases in detectBehavior.test.js to reflect changes in scoring thresholds and confidence levels. - Added tests for edge cases and ensured comprehensive coverage for feature scoring. refactor: Clean up server index and test files - Removed unnecessary console logs and comments in index.js for cleaner code. - Simplified error handling and logging in test-db.js and test-integration.js. feat: Implement NotesApp component for note-taking functionality - Created NotesApp component to manage notes with local storage persistence. - Integrated session management with backend for note analysis. - Added functionality to save notes, load reports, and handle errors. chore: Define Note type for TypeScript - Added note.ts to define the Note type for better type safety in the NotesApp component.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.