Conversation
…ted with this project so I am unable to make the necessary imports, however the framework should be in place.
… in a coulmn on top of one another
…r clicks the button, the movie name and year should display based on the toast added to the onClick method.
|
The additions are likely needed for the project at some point, but are new, and sometimes incomplete, functionality. New functionality is better in a separate branch until fully developed, as features should not be merged to main/master until the meet the team's Definition of Done. Code review branches should minimize technical debt, and thus, be merge-able to master immediately. So, if the team desires these features, I'd keep the branch open, and iterate over the feature until it is complete. |
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.
Analysis of the program:
Because there was nothing composed in the Main Activity, this project was just a bunch of files with code and nothing you can see from a UI perspective. Based on the storyboards, I can see the vision of the project. It had a link to a JSON list of movies and had the services layers setup correctly.
Was the program available in UC Github on time?
Yes
Is the program documented/commented well enough for you to understand?
The project was not commented however through my knowledge of working through the individual assignment, listening in class and to the modules, and working on my own final project, I had a good understanding of what was going on in the project.
Does the program compile?
Yes, but there was no UI so there was nothing to see.
Rationale behind your changes.
Because this project had no UI, I created a simple homepage for them in accordance to their story boards. Basically I gave the two text fields, movie name and movie year, and a button that when it is clicked, the entry displays on the screen as they wanted per the storyboards.
Links to three specific commits that you made to your own group's GitHub repository before the end of sprint deadline.
https://github.com/JMaz-15/EasySurvey2/commits?author=JMaz-15
Above is the link to all my commits which were all February 23rd or prior.
three specific technical concepts that you learned from this code review
Doing this code review was basically a refresher of the individual assignment.