Skip to content

Code Review 2#16

Open
ACipherEXE wants to merge 1 commit intomainfrom
negroncj_CodeReview2
Open

Code Review 2#16
ACipherEXE wants to merge 1 commit intomainfrom
negroncj_CodeReview2

Conversation

@ACipherEXE
Copy link
Copy Markdown
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.
package com.example.uniconnect

import com.example.uniconnect.service.IUniversityService
import com.example.uniconnect.dao.IUniversityService
Copy link
Copy Markdown

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
Copy Markdown

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