Open
Conversation
When I pulled the code down from github there was no actual andoid studio project created
discospiff
reviewed
Mar 12, 2022
Comment on lines
+5
to
+8
| //import retrofit2.Call | ||
| //import app.plantdiary.individualassignment304832.dto.Country | ||
| //import retrofit2.http.GET | ||
|
|
There was a problem hiding this comment.
Avoid pushing commented code to Version Control. Version control has tools that makes this unnecessary.
- You can look at history to see what used to be there.
- You can use branches for experimental features.
discospiff
reviewed
Mar 12, 2022
Comment on lines
+11
to
+12
| //@GET("/b/6227c3b9a703bb674925773a") | ||
| //fun getAllCountries() : Call<ArrayList<Country>> |
There was a problem hiding this comment.
Avoid pushing commented code to Version Control. Version control has tools that makes this unnecessary.
- You can look at history to see what used to be there.
- You can use branches for experimental features.
|
It's hard to tell what changed in this branch, because all of the files are new. And, master only has a readme. Is this the correct branch for this project? I suspect maybe not... so merging would not add value. |
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.
Description of the project:
This application is a great idea and reminds me a lot of IMDB.
Was the program available in UC Github on time?
Is the program documented/commented well enough for you to understand?
The project was not commented on, but I could see where they were going with it based on their README.md. It looks as though their application is going to resemble the myPlantDiary structure pretty close.
Does the program compile?
Yes, the program compiles, however it was blank.
The rationale behind your changes.
The project didn't have any DTO or DAOpackages so I went ahead and created those. I also added a sample Movie DTO class based on the JSON file they have in their README.md. I also set up a theoretical DAO class but since they didn't have retrofit installed it wouldn't work properly.
Links to three specific commits that you made to your own group's GitHub repository before the end of the sprint deadline.
If you do not post links to three commits that you made to your group's GitHub repo, your code review grade will be subject to a 20% penalty.
Next, list three specific technical concepts that you learned from this code review. Copy and paste samples to demonstrate your point.