Open
Conversation
# Conflicts: # README.md
# Conflicts: # README.md
Merge branch 'main' of https://github.com/PrishaPatel24/ZenTask into jenna
…imien # Conflicts: # README.md
…I tried to add some style functionalities. It is not working yet.
…arted writing out the AiInteractor.
…rcus. I have cleaned up the code in NotesView by refactoring. I also adjusted the width of the program because of the notes view.
…rcus. I have cleaned up the code in NotesView by refactoring. I also adjusted the width of the program because of the notes view. Comment (on merged code from main): -Jenna, you cannot pass Note into any method in the Presenter. To update content of the note, you need to go view->controller->input boundary ->interactor->output boundary->presenter->view model->view. - You have to update the content of the note in the in-memory DAO. -Also, Presenter does not directly interact with View but with ViewModel. The Presenter cannot call a method in view. -Also, you cannot create an instance of Note in the View. -Also, you cannot pass Note into a method in the Controller.
…tor for translation use case
iguehi.akhimien
…shots now. I also added a check for my use case to ensure titles of notes are unique to the note.
…imien # Conflicts: # README.md
updated TaskState to use Task entities
iguehi.akhimien - README is done, Test class is in progress.
translate class
… confusion with Google's implemented Event entity, renamed entity.
…n of calendar interactor test.
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.