Skip to content

Commit

Permalink
Merge pull request #41 from UBC-MDS/CHANGELOG
Browse files Browse the repository at this point in the history
Changelog
  • Loading branch information
awlh18 authored Dec 16, 2024
2 parents 7d6b9c4 + 30abdad commit b076df6
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 1 deletion.
77 changes: 77 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
editor_options:
markdown:
wrap: 72
---

# **Heart_Disease_group7**

Authors:

- Alex Wong

- Caroline Kahare

- Ethan Fang

- About

#### CHANGE REVIEW FEEDBACK

**Review 1**

I might be misunderstanding this, but there appears to be a lot of data
in your raw folder that is not actually used in the report. I recommend
deleting any files/folders that are ultimately not needed for the
analysis to make your repo cleaner.

- Response : We identified files and folders that were not
contributing to the analysis . We have since cleaned up the raw
folder by removing any unnecessary files, ensuring that the
repository is more organized and easier to navigate. This cleanup
improves the overall clarity and usability of the project

- Commit Link :
<https://github.com/UBC-MDS/Heart_Disease_group7/commit/3e405aa180ce33dca45ac687ae93c765e5e31407>

**Review 2**

This is more minor, but it would be nice to have a link in the license
section of the README.

- Response : A link have been added to the link session

- Commit Link :[
https://github.com/UBC-MDS/Heart_Disease_group7/commit/1656e71214ae58d61830e137f8f4b4e29ab5f998](https://github.com/UBC-MDS/Heart_Disease_group7/commit/1656e71214ae58d61830e137f8f4b4e29ab5f998)

**Review 3**

The README documentation is nicely partitioned into sections. However,
it is a bit unclear as to how I'm supposed to set up the environment. In
the usage section, you've written that we should use the environment.yml
file, but in the setup it says we should use docker compose up. It may
also be helpful to users to incorporate screenshots into the
instructions.

- Response : We updated the setup instructions for running the
analysis by replacing the incorrect information with the correct
command: docker compose up. This ensures the setup process is clear
and accurate for all users. The updated instructions can now be
followed without confusion or errors. A screenshot has been added.

- Commit Link
:<https://github.com/UBC-MDS/Heart_Disease_group7/commit/94808734f3a5c3aa0aaa789fab41a07ee78f81e2>

**Review 4**

It looks like the README.md's references section is written in the wrong
format. I believe that this was copy-pasted from the reference.bib file
inside the report section. This could be reformatted to a regular
markdown format.

- Response : We have now reformatted the references into a standard
markdown format, making them more readable and appropriate for the
README.md.

- Commit Link :
<https://github.com/UBC-MDS/Heart_Disease_group7/commit/3e405aa180ce33dca45ac687ae93c765e5e31407>
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ The final report can be found [here](docs/final_report.html)

2. In the terminal, look for a URL that starts with `http://127.0.0.1:8888/lab?token=`. Copy and paste that URL into your browser.

![](images/clipboard-830669.png)

3. To run the analysis, Navigate to the root of this project on your computer using the command line and enter the following command to reset the project to a clean state (i.e., remove all files generated by previous runs of the analysis):

```
Expand Down Expand Up @@ -90,7 +92,7 @@ Use the same `docker compose up` command as described in the above Running th

## License

The code of this project licensed under the terms of the MIT license.
The code of this project licensed under the terms of the MIT license. [MIT License Link](https://opensource.org/license/MIT){.uri}

## References

Expand Down
Binary file added images/clipboard-830669.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b076df6

Please sign in to comment.