Skip to content
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

Code Review 2 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Code Review 2 #16

wants to merge 1 commit into from

Conversation

ACipherEXE
Copy link
Collaborator

• Analysis of the program.

  • The program takes user data and saves it to firebase, I don’t see my profile post data yet. I know we are still trying to grasp it.
    • Was the program available in UC Github on time?
    -Yes it was
    • Is the program documented/commented well enough for you to understand?
  • Yes, variables are clear on what is going on in the project
    • Does the program compile?
  • Yes from unit test and app.
    • Rationale behind your changes.
  • It is hard for me to change much as they are very organized. I did noticed that an interface was not in the dao folder. I moved IUniversityService to dao. Ran a test and everything seemed to work. I assumed they are using two JSON streams as if I just use one the program gets errors.
    • Links to three specific commits that you made to your own group's GitHub repository after Sprint 1's deadline, and before Sprint 2's deadline.
  • JoshAnness/Checkpoint@47ea364
  • JoshAnness/Checkpoint@8498723
  • JoshAnness/Checkpoint@0f073df

• Three technical concepts

  • Firebase implementation
  • Implementing buttons to the project
    MainViewModel sending and gaining information from firebase.

• Analysis of the program.
- The program takes user data and saves it to firebase, I don’t see my profile post data yet. I know we are still trying to grasp it.
• Was the program available in UC Github on time?
-Yes it was
• Is the program documented/commented well enough for you to understand?
- Yes, variables are clear on what is going on in the project
• Does the program compile?
- Yes from unit test and app.
• Rationale behind your changes.
- It is hard for me to change much as they are very organized. I did noticed that an interface was not in the dao folder. I moved IUniversityService to dao. Ran a test and everything seemed to work. I assumed they are using two JSON streams as if I just use one the program gets errors.
• Links to three specific commits that you made to your own group's GitHub repository after Sprint 1's deadline, and before Sprint 2's deadline.

• Three technical concepts
- Firebase implementation
- Implementing buttons to the project\
MainViewModel sending and gaining information from firebase.
import com.example.uniconnect.service.IUniversityService
import com.example.uniconnect.dao.IUniversityService

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A service interface belongs in a service package, not a dao package. I'd leave this as it were.

@discospiff
Copy link

There's not enough technical debt reduction in this branch to warrant merging it.

  • Service interface should be in service package, not DAO.
  • The IDE can organize imports for you automatically - no need to do that manually in a separate branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants