UBC-MDS / DSCI_532_group_205

Movies Dashboard (Python)
MIT License
1 stars 4 forks source link

TA comments #27

Open slumnitz opened 4 years ago

slumnitz commented 4 years ago

Hi everyone,

here are a couple comments for you to consider to implement in the next round.

IMPORTANT: High level documentation about the progress of your project, what each team member contributed and how problems were solved need to be accessible via the project repo in order to assure transparency, therefore commit behaviour needs to be adapted:

Note I saw your comment on Slack, commit messages on the committee tracker read well. I would recommend also for you to have proof of your work, as many companies do look at your GitHub account, to try and only make commits consistently with the account you would like to move forward with (i.e. you GitHub.com account).

techrah commented 4 years ago

Regarding the comment to commit frequently, I'm a bit uncertain if this is just friendly advice or as a result of how we've conducted previous pull requests. Each pull request encapsulated some specific logical idea that may or may not have required multiple commits. At the start of a project when I'm doing less specific tasks like getting an initial app framework in place, I may not commit anything as I'm just fiddling with things... until I get something that is actually working. I generally try to ensure that each commit doesn't break the app so that reverting to a previous commit results in an app that still works. As the project progresses, there are then more specific tasks to work on and commits tend to get more granular.

I feel that we are currently committing frequently enough but if this is not the case, perhaps pointing us to specific and concrete instances would be helpful in helping us to better understand the feedback.

slumnitz commented 4 years ago

Hello @ryanhomer,

Regarding the comment to commit frequently, I'm a bit uncertain if this is just friendly advice or as a result of how we've conducted previous pull requests.

is friendly advice. Your thoughts here are absolutely correct! Checking your groups contribution history, with expected equal contribution, this indicates that committing frequently might not be the same for everyone. I am sure your group members appreciate your thoughts here.