-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature 7 debugging + feature refinement #54
Merged
Merged
Conversation
This file contains 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
…ter, added methods for course entity
…enrol for a more accurate description
…ayer), responseformatter --> now presenter (screens layer))
4 tasks
…uctor user in course creation user case (unable to, Task is abstract), CourseEnrolmentDsGateway commented out + will be removed as don't think it is needed, adding course enrolment screen to Main (does not run, need to debug)
celinelumqr
previously approved these changes
Nov 28, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good adherence to clean architecture as far as I can tell.
CC-3636
previously approved these changes
Nov 29, 2022
celinelumqr
previously approved these changes
Nov 30, 2022
…not qqc ne fonctionne pas
…(was unable to run main due to javacompile error - natalie i see you - but hopefully the serialization works ...)
not meant to be pushed, for personal testing purposes only
should not have been pushed
…tests' into feature-7-enrolment-persistence-tests
…ion method, unsused screens commented out, CourseMap commented out
jltng
added
(de)bug
(Fixing) something that isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
code style / organization
Refactoring and making code clean
labels
Dec 1, 2022
… of courses ser hopefully that doesn't break anything
…lso don't pass), modified inmemorycourse for interactor tests
…ain running -- cannot seem to move the path of the ser file which is interesting
…(cloning course's task with a different task id, adding to task map, then adding to student's to do list. currently cannot access student from fileuser
…test still don't, added saveCourse in saveStudentToCourse (used in enrolment interactor), corrected addCourse method for student
…de changes. enrolment interactor runs but does not seem to read filecourse properly?
jltng
removed
documentation
Improvements or additions to documentation
tests
Testing
labels
Dec 3, 2022
…way for each data file), gateway implemented by fileuser + added necessary methods in fileuser (currently commented out for sake of code running), finish enrolment interactor, screen, and main
celinelumqr
previously approved these changes
Dec 4, 2022
celinelumqr
previously approved these changes
Dec 5, 2022
celinelumqr
approved these changes
Dec 5, 2022
CC-3636
approved these changes
Dec 5, 2022
TiareMar
approved these changes
Dec 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
code style / organization
Refactoring and making code clean
(de)bug
(Fixing) something that isn't working
enhancement
New feature or request
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.
CHANGES MADE:
Course Creation:
Course Enrolment:
TO-DO / BUGS:
Course Creation:
Course Enrolment: