zoyasiddiqui / NoteNinja

A note-taking app with python code snippets and AI helpers.
MIT License
3 stars 1 forks source link

CodeSnippet Use Case Implementation #43

Closed Saadullah-2004 closed 11 months ago

Saadullah-2004 commented 11 months ago

Created interfaces and classes for handling code snippets, including CodeSnippet interface, CreateCodeSnippetInputBoundary, CreateCodeSnippetInteractor, CreateCodeSnippetOutputBoundary, CreateCodeSnippetOutputData, and CreateCodeSnippetController. Updated the presenter and view model to support code snippets. Also, added the corresponding data access interface for code snippets. Modified the use case creation method to support CodeSnippet functionality. The changes provide a structured framework for creating, executing, and presenting code snippets in the note-taking app."