Skip to content

Feature/basic editor#192

Open
PurnabrataPanja wants to merge 3 commits intovicharanashala:mainfrom
PurnabrataPanja:feature/basic-editor
Open

Feature/basic editor#192
PurnabrataPanja wants to merge 3 commits intovicharanashala:mainfrom
PurnabrataPanja:feature/basic-editor

Conversation

@PurnabrataPanja
Copy link
Copy Markdown

No description provided.

- 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.
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.

1 participant