You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.html
+33-11Lines changed: 33 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -87,12 +87,16 @@
87
87
<ulclass="navbar-nav navbar-nav-scroll me-auto">
88
88
<liclass="nav-item">
89
89
<aclass="nav-link" href="./index.html">
90
-
<spanclass="menu-text">Home</span></a>
90
+
<spanclass="menu-text">Tutorial</span></a>
91
91
</li>
92
92
<liclass="nav-item">
93
93
<aclass="nav-link" href="./reference/index.html">
94
94
<spanclass="menu-text">Reference</span></a>
95
95
</li>
96
+
<liclass="nav-item">
97
+
<aclass="nav-link" href="./CONTRIBUTING.html">
98
+
<spanclass="menu-text">Contributing</span></a>
99
+
</li>
96
100
</ul>
97
101
</div><!-- /navcollapse -->
98
102
<divclass="quarto-navbar-tools">
@@ -115,11 +119,29 @@
115
119
<h1>Changelog</h1>
116
120
<p>All notable changes to this project will be documented in this file.</p>
117
121
<p>The format is based on <ahref="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <ahref="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<li>PR <ahref="https://github.com/UBC-MDS/DSCI_524_group37_csvplus/pull/114">#114</a> to reorganize <code>README.md</code> for clarity and usability for both users and developers to address peer review Issue <ahref="https://github.com/UBC-MDS/DSCI_524_group37_csvplus/issues/103">#103</a></li>
128
+
<li>PR <ahref="https://github.com/UBC-MDS/DSCI_524_group37_csvplus/pull/121">#121</a> to fix <code>resolve_string_value()</code> example in <code>README.md</code> to address peer review Issue <ahref="https://github.com/UBC-MDS/DSCI_524_group37_csvplus/issues/100">#100</a></li>
129
+
<li>Addressed inconsistencies in test_generate_report.py (#122)</li>
130
+
<li>PR <ahref="https://github.com/UBC-MDS/DSCI_524_group37_csvplus/pull/131">#131</a> to add author emails to address peer review Issue <ahref="https://github.com/UBC-MDS/DSCI_524_group37_csvplus/issues/130">#130</a></li>
<h2class="anchored" data-anchor-id="retrospective-and-next-steps">Retrospective and Next Steps</h2>
229
+
<p>Our group used the development tools introduced in DSCI 524, including Python Packages, PyTest, Continuous Integration and Deployment, and publishing on PyPI. Flake8 linter was used to maintain code quality.</p>
230
+
<p>We followed a GitHub flow workflow, where we listed Issues and created a branch for each issue. Each pull request addresses a specific issue and requires a review from at least one other group member before merging.</p>
231
+
<p>GitHub was our main form of organization, with Issues used to communicate, report bugs, and keep track of progress. For timely responses, we also used Slack as a secondary means of communication.</p>
232
+
<p>If we were to scale up our project, we would still used Git version control and CI/CD with trunk-based development. External software such as Jira can be used for task management and bug reporting. In general, the tools used in this course are well-suited for adaptation at a larger scale.</p>
0 commit comments